Skip to main content

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.

truss [OPTIONS] COMMAND [ARGS]...
Options:
--version
Show the version and exit.
--log
[humanfriendly|w|warning|i|info|d|debug]
Customize logging verbosity.
--non-interactive
Disable interactive prompts. Use in CI or automated execution contexts.
--help
Show help message and exit.

Main commands

CommandDescription
initCreate a new Truss project
pushDeploy a model to Baseten
watchLive reload during development
predictCall the packaged model
model-logsFetch logs for the packaged model

Advanced commands

CommandDescription
imageBuild and manage Truss Docker images
containerRun and manage Truss containers locally
cleanupClean up Truss data

Other commands

CommandDescription
authManage authentication (login, logout, status)
loginAuthenticate with Baseten
configureConfigure Truss settings
downloadDownload the Truss for a deployed model
migrateMigrate model_cache / external_data to the weights API
model-configFetch the config of a deployed model
run-pythonRun a Python script in the Truss environment
sshConfigure SSH access to workloads
upgradeUpgrade the Truss CLI to the latest version
whoamiShow user information and exit
All commands support --help to display usage information.