Skip to main content
Upgrades the installed 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

humanfriendly | W | WARNING | I | INFO | D | DEBUG
default:"humanfriendly"
Logging verbosity. humanfriendly (default) is pretty-printed; INFO, DEBUG, WARNING produce structured logs.
Disable interactive prompts. Skips the Proceed with upgrade? confirmation and applies the upgrade. Use in CI/automated contexts.

Arguments

TEXT
Specific version to install (for example, 0.17.0). If omitted, upgrades to the latest version.
Examples: Upgrade to the latest version:
You should see:
Pin to a specific version:
Upgrade non-interactively (skip the confirmation prompt), useful in CI:
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.