{"version":"1.2.1","commands":{"save-image":{"id":"save-image","description":"save a docker image to a tgz file","pluginName":"megatar","pluginType":"core","aliases":[],"examples":["$ megatar save-image hello-world","$ megatar save-image hello-world --new-tag test"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"new-tag":{"name":"new-tag","type":"option","char":"t","description":"the new tag to write in the image"},"discard-repository":{"name":"discard-repository","type":"boolean","description":"whether to discard the repository and registry fields or not","allowNo":true}},"args":[{"name":"image","description":"the docker image to save","required":true}]},"chart:list-images":{"id":"chart:list-images","description":"list the docker images found in a helm chart","pluginName":"megatar","pluginType":"core","aliases":[],"examples":["$ megatar chart:list-images jenkins/jenkins","$ megatar chart:list-images https://github.com/jenkinsci/helm-charts/releases/download/jenkins-3.2.4/jenkins-3.2.4.tgz"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[{"name":"charts","description":"the charts to find the images from (can be any value accepted by the helm template command)","required":true}]}}}