add annotate command to cmd/config

This commit is contained in:
Phillip Wittrock
2020-01-15 20:52:12 -08:00
parent 8633763e9d
commit d49b8cdf90
5 changed files with 605 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
## annotate
[Alpha] Set an annotation on Resources.
### Synopsis
[Alpha] Set an annotation on Resources.
DIR:
Path to local directory.
### Examples
kustomize config annotate my-dir/ --kv foo=bar
kustomize config annotate my-dir/ --kv foo=bar --kv a=b
kustomize config annotate my-dir/ --kv foo=bar --kind Deployment --name foo