Skip to content

Command Line Tools

wheels deploy app details

docker inspect --format={{.State.Status}} for the named container version on every host. Shows running / exited / paused state.

wheels deploy app details --release=<v> [--role=<name>] [--destination=<name>] [--dry-run]
FlagDescription
--release=<v>Required.
--role=<name>Limit to one role.
--destination=<name>Overlay destination config.
--dry-runPrint the commands without executing.

Emits docker inspect --format={{.State.Status}} <service>-<role>-<version> per host per role. Output is prefixed by host.

For a broader sweep that shows every service-labelled container regardless of version, use app containers instead.

example
wheels deploy app details --release=abc1234