Formats the output of helm commands to json.
Works for commands: install
, status
Example usage:
helm json install stable/rabbitmq
helm json status my-release-name
helm plugin install https://github.com/itye-msft/helm-json-output --version master
- Clone the repo
- Install the plugin pointing to the folder
helm plugin install .