To build from source in this repository:
cd cmd/helm-docs
go build
Or you can install from source:
GO111MODULE=on go get github.com/norwoodj/helm-docs/cmd/helm-docs
If you are working on a feature that is likely to impact performance, consider running benchmarks and comparing the results before and after your change.
To run benchmarks, run the command:
go test -run=^$ -bench=. ./cmd/helm-docs
You may use act to test
locally the workflow.By issuing the following command you can see if a release will work as expected.
act -j release