instrumenta / kubeval

Validate your Kubernetes configuration files, supports multiple Kubernetes versions
https://kubeval.com
Other
3.16k stars 229 forks source link

Add beautified Makefile, Help information, better output #363

Open cubxxw opened 1 year ago

cubxxw commented 1 year ago

I wish the makefile had better output alerts

[root@dev kubeval]# make

Usage:

  make [target]

Targets:

  build            Build the project
  vandor            verify dependencies have expected conten
  bin              Create the bin directory
  release          Create a release
  snapshot         Creating a Snapshot Version
  lint             Use golint to check the code specification
  docker           Build and push the docker image
  docker-offline   Build and push an offline docker image
  vet              Check the code using go vet
  test             Run the tests
  watch            Monitor code changes and run tests automatically
  acceptance       Operational acceptance test
  cover            Generate code coverage reports
  clean            Clear the generated file
  fmt              Format the code
  check            Generates the checksum of the file
  choco            Build and push the chocolatey package
  help             Display help information