Skip to content

Command Line Tools

wheels deploy build dev

Build the app image locally and tag it with :dev. No registry push; intended for local smoke testing.

wheels deploy build dev [--destination=<name>] [--dry-run]
FlagDescription
--destination=<name>Overlay destination config.
--dry-runPrint the docker build command without executing.

Emits docker build -t <image>:dev ... on the control machine, using the same builder.context, dockerfile, and args as a regular push. No docker push. Useful when you want to verify the image builds before running wheels deploy build push.

illustrative
wheels deploy build dev
docker run --rm -it <image>:dev # spot-check locally