mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 12:42:19 +00:00
19 lines
306 B
Markdown
19 lines
306 B
Markdown
## 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 cfg init
|
|
|
|
# create a Krmfile in my-dir/
|
|
kustomize cfg init my-dir/
|