Command Line Tools
wheels deploy build pull
docker pull <image>:<version> on every host in every role, in parallel.
Synopsis
Section titled “Synopsis”wheels deploy build pull [--version=<v>] [--destination=<name>] [--dry-run]| Flag | Description |
|---|---|
--version=<v> | Version to pull. Defaults to git short sha. |
--destination=<name> | Overlay destination config. |
--dry-run | Print the commands without executing. |
Behavior
Section titled “Behavior”Fans out over SSH. Each host pulls independently; a slow host doesn’t block the others.
Assumes the image is already pushed — use build push first, or build deliver for both.
Example
Section titled “Example”wheels deploy build pull --version=abc1234