On this page
Commands
Generated from the live CLI — always in sync. Run cotrackpro <command> --help for the latest.
Global options
| Option | Description |
|---|---|
--org <slug> | active organization |
--output <mode> | output: table|json |
--no-color | disable color |
--no-input | never prompt; fail if input is required |
--yes | assume yes for confirmations |
--debug | verbose errors + stack traces |
cotrackpro setup#
Guided first-time setup
cotrackpro login#
Sign in via your browser
cotrackpro whoami#
Show who you are and what you can do
cotrackpro org#
Manage your active organization
cotrackpro org list
List your organizations
cotrackpro org switch
Switch active organization
cotrackpro doctor#
Diagnose and fix setup problems
cotrackpro packagesalias: pkg#
Download and publish libraries
cotrackpro packages list
List libraries in your organization
cotrackpro packages pull
Download a library (name@version) - verifies integrity
cotrackpro packages publish
Publish a .tgz to your organization
| Option | Description |
|---|---|
--as <ref> | set name@version explicitly |
--dry-run | show what would happen |
cotrackpro packages yank
Remove a published version (admins only)
cotrackpro verify#
Verify a downloaded artifact's checksum and signature
cotrackpro scaffold#
Create a new CoTrackPro module pre-wired to the SDK
| Option | Description |
|---|---|
--dir <path> | target directory (default ./cotrackpro-<name>) |
--plugin | scaffold a gated-access local plugin (uses the CLI broker) |
--scopes <list> | comma-separated scopes the plugin needs |
cotrackpro token#
Mint a short-lived, scoped token for a local package to retrieve gated data
| Option | Description |
|---|---|
--scopes <list> | comma-separated scopes (required), e.g. org:packages:read |
--ttl <sec> | token lifetime in seconds (default 300) |
--plugin <name> | label for the requesting tool (default cli) |
--export | print shell `export` lines for `eval` |
cotrackpro artifacts#
Browse the typed CoTrackPro artifact catalog (offline)
cotrackpro artifacts list
List all artifacts
cotrackpro artifacts search
Search artifacts by keyword
cotrackpro artifacts show
Show one artifact's metadata
cotrackpro catalog#
Browse the programmatic catalog: artifacts|roles|workflows|scenarios|prompt-modules (offline)
cotrackpro workspacealias: ws#
Clone and link the CoTrackPro ecosystem locally
cotrackpro workspace list
List ecosystem repositories
| Option | Description |
|---|---|
--category <c> | filter: core|feature |
cotrackpro workspace status
Show which repos are present locally
| Option | Description |
|---|---|
--dir <path> | workspace directory (default: cwd) |
cotrackpro workspace clone
Clone ecosystem repos (default: all)
| Option | Description |
|---|---|
--dir <path> | workspace directory |
--category <c> | filter: core|feature |
--ssh | use SSH clone URLs |
--dry-run | show the plan without cloning |
cotrackpro workspace link
Point each local repo's @cotrackpro/sdk at this CLI's SDK
| Option | Description |
|---|---|
--dir <path> | workspace directory |
--dry-run | show the plan without editing |
cotrackpro pluginsalias: plugin#
Add and manage tools that extend the CLI
cotrackpro plugins install
Install a tool from a manifest URL
cotrackpro plugins register
Register a local package as a plugin (reads cotrackpro.plugin.json)
cotrackpro plugins list
List installed tools
cotrackpro plugins remove
Remove an installed tool
cotrackpro mcp#
Launch installed MCP tools
cotrackpro mcp launch
Start an MCP-server plugin