Tiden CLI
The tiden CLI is a standalone REST client. It does not depend on protobuf
code generation or backend source code.
Install
brew install --cask qase-tms/tap/tiden
curl -fsSL https://tiden.ai/install.sh | bash
Windows:
irm https://tiden.ai/install.ps1 | iex
Configure
Preferred:
tiden setup
Manual:
tiden config set baseUrl https://app.tiden.ai
printf '%s' "$TOKEN" | tiden config set apiToken -
tiden config verify
Global flags
| Flag | Purpose |
|---|---|
--base-url, -u | API base URL |
--api-token, -t | API token |
--workspace-id, -w | Default workspace |
--timeout | Per-request timeout such as 30s |
--format, -f | json or text |
Command groups
tiden config show|set|verify
tiden setup
tiden auth me
tiden workspace list
tiden product list|create|bind
tiden requirement list|get|create|update|push|resume|rollback
tiden test list|get|create|delete|link-requirement|unlink-requirement|ingest|push|resume|rollback
tiden branch list|create|delete|merge-preview|merge|link-proposals list|review
tiden component list|create
tiden environment list|create|get|delete
tiden release list|create|get
tiden gate check
tiden agent types|config list|config create|config delete|run|runs|run-status
tiden intent install|uninstall|status|capture|distill|captures list|captures prune
tiden skill list|install|update|uninstall
tiden mcp
tiden version
Exit codes
| Code | Meaning |
|---|---|
0 | Success |
1 | General error |
2 | Auth error |
130 | Interrupted |
Branch notes
Requirement and test commands support branch flags where branch-scoped behavior exists. Component branch flags are not yet wired in the CLI.