To use this utility you should have it installed on your local system.
Download released binary
Go to release page of the repo and download the appropriate released binary with regard to your OS and arch.
Put it in one of PATH directories
Run it by simply typing
helmfig
in your desired terminal.
Build from source
Install a golang compiler (at least version 1.16).
Clone the project and compile it:
git clone https://github.com/snapp-incubator/helmfig.git
cd helmfig
go build .
- Put your
config.example.yml
near the compiled binary and run it via:
./helmfig yaml
hugo version