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

# Commands overview

> Every neetoform command grouped by resource, with links to the full reference.

## Global flags

These flags work on every command and are left out of the per-command flag tables below. See [Output formats](/cli/output-formats) for details.

| Flag          | Description                                           |
| ------------- | ----------------------------------------------------- |
| `--json`      | Output as JSON                                        |
| `--quiet`     | Output raw data only (no envelope)                    |
| `--toon`      | Output in TOON format (token-optimized for AI agents) |
| `--subdomain` | Override saved subdomain                              |

### doctor

Check CLI health and connectivity

| Command                                      | Description                       |
| -------------------------------------------- | --------------------------------- |
| [`neetoform doctor`](/cli-reference/utility) | Check CLI health and connectivity |

### forms

Manage forms

| Command                                                    | Description                 |
| ---------------------------------------------------------- | --------------------------- |
| [`neetoform forms list`](/cli-reference/forms)             | List forms                  |
| [`neetoform forms submissions list`](/cli-reference/forms) | List submissions for a form |

### login

Authenticate to NeetoForm via browser

| Command                                     | Description                           |
| ------------------------------------------- | ------------------------------------- |
| [`neetoform login`](/cli-reference/utility) | Authenticate to NeetoForm via browser |

### logout

Sign out and clear saved credentials

| Command                                      | Description                          |
| -------------------------------------------- | ------------------------------------ |
| [`neetoform logout`](/cli-reference/utility) | Sign out and clear saved credentials |

### setup

Set up NeetoForm for AI coding assistants

| Command                                              | Description                                   |
| ---------------------------------------------------- | --------------------------------------------- |
| [`neetoform setup claude`](/cli-reference/utility)   | Register NeetoForm plugin with Claude Code    |
| [`neetoform setup codex`](/cli-reference/utility)    | Add NeetoForm instructions for OpenAI Codex   |
| [`neetoform setup copilot`](/cli-reference/utility)  | Add NeetoForm instructions for GitHub Copilot |
| [`neetoform setup cursor`](/cli-reference/utility)   | Write NeetoForm rules for Cursor IDE          |
| [`neetoform setup gemini`](/cli-reference/utility)   | Add NeetoForm instructions for Gemini CLI     |
| [`neetoform setup windsurf`](/cli-reference/utility) | Write NeetoForm rules for Windsurf IDE        |

### team-members

Manage team members

| Command                                                        | Description          |
| -------------------------------------------------------------- | -------------------- |
| [`neetoform team-members create`](/cli-reference/team-members) | Invite team members  |
| [`neetoform team-members delete`](/cli-reference/team-members) | Remove a team member |
| [`neetoform team-members list`](/cli-reference/team-members)   | List team members    |
| [`neetoform team-members show`](/cli-reference/team-members)   | Show a team member   |
| [`neetoform team-members update`](/cli-reference/team-members) | Update a team member |

### update

Update the CLI to the latest version

| Command                                      | Description                          |
| -------------------------------------------- | ------------------------------------ |
| [`neetoform update`](/cli-reference/utility) | Update the CLI to the latest version |

### version

Print the CLI version

| Command                                       | Description           |
| --------------------------------------------- | --------------------- |
| [`neetoform version`](/cli-reference/utility) | Print the CLI version |

### whoami

Show current authenticated user(s)

| Command                                      | Description                        |
| -------------------------------------------- | ---------------------------------- |
| [`neetoform whoami`](/cli-reference/utility) | Show current authenticated user(s) |
