Add tests

This commit is contained in:
guineveresaenger
2018-06-29 15:44:00 -07:00
parent 1e3824057b
commit 20fd433f75
5 changed files with 228 additions and 18 deletions

View File

@@ -96,15 +96,12 @@ func newCmdAdd(fsys fs.FileSystem) *cobra.Command {
# Adds one or more base directories to the kustomization
kustomize edit add base <filepath>
kustomize edit add base <filepath1>,<filepath2>,<filepath3>
<<<<<<< HEAD
=======
# Adds one or more commonLabels to the kustomization
kustomize edit add label {labelKey1:labelValue1},{labelKey2:labelValue2}
# Adds one or more commonAnnotations to the kustomization
kustomize edit add annotation {annotationKey1:annotationValue1},{annotationKey2:annotationValue2}
>>>>>>> Implements labels and annotations as subcommands of edit
`,
Args: cobra.MinimumNArgs(1),
}