Documentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
--version
Show the version and exit.
Customize logging verbosity.
--non-interactive
Disable interactive prompts. Use in CI or automated execution contexts.
--help
Show help message and exit.
Main commands
| Command | Description |
|---|---|
init | Create a new Truss project |
push | Deploy a model to Baseten |
watch | Live reload during development |
predict | Call the packaged model |
model-logs | Fetch logs for the packaged model |
Advanced commands
Other commands
| Command | Description |
|---|---|
auth | Manage authentication (login, logout, status) |
login | Authenticate with Baseten |
configure | Configure Truss settings |
download | Download the Truss for a deployed model |
migrate | Migrate model_cache / external_data to the weights API |
model-config | Fetch the config of a deployed model |
run-python | Run a Python script in the Truss environment |
ssh | Configure SSH access to workloads |
upgrade | Upgrade the Truss CLI to the latest version |
whoami | Show user information and exit |
All commands support
--help to display usage information.