Adds ability to add multiple base directories to kustomization

This commit is contained in:
guineveresaenger
2018-06-19 17:00:25 -07:00
parent a1dcf3386b
commit 37489ec2e9
3 changed files with 46 additions and 26 deletions

View File

@@ -93,8 +93,9 @@ func newCmdAdd(fsys fs.FileSystem) *cobra.Command {
# Adds a patch to the kustomization
kustomize edit add patch <filepath>
# Adds a base directory to the kustomization
# Adds one or more base directories to the kustomization
kustomize edit add base <filepath>
kustomize edit add base <filepath1>,<filepath2>,<filepath3>
`,
Args: cobra.MinimumNArgs(1),
}