Skip to content

Command Line Tools

wheels deploy build pull

docker pull <image>:<version> on every host in every role, in parallel.

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. |

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
wheels deploy build pull --version=abc1234