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 package. Truss detects how the package was installed (for example, pip, uv, pipx, or uv tool) and runs the matching upgrade command. By default, it upgrades to the latest published version.
Options
}Logging verbosity.
humanfriendly (default) is pretty-printed; INFO, DEBUG, WARNING produce structured logs.--non-interactive
Disable interactive prompts. Skips the
Proceed with upgrade? confirmation and applies the upgrade. Use in CI/automated contexts.Arguments
Specific version to install (for example,
0.17.0). If omitted, upgrades to the latest version.If Truss can’t detect the installation method (for example, an editable install from source), it exits with a message asking you to upgrade manually.