thv upgrade check
Check workloads for available upgrades
Synopsis
Check whether registry-sourced workloads have a newer image available.
With no arguments, all workloads are checked (including stopped ones) and a summary table is printed. When a workload name is given, a detailed report for that single workload is printed, including any new environment variables the candidate image declares and any configuration (posture) drift.
Examples:
Check all workloads
thv upgrade check
Check a single workload with detailed output
thv upgrade check my-server
Check all workloads in JSON format
thv upgrade check --format json
thv upgrade check [workload-name] [flags]
Options
--format string Output format (json, text) (default "text")
-h, --help help for check
Options inherited from parent commands
--debug Enable debug mode
SEE ALSO
- thv upgrade - Manage upgrades for MCP server workloads