add long description of chart export

Signed-off-by: Josh Dolitsky <jdolitsky@gmail.com>
pull/5243/head
Josh Dolitsky 7 years ago
parent 4bf894e9ae
commit cc52aea7ff

@ -26,7 +26,11 @@ import (
)
const chartExportDesc = `
TODO
Export a chart stored in local registry cache.
This will create a new directory with the name of
the chart, in a format that developers can modify
and check into source control if desired.
`
func newChartExportCmd(cfg *action.Configuration, out io.Writer) *cobra.Command {

Loading…
Cancel
Save