Skip to content

Command Line Tools

wheels deploy accessory reboot

Stop, remove, and re-run the named accessory container. Useful after bumping the image tag in deploy.yml.

wheels deploy accessory reboot <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. |

Per accessory: docker stop <service>-<name>, docker rm <service>-<name>, then the same docker run as accessory boot. Downtime lasts until the new container passes its health check (if declared).

Example
wheels deploy accessory reboot redis