Command Line Tools
wheels deploy build deliver
Build, push, and pull a new image. Equivalent to push followed by pull. Skips the rolling traffic switch that wheels deploy would add.
Synopsis
Section titled “Synopsis”wheels deploy build deliver [--version=<v>] [--destination=<name>] [--dry-run]| Flag | Description |
|---|---|
--version=<v> | Version label. Defaults to git rev-parse --short HEAD. |
--destination=<name> | Overlay destination config. |
--dry-run | Print both local + remote commands without executing. |
Behavior
Section titled “Behavior”- Runs locally:
docker build→docker push. - Runs remotely on every host:
docker pull.
No container is started — use wheels deploy for a full rollout.
Example
Section titled “Example”wheels deploy build deliverwheels deploy build deliver --version=v1.2.3