Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add beautified Makefile, Help information, better output #363

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 6, 2023

  1. Add beautified Makefile, Help information, better output

    ```bash
    [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
    ```
    
    Signed-off-by: Xinwei Xiong <[email protected]>
    cubxxw committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    b3a04d2 View commit details
    Browse the repository at this point in the history