Skip to content

Command Line Tools

wheels deploy accessory logs

docker logs on the named accessory, on every host it’s pinned to.

wheels deploy accessory logs <name|all> [--tail=<N>] [--follow] [--destination=<name>] [--dry-run]
FlagDescription
<name>Required positional. Accessory name, or all to fan out.
--tail=<N>Trailing lines per host. Default 100.
--followStream logs continuously.
--destination=<name>Overlay destination config.
--dry-runPrint commands without executing.
example
wheels deploy accessory logs db --tail=500
wheels deploy accessory logs redis --follow