On this page

Commands

Generated from the live CLI — always in sync. Run cotrackpro <command> --help for the latest.

Global options
OptionDescription
--org <slug>active organization
--output <mode>output: table|json
--no-colordisable color
--no-inputnever prompt; fail if input is required
--yesassume yes for confirmations
--debugverbose 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

OptionDescription
--as <ref>set name@version explicitly
--dry-runshow 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

OptionDescription
--dir <path>target directory (default ./cotrackpro-<name>)
--pluginscaffold 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

OptionDescription
--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)
--exportprint 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

OptionDescription
--category <c>filter: core|feature

cotrackpro workspace status

Show which repos are present locally

OptionDescription
--dir <path>workspace directory (default: cwd)

cotrackpro workspace clone

Clone ecosystem repos (default: all)

OptionDescription
--dir <path>workspace directory
--category <c>filter: core|feature
--sshuse SSH clone URLs
--dry-runshow the plan without cloning

cotrackpro workspace link

Point each local repo's @cotrackpro/sdk at this CLI's SDK

OptionDescription
--dir <path>workspace directory
--dry-runshow 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