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.
Synopsis
Section titled “Synopsis”wheels deploy build dev [--destination=<name>] [--dry-run]| Flag | Description |
|---|---|
--destination=<name> | Overlay destination config. |
--dry-run | Print the docker build command without executing. |
Behavior
Section titled “Behavior”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.
Example
Section titled “Example”wheels deploy build devdocker run --rm -it <image>:dev # spot-check locally