Command Line Tools
wheels deploy accessory logs
docker logs on the named accessory, on every host it’s pinned to.
Synopsis
Section titled “Synopsis”wheels deploy accessory logs <name|all> [--tail=<N>] [--follow] [--destination=<name>] [--dry-run]| Flag | Description |
|---|---|
<name> | Required positional. Accessory name, or all to fan out. |
--tail=<N> | Trailing lines per host. Default 100. |
--follow | Stream logs continuously. |
--destination=<name> | Overlay destination config. |
--dry-run | Print commands without executing. |
Example
Section titled “Example”wheels deploy accessory logs db --tail=500wheels deploy accessory logs redis --follow