Plot HomeDocumentation

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 --help

For a machine-readable command manifest:

plot commands --format json

Global Options

Most read commands support these options.

OptionDescription
--format jsonReturn structured JSON. This is the default for most read commands.
--format markdownReturn Markdown that is easier to read.
--quiet, -qForce-suppress spinners and progress messages. Progress chrome is already hidden automatically when output is not an interactive terminal (pipes, scripts, agents).
--help, -hShow help for a command.
--version, -vShow the CLI version.

Identifiers

Use the shortest stable handle for each entity.

EntityPreferred handleExample
TaskTask path IDENG-042
TeamPublic IDENG
ProjectSlug or trailing public IDcheckout-redesign-a1b2c3d4e5f6
DocumentSlug or trailing public IDlaunch-checklist-78utu4m1d7iz
CollectionSluggrowth
UserUsername@alex

When a copied link or handle is unclear, ask the CLI to print the identifier rules.

plot help identifiers

Command Groups