Skip to content

Command Line Tools

wheels deploy app logs

docker logs fanned out across every host, prefixed by host. Follows and per-container targeting supported.

wheels deploy app logs [--tail=<N>] [--follow] [--container=<name>] [--role=<name>] [--destination=<name>]
FlagDescription
--tail=<N>Trailing lines per host. Default 100.
--followdocker logs --follow. Leaves the connection open; Ctrl-C to stop.
--container=<name>Target one specific container name instead of every service-labelled container.
--role=<name>Limit to one role.
--destination=<name>Overlay destination config.

--release is not required.

Emits docker logs --tail <N> [--follow] [<container>] per host. Output is line-buffered and prefixed with [<host>].

Under --follow, the command fans out in parallel and stays running until interrupted.

illustrative
wheels deploy app logs
wheels deploy app logs --tail=500
wheels deploy app logs --follow --role=web
wheels deploy app logs --container=myapp-web-abc1234