> ## Documentation Index
> Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
> Use this file to discover all available pages before exploring further.

# team-features

> Reference for the lofty-cli team-features command and its subcommands.

## Overview

```bash theme={null}
Usage: lofty-cli team-features [options] [command]

Manage team-features

Options:
  -h, --help                     display help for command

Commands:
  create-custom-field [options]  Add new custom field
  tags [options]                 Search existing tag
  custom-fields [options]        Search custom field
  lead-ponds [options]           List lead pond
  lead-pond [options] <id>       Search lead pond
  help [command]                 display help for command
```

## `lofty-cli team-features create-custom-field`

Run `lofty-cli team-features create-custom-field --help` for full usage details.

## `lofty-cli team-features tags`

```bash theme={null}
Usage: lofty-cli team-features tags [options]

Search existing tag

Options:
  --fields <cols>  Comma-separated columns to display
  --json           Output as JSON
  --format <fmt>   Output format: text, json, csv, yaml
  -h, --help       display help for command
```

## `lofty-cli team-features custom-fields`

```bash theme={null}
Usage: lofty-cli team-features custom-fields [options]

Search custom field

Options:
  --fields <cols>  Comma-separated columns to display
  --json           Output as JSON
  --format <fmt>   Output format: text, json, csv, yaml
  -h, --help       display help for command
```

## `lofty-cli team-features lead-ponds`

```bash theme={null}
Usage: lofty-cli team-features lead-ponds [options]

List lead pond

Options:
  --fields <cols>  Comma-separated columns to display
  --json           Output as JSON
  --format <fmt>   Output format: text, json, csv, yaml
  -h, --help       display help for command
```

## `lofty-cli team-features lead-pond`

```bash theme={null}
Usage: lofty-cli team-features lead-pond [options] <id>

Search lead pond

Options:
  --fields <cols>  Comma-separated columns to display
  --json           Output as JSON
  --format <fmt>   Output format: text, json, csv, yaml
  -h, --help       display help for command
```
