Skip to content

Command Line Tools

wheels deploy details

Aggregate state — app containers, proxy, and every accessory — across every host. The first stop when something looks off.

wheels deploy details [--destination=<name>] [--dry-run]
FlagDescription
--destination=<name>Overlay deploy.<name>.yml.
--dry-runPrint the docker ps commands that would run.

Per host, in parallel, runs three things:

  1. App docker ps filtered by label=service=<service> (same as wheels deploy app containers).
  2. Proxy docker ps filtered to the kamal-proxy container (same as wheels deploy proxy details).
  3. For each accessory, a filtered docker ps on its pinned host.

Output is prefixed by host, then by role.

example
wheels deploy details
wheels deploy details --destination=production