config.yaml of a deployed model from Baseten and prints it to stdout. Use this to inspect the exact configuration a deployment is running, or to recover a config when the original source is unavailable.
By default, the command prints the original config.yaml that was uploaded with the deployment. If no original is stored, it prints the parsed config rendered as YAML. Pass --output json to get the full structured response.
Options
TEXT
Name of the remote in
.trussrc. If omitted, Truss prompts to select one.TEXT
ID of the model.
TEXT
ID of the deployment.
text | json
default:"text"
Output format.
text (default) prints the original config.yaml (or the parsed config rendered as YAML if no original is stored). json emits the full response (config, raw_config) as JSON to stdout.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. Use in CI/automated contexts where stdin isn’t a TTY.