Command Line Tools
wheels deploy accessory boot
docker run the named accessory container on its pinned host(s).
Synopsis
Section titled “Synopsis”wheels deploy accessory boot <name|all> [--destination=<name>] [--dry-run]| Flag | Description |
|---|---|
<name> | Required positional. Accessory name, or all to fan out. |
--destination=<name> | Overlay destination config. |
--dry-run | Print commands without executing. |
Behavior
Section titled “Behavior”For each targeted accessory, emits docker run with the image, env, volumes, and files: uploads declared in deploy.yml. Container named <service>-<accessory>.
Example
Section titled “Example”wheels deploy accessory boot dbwheels deploy accessory boot all