TheDocumentation Index
Fetch the complete documentation index at: https://docs.terminaluse.com/llms.txt
Use this file to discover all available pages before exploring further.
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
| Flag | Short | Meaning |
|---|---|---|
--version | -v | Show CLI version |
--debug | -d | Enable debug output |
--json | -j | Output CLI errors as JSON |
--help | -h | Show help |
Top-Level Commands
| Command | Purpose |
|---|---|
tu login | Authenticate with Terminal Use |
tu logout | Clear stored credentials |
tu whoami | Show current auth state |
tu init | Scaffold a new agent project |
tu deploy | Build and deploy an agent |
tu ls | List recent versions or branch events |
tu rollback | Roll a branch back to an earlier version |
tu logs | View agent logs |
tu agents | Manage agents |
tu tasks | Manage tasks |
tu projects | Manage projects |
tu namespaces | List namespaces |
tu env | Manage environment variables |
tu fs | Manage filesystems |
tu keys | Manage webhook keys |
Authentication
Workflow Commands
tu init
tu deploy
tu ls
tu rollback
tu logs
--task--level--source--since--until--version--limit--follow
tu logs tries to resolve it from config.yaml in the current directory.
tu tasks
Verified task subcommands:tu tasks createtu tasks sendtu tasks lstu tasks gettu tasks pulltu tasks deletetu tasks cleanuptu tasks migrate
tu tasks pull downloads:
<out>/workspace- task system folders such as
<out>/.claudewhen present
tu fs
Verified filesystem subcommands:tu fs createtu fs lstu fs gettu fs pushtu fs pull
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 addtu env lstu env gettu env rmtu env pulltu env import
Other Resource Commands
tu agents
Verified agent subcommands:tu agents lstu agents gettu agents deletetu agents cleanup_workflows
tu projects
Verified project subcommands:tu projects lstu projects gettu projects createtu projects updatetu projects delete
tu namespaces
Verified namespace subcommands:tu namespaces ls
tu keys
Verified webhook-key subcommands:tu keys instructionstu keys addtu keys lstu keys rm
tu keys manages webhook keys, not API auth keys.