grafana / rollout-operator

Kubernetes Rollout Operator
Apache License 2.0
132 stars 17 forks source link

Add help to the makefile #86

Closed jhalterman closed 11 months ago

jhalterman commented 11 months ago

This PR adds a help target to the makefile, something I kept wanting recently when working on the operator. Outputs:

❯ make
Usage:
  make <target>

Targets:
  help                                           Display this help and any documented user-facing targets
  test                                           Run tests
  integration                                    Run integration tests
  lint                                           Run golangci-lint
  clean                                          Run go clean and remove the rollout-operator