v0.15.0
Highlights
- Stack groups — define
groups.confand run one command across many stacks (#17) - Group logs aggregation — tail all stacks in a group at once with
[stack]prefixes (#38)
New commands
strut group list
strut group show <name>
strut group add|remove <name> <stack>
strut group <name> <command> [--stop-on-error] [--json]
strut group <name> logs [--follow] [--since <dur>] [--grep <pat>] [--service <svc>]Example
# groups.conf
[vps-1]
knowledge-graph
api-service
[postgres-stacks]
knowledge-graph
twentystrut group vps-1 deploy --env prod
strut group vps-1 logs --follow --grep ERROR
strut group postgres-stacks backup postgresTest coverage
865 tests, 0 failures.