Skip to main content

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

FlagPurpose
--base-url, -uAPI base URL
--api-token, -tAPI token
--workspace-id, -wDefault workspace
--timeoutPer-request timeout such as 30s
--format, -fjson 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

CodeMeaning
0Success
1General error
2Auth error
130Interrupted

Branch notes

Requirement and test commands support branch flags where branch-scoped behavior exists. Component branch flags are not yet wired in the CLI.