Command Line Tools
wheels deploy app containers
docker ps filtered by the service label. Shows every container for the service on every host, across every version. Useful for confirming retained containers before a rollback.
Synopsis
Section titled “Synopsis”wheels deploy app containers [--role=<name>] [--destination=<name>] [--dry-run]| Flag | Description |
|---|---|
--role=<name> | Limit to one role. |
--destination=<name> | Overlay destination config. |
--dry-run | Print the command without executing. |
Unlike most app verbs, --release is not required — this verb enumerates every version.
Behavior
Section titled “Behavior”Emits docker ps --filter label=service=<service> on every host in the targeted role(s). Running and stopped containers are returned.
Example
Section titled “Example”wheels deploy app containerswheels deploy app containers --role=web