Command Line Tools
wheels deploy details
Aggregate state — app containers, proxy, and every accessory — across every host. The first stop when something looks off.
Synopsis
Section titled “Synopsis”wheels deploy details [--destination=<name>] [--dry-run]| Flag | Description |
|---|---|
--destination=<name> | Overlay deploy.<name>.yml. |
--dry-run | Print the docker ps commands that would run. |
Behavior
Section titled “Behavior”Per host, in parallel, runs three things:
- App
docker psfiltered bylabel=service=<service>(same aswheels deploy app containers). - Proxy
docker psfiltered to thekamal-proxycontainer (same aswheels deploy proxy details). - For each accessory, a filtered
docker pson its pinned host.
Output is prefixed by host, then by role.
Example
Section titled “Example”wheels deploy detailswheels deploy details --destination=production