Command Line Tools
wheels deploy registry login
docker login to the configured registry on every host.
Synopsis
Section titled “Synopsis”wheels deploy registry login [--password=<value>] [--destination=<name>] [--dry-run]| Flag | Description |
|---|---|
--password=<value> | Pass the password literally. Overrides the resolved registry.password[0] secret. |
--destination=<name> | Overlay destination config. |
--dry-run | Print the commands without executing. |
Behavior
Section titled “Behavior”Per host:
echo <password> | docker login <server> --username <username> --password-stdinPassword comes from .kamal/secrets via the first key in registry.password:, or from --password when provided.
wheels deploy runs this automatically before a push. Call it directly if you want to pre-authenticate hosts outside the deploy flow.
Example
Section titled “Example”wheels deploy registry login