Overview
Every tcli subcommand runs headlessly: it streams stdout/stderr straight through and mirrors the child process’s exit code. Headless commands never prompt. An unresolved environment value is a hard error.
Command summary
Section titled “Command summary”| Command | Purpose |
|---|---|
init |
Initialize a new tcli project. |
add |
Add config or customisation artifacts. |
lint |
Lint project config artifacts. |
deploy |
Deploy config artifacts. |
export |
Export config artifacts. |
deps |
Install and check tcli dependencies. |