Skip to main content
The tu CLI is distributed with the terminaluse Python package. Recommended installation:
If tu is not found, run uv tool update-shell and restart your shell once.

Global Flags

Top-Level Commands

Authentication

Workflow Commands

tu init

tu deploy

tu ls

tu rollback

tu logs

Useful flags:
  • --task
  • --level
  • --source
  • --since
  • --until
  • --version
  • --limit
  • --follow
If you omit the agent argument, tu logs tries to resolve it from config.yaml in the current directory.

tu tasks

Verified task subcommands:
  • tu tasks create
  • tu tasks send
  • tu tasks ls
  • tu tasks get
  • tu tasks pull
  • tu tasks delete
  • tu tasks cleanup
  • tu tasks migrate
Examples:
tu tasks pull downloads:
  • <out>/workspace
  • task system folders such as <out>/.claude when present

tu fs

Verified filesystem subcommands:
  • tu fs create
  • tu fs ls
  • tu fs get
  • tu fs push
  • tu fs pull
Examples:
There is no tu fs sync-down, tu fs sync-up, tu fs upload-url, or tu fs download-url command.

tu env

Verified environment subcommands:
  • tu env add
  • tu env ls
  • tu env get
  • tu env rm
  • tu env pull
  • tu env import
Example:

Other Resource Commands

tu agents

Verified agent subcommands:
  • tu agents ls
  • tu agents get
  • tu agents delete
  • tu agents cleanup_workflows

tu projects

Verified project subcommands:
  • tu projects ls
  • tu projects get
  • tu projects create
  • tu projects update
  • tu projects delete

tu namespaces

Verified namespace subcommands:
  • tu namespaces ls

tu keys

Verified webhook-key subcommands:
  • tu keys instructions
  • tu keys add
  • tu keys ls
  • tu keys rm
tu keys manages webhook keys, not API auth keys.