Skip to content

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.

wheels deploy build deliver [--version=<v>] [--destination=<name>] [--dry-run]
FlagDescription
--version=<v>Version label. Defaults to git rev-parse --short HEAD.
--destination=<name>Overlay destination config.
--dry-runPrint both local + remote commands without executing.
  1. Runs locally: docker builddocker push.
  2. Runs remotely on every host: docker pull.

No container is started — use wheels deploy for a full rollout.

Example
wheels deploy build deliver
wheels deploy build deliver --version=v1.2.3