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.
Synopsis
Section titled “Synopsis”wheels deploy app images [--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. |
--release is not required.
Behavior
Section titled “Behavior”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
Section titled “Example”wheels deploy app images