|
|
@ -34,7 +34,7 @@ import (
|
|
|
|
var exportSourceHelmCmd = &cobra.Command{
|
|
|
|
var exportSourceHelmCmd = &cobra.Command{
|
|
|
|
Use: "helm [name]",
|
|
|
|
Use: "helm [name]",
|
|
|
|
Short: "Export HelmRepository sources in YAML format",
|
|
|
|
Short: "Export HelmRepository sources in YAML format",
|
|
|
|
Long: "The export source git command exports on or all HelmRepository sources in YAML format.",
|
|
|
|
Long: "The export source git command exports one or all HelmRepository sources in YAML format.",
|
|
|
|
Example: ` # Export all HelmRepository sources
|
|
|
|
Example: ` # Export all HelmRepository sources
|
|
|
|
flux export source helm --all > sources.yaml
|
|
|
|
flux export source helm --all > sources.yaml
|
|
|
|
|
|
|
|
|
|
|
|