|
|
@ -73,7 +73,7 @@ func newGetCmd(client helm.Interface, out io.Writer) *cobra.Command {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
cmd.PersistentFlags().Int32Var(&get.version, "version", 0, "get the named release with version")
|
|
|
|
cmd.PersistentFlags().Int32Var(&get.version, "revision", 0, "get the named release with revision")
|
|
|
|
|
|
|
|
|
|
|
|
cmd.AddCommand(newGetValuesCmd(nil, out))
|
|
|
|
cmd.AddCommand(newGetValuesCmd(nil, out))
|
|
|
|
cmd.AddCommand(newGetManifestCmd(nil, out))
|
|
|
|
cmd.AddCommand(newGetManifestCmd(nil, out))
|
|
|
@ -81,7 +81,7 @@ func newGetCmd(client helm.Interface, out io.Writer) *cobra.Command {
|
|
|
|
return cmd
|
|
|
|
return cmd
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var getTemplate = `VERSION: {{.Release.Version}}
|
|
|
|
var getTemplate = `REVISION: {{.Release.Version}}
|
|
|
|
RELEASED: {{.ReleaseDate}}
|
|
|
|
RELEASED: {{.ReleaseDate}}
|
|
|
|
CHART: {{.Release.Chart.Metadata.Name}}-{{.Release.Chart.Metadata.Version}}
|
|
|
|
CHART: {{.Release.Chart.Metadata.Name}}-{{.Release.Chart.Metadata.Version}}
|
|
|
|
USER-SUPPLIED VALUES:
|
|
|
|
USER-SUPPLIED VALUES:
|
|
|
|