Commands
Commands available in the Plot CLI.
The Plot CLI is organized around the things your team already works with: tasks, projects, documents, collections, teams, users, comments, activity, and notifications.
Run command help at any time:
plot --help
plot task --help
plot task get --helpFor a machine-readable command manifest:
plot commands --format jsonGlobal Options
Most read commands support these options.
| Option | Description |
|---|---|
--format json | Return structured JSON. This is the default for most read commands. |
--format markdown | Return Markdown that is easier to read. |
--quiet, -q | Force-suppress spinners and progress messages. Progress chrome is already hidden automatically when output is not an interactive terminal (pipes, scripts, agents). |
--help, -h | Show help for a command. |
--version, -v | Show the CLI version. |
Identifiers
Use the shortest stable handle for each entity.
| Entity | Preferred handle | Example |
|---|---|---|
| Task | Task path ID | ENG-042 |
| Team | Public ID | ENG |
| Project | Slug or trailing public ID | checkout-redesign-a1b2c3d4e5f6 |
| Document | Slug or trailing public ID | launch-checklist-78utu4m1d7iz |
| Collection | Slug | growth |
| User | Username | @alex |
When a copied link or handle is unclear, ask the CLI to print the identifier rules.
plot help identifiers