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.
Synopsis
Section titled “Synopsis”wheels deploy app details --release=<v> [--role=<name>] [--destination=<name>] [--dry-run]| Flag | Description |
|---|---|
--release=<v> | Required. |
--role=<name> | Limit to one role. |
--destination=<name> | Overlay destination config. |
--dry-run | Print the commands without executing. |
Behavior
Section titled “Behavior”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
Section titled “Example”wheels deploy app details --release=abc1234