Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 434 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 434 Bytes

helm json plugin

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

Installtion

helm plugin install https://github.com/agr-priyanshu/helm-json-output --version master

Installing the plugin locally

  1. Clone the repo
  2. Install the plugin pointing to the folder
helm plugin install .