Skip to content

Command Line Tools

wheels deploy app images

docker images <image> across every host. Lists every pulled tag of the app image, useful for confirming what’s available to roll back to.

wheels deploy app images [--role=<name>] [--destination=<name>] [--dry-run]
FlagDescription
--role=<name>Limit to one role.
--destination=<name>Overlay destination config.
--dry-runPrint the command without executing.

--release is not required.

Emits docker images <image> on every host. Output includes image ID, tag, and created-at — the usual docker images columns.

To reduce disk pressure from old images, run wheels deploy prune images.

example
wheels deploy app images