Support initializing a directory with a Krmfile

This commit is contained in:
Phillip Wittrock
2020-05-29 13:03:11 -07:00
committed by Phillip Wittrock
parent 0e5e2648b3
commit 075846c731
7 changed files with 210 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
## init
[Alpha] Initialize a directory with a Krmfile.
### Synopsis
[Alpha] Initialize a directory with a Krmfile.
DIR:
Path to local directory.
### Examples
# create a Krmfile in the local directory
kustomize config init
# create a Krmfile in my-dir/
kustomize config init my-dir/