mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 18:10:59 +00:00
Merge pull request #2552 from pwittrock/krm
Write setter definitions to `Krmfile` instead of `kustomization`
This commit is contained in:
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