mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Support initializing a directory with a Krmfile
This commit is contained in:
committed by
Phillip Wittrock
parent
0e5e2648b3
commit
075846c731
18
cmd/config/docs/commands/init.md
Normal file
18
cmd/config/docs/commands/init.md
Normal 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/
|
||||
Reference in New Issue
Block a user