Skip to content

Commit 4dc7124

Browse files
committed
docs: add /teams commands to CLI reference table
Add /teams and /teams select commands to the CLI commands reference table at the top of the CLI documentation page. These commands were already documented in the 'Switching into an Organization from the CLI' section but were missing from the quick reference table.
1 parent 16c40ef commit 4dc7124

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/kilocode-docs/docs/cli.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ to start the CLI and begin a new task with your preferred model and relevant mod
4242
| `/model list` | List available models | |
4343
| `/model info` | Prints description for a specific model by name | `/model info z-ai/glm-4.5v` |
4444
| `/model select` | Select and switch to a new model | |
45+
| `/teams` | List all organizations you can switch into | |
46+
| `/teams select` | Switch to a different organization | |
4547
| `/config` | Open configuration editor (same as `kilocode config`) | |
4648
| `/new` | Start a new task with the agent with a clean slate | |
4749
| `/help` | List available commands and how to use them | |
@@ -255,3 +257,7 @@ Use the `/teams` command to see a list of all organizations you can switch into.
255257
Use `/teams select` and start typing the team name to switch teams.
256258

257259
The process is the same when switching into a Team or Enterprise organization.
260+
The process is the same when switching into a Team or Enterprise organization.
261+
262+
263+

0 commit comments

Comments
 (0)