mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
Update all.go
This commit is contained in:
@@ -25,10 +25,10 @@ import (
|
|||||||
func NewCmdRemove(fsys fs.FileSystem) *cobra.Command {
|
func NewCmdRemove(fsys fs.FileSystem) *cobra.Command {
|
||||||
c := &cobra.Command{
|
c := &cobra.Command{
|
||||||
Use: "remove",
|
Use: "remove",
|
||||||
Short: "Removes items to the kustomization file.",
|
Short: "Removes items from the kustomization file.",
|
||||||
Long: "",
|
Long: "",
|
||||||
Example: `
|
Example: `
|
||||||
# Removes resources to the kustomization file
|
# Removes resources from the kustomization file
|
||||||
kustomize edit remove resource {filepath} {filepath}
|
kustomize edit remove resource {filepath} {filepath}
|
||||||
kustomize edit remove resource {pattern}
|
kustomize edit remove resource {pattern}
|
||||||
`,
|
`,
|
||||||
|
|||||||
Reference in New Issue
Block a user