add a preview note for all non-bootstrap commands
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
This commit is contained in:
committed by
Stefan Prodan
parent
52acac1a37
commit
97b064be13
@@ -27,7 +27,7 @@ var exportKsCmd = &cobra.Command{
|
||||
Use: "kustomization [name]",
|
||||
Aliases: []string{"ks"},
|
||||
Short: "Export Kustomization resources in YAML format",
|
||||
Long: "The export kustomization command exports one or all Kustomization resources in YAML format.",
|
||||
Long: `The export kustomization command exports one or all Kustomization resources in YAML format.`,
|
||||
Example: ` # Export all Kustomization resources
|
||||
flux export kustomization --all > kustomizations.yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user