- Go 1.14+
- Linux or MacOS
go get github.com/observatorium/statectl && go mod tidy
or via bingo if want to pin it:
bingo get -u github.com/observatorium/statectl
usage: statectl [<flags>] <command> [<args> ...]
Control state of your deployments.
Flags:
-h, --help Show context-sensitive help (also try --help-long and
--help-man).
--version Show application version.
--log.level=info Log filtering level.
--log.format=logfmt Log format to use. Possible options: logfmt or json.
Commands:
help [<command>...]
Show help.
propose
Propose change of cluster state.
Any contributions are welcome! Just use GitHub Issues and Pull Requests as usual. We follow Thanos Go coding style guide.