Reference
New to cliq? Do Get started first, then use this page as the flag bible.
-V, --version · -h, --help
Auth & identity
cliq login [registry_url]
Authenticate with CliqHub. Saves JWT to settings.
cliq logout
Clear CliqHub credentials from settings. No options.
cliq auth token <name>
Create a user (cliq_tok_…) or daemon (cliq_dt_…) API token.
cliq auth daemon-key
Print the realm-scoped daemon public key (PEM) for CLIQ_DISPATCH_PUBLIC_KEY.
cliq hub install <team_ref>
Download and install a team from CliqHub.
cliq whoami
Show the local daemon id and Hub user (when logged in). No options.
cliq setup
Interactive first-time setup. Creates ~/.cliqrc/ on first run.
Workspace & runs
cliq init [path] / cliq workspace init
Register a directory as a cliq workspace.
cliq status / cliq workspace status
Show registration, bound team, and last run info.
cliq workspace list
List registered workspaces.
cliq assemble <ref> / cliq workspace assemble <ref>
Bind a catalog team to a workspace (scope/slug or @scope/slug).
cliq remove
Deregister the current workspace from the daemon catalog.
cliq clean
Reset run history (keeps registration + team binding).
cliq run
Run the pipeline for the current workspace. Streams events via SSE.
cliq logs [run_id]
Show the persistent run log (default: latest run).
Teams (local catalog)
Teams arescope/slug or @scope/slug in the daemon catalog.
cliq team install <ref>
Install a team manifest from a local directory.
cliq team uninstall <ref>
Remove a team from the catalog.
cliq team list [scope]
List teams, optionally filtered by scope.
cliq team info <ref>
Show metadata and manifest.
cliq team update <ref>
Replace a team’s manifest from a local directory.
Builder
Requires a configured LLM provider. One of-f, -m, or --stdin for generate.
cliq builder generate [path]
cliq builder improve <team>
cliq builder gaps <team>
cliq builder capability <team>
Regenerate A2A metadata.
Instances
cliq instance list
List pipeline instances.
cliq instance info <instance_id>
Show detailed info for an instance.
cliq instance stop <instance_id>
Stop a running instance.
Docker
cliq docker-build <team_ref>
Build a self-contained Docker image for a team.
Settings & doctor
cliq settings [key] [value]
cliq doctor [team_ref]
Environment / agent checks.
Related
- Credentials → Auth
- There is no top-level
cliq scope— scopes live on Hub - Full narrative reference: Starlight CLI Reference