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

# Commands overview

> Every neetokb 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                              |

### articles

Manage articles

| Command                                                                 | Description                                                                                                                                                                  |
| ----------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [`neetokb articles create`](/cli-reference/articles)                    | Create an article                                                                                                                                                            |
| [`neetokb articles list`](/cli-reference/articles)                      | List articles                                                                                                                                                                |
| [`neetokb articles show`](/cli-reference/articles)                      | Show an article                                                                                                                                                              |
| [`neetokb articles unlisted-links get`](/cli-reference/articles)        | Fetch an article's unlisted share link, creating a never-expiring one if none exists (article-id: slug, permalink identifier a-XXXXXXXX, or UUID; article must be published) |
| [`neetokb articles unlisted-links regenerate`](/cli-reference/articles) | Regenerate an article's unlisted share link, invalidating the old URL immediately (article-id: slug, permalink identifier a-XXXXXXXX, or UUID; article must be published)    |
| [`neetokb articles update`](/cli-reference/articles)                    | Update an article                                                                                                                                                            |

### authors

List article authors

| Command                                          | Description  |
| ------------------------------------------------ | ------------ |
| [`neetokb authors list`](/cli-reference/authors) | List authors |

### categories

Manage categories

| Command                                                | Description     |
| ------------------------------------------------------ | --------------- |
| [`neetokb categories list`](/cli-reference/categories) | List categories |

### doctor

Check CLI health and connectivity

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

### login

Authenticate to NeetoKB via browser

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

### logout

Sign out and clear saved credentials

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

### recommendations

Manage recommendations

| Command                                                          | Description          |
| ---------------------------------------------------------------- | -------------------- |
| [`neetokb recommendations list`](/cli-reference/recommendations) | List recommendations |

### search

Search articles

| Command                                     | Description     |
| ------------------------------------------- | --------------- |
| [`neetokb search`](/cli-reference/articles) | Search articles |

### setup

Set up NeetoKB for AI coding assistants

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

### team-members

Manage team members

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

### update

Update the CLI to the latest version

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

### version

Print the CLI version

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

### whoami

Show current authenticated user(s)

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

### workspace

Manage workspace

| Command                                              | Description                |
| ---------------------------------------------------- | -------------------------- |
| [`neetokb workspace info`](/cli-reference/workspace) | Show workspace information |
