github.com/verrazzano/verrazzano@v1.7.1/tools/charts-manager/vcm/README.md (about)

     1  # vcm
     2  
     3  The VCM CLI is a tool to manage helm charts for Verrazzano. The cli provides commands for pulling a chart from a remote repo, applying changes done to any previous versions of the chart and also maintain the chart provenance.
     4  
     5  ## Building the CLI
     6  
     7  The binary will be located in `$GOPATH/bin`.
     8  
     9  Run `go install ./tools/charts-manager/vcm/` to build and install the `vcm` CLI to your go path.
    10  
    11  ## Usage
    12  
    13  Use the following syntax to run `vcm` commands from your terminal window.
    14  
    15  ```
    16  vcm [command] [flags]
    17  ```
    18  
    19  ## Available Commands
    20  
    21  | Command | Definition                          |
    22  | ------- | ----------------------------------- |
    23  | `pull`  | Pull a new chart/version            |
    24  | `diff`  | Compare a chart against a directory |
    25  | `patch` | Update a chart from a patch file    |
    26  
    27  Run `vcm --help` for additional usage information.