mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 09:24:23 +00:00
@@ -33,7 +33,7 @@ func NewCmdConfig(fsys fs.FileSystem) *cobra.Command {
|
|||||||
Short: "Config Kustomize transformers",
|
Short: "Config Kustomize transformers",
|
||||||
Long: "",
|
Long: "",
|
||||||
Example: `
|
Example: `
|
||||||
# Save the default transformer configrations to a local directory
|
# Save the default transformer configurations to a local directory
|
||||||
kustomize config save -d ~/.kustomize/config
|
kustomize config save -d ~/.kustomize/config
|
||||||
`,
|
`,
|
||||||
Args: cobra.MinimumNArgs(1),
|
Args: cobra.MinimumNArgs(1),
|
||||||
@@ -56,7 +56,7 @@ func newCmdSave(fsys fs.FileSystem) *cobra.Command {
|
|||||||
Short: "Save default kustomize transformer configurations to a local directory",
|
Short: "Save default kustomize transformer configurations to a local directory",
|
||||||
Long: "",
|
Long: "",
|
||||||
Example: `
|
Example: `
|
||||||
# Save the default transformer configrations to a local directory
|
# Save the default transformer configurations to a local directory
|
||||||
save -d ~/.kustomize/config
|
save -d ~/.kustomize/config
|
||||||
|
|
||||||
`,
|
`,
|
||||||
|
|||||||
Reference in New Issue
Block a user