Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.66 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.66 KB

statectl

go.dev reference Latest Release CI Go Report Card

Requirements

  • Go 1.14+
  • Linux or MacOS

Installing

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

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.


Contributing

Any contributions are welcome! Just use GitHub Issues and Pull Requests as usual. We follow Thanos Go coding style guide.

Initial Author

@bwplotka