Command Line Tools
wheels deploy setup
The first-time deploy verb. Runs the full wheels deploy flow and also boots kamal-proxy and every declared accessory. Use it once per environment; after that, plain wheels deploy is enough.
Synopsis
Section titled “Synopsis”wheels deploy setup [--release=<v>] [--destination=<name>] [--dry-run]Same as wheels deploy.
Behavior
Section titled “Behavior”In Phase 2 the setup implementation reduces to the same flow as wheels deploy. The intent remains: on first run, the proxy container and any accessories boot as a side effect. On a fresh host, the first wheels deploy setup is slower than subsequent deploys because docker pull fetches every base image.
Expected preconditions:
- Docker is installed on every host. Run
wheels deploy bootstrapfirst if not (the flat alias — the nestedwheels deploy server bootstrapform is picocli-shadowed). - Registry credentials resolve in
.kamal/secrets. ssh.userhas passwordlesssudo(or isroot).
Examples
Section titled “Examples”wheels deploy setupwheels deploy setup --destination=staging