Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tovuk.com/llms.txt

Use this file to discover all available pages before exploring further.

npm

npx tovuk deploy
tovuk is the live npm package and the source of truth for the PyPI, Cargo, and Homebrew wrappers. All official package CLIs expose the same agent commands for login, doctor, preview, deploy, wait, capabilities, account usage, apps, deploys, builds, logs, env, domains, billing, and support. The agent repair loop is the same on every package surface:
tovuk doctor --json
tovuk deploy --wait --json
tovuk logs --build job_1 --json
tovuk billing checkout --json
tovuk support create "Deploy failed" "Agent retried deploy after doctor." --app app_1 --build job_1 --deploy deploy_1 --failing-command "tovuk deploy --wait --json" --first-log-line "cargo check failed in src/main.rs" --json
tovuk support resolve ticket_0123456789abcdef0123 --json
Fix agent_instruction first. If a build fails, fix the first actionable log line, rerun doctor, then redeploy.

Homebrew

brew tap tovuk/tovuk https://github.com/tovuk/tovuk
brew install tovuk
tovuk deploy

PyPI

pipx install tovuk
tovuk deploy --wait
tovuk logs --build job_1 --json
tovuk domains verify --app app_1 api.example.com
tovuk billing checkout --json
tovuk support create "Deploy failed" "Agent retried deploy after doctor." --app app_1 --build job_1 --deploy deploy_1 --failing-command "tovuk deploy --wait --json" --first-log-line "cargo check failed in src/main.rs" --json
tovuk support resolve ticket_0123456789abcdef0123 --json

crates.io

cargo install tovuk
tovuk deploy --wait
tovuk logs --deploy deploy_1 --json
tovuk billing checkout --json
tovuk support list --json
tovuk support resolve ticket_0123456789abcdef0123 --json
Last modified on May 29, 2026