mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-18 13:22:17 +00:00
kyaml: refactor command documentation into .md files from go files
No new documentation added.
This commit is contained in:
21
cmd/config/docs/commands/cat.md
Normal file
21
cmd/config/docs/commands/cat.md
Normal file
@@ -0,0 +1,21 @@
|
||||
## cat
|
||||
|
||||
Print Resource Config from a local directory.
|
||||
|
||||
### Synopsis
|
||||
|
||||
Print Resource Config from a local directory.
|
||||
|
||||
DIR:
|
||||
Path to local directory.
|
||||
|
||||
### Examples
|
||||
|
||||
# print Resource config from a directory
|
||||
kyaml cat my-dir/
|
||||
|
||||
# wrap Resource config from a directory in an ResourceList
|
||||
kyaml cat my-dir/ --wrap-kind ResourceList --wrap-version config.kubernetes.io/v1alpha1 --function-config fn.yaml
|
||||
|
||||
# unwrap Resource config from a directory in an ResourceList
|
||||
... | kyaml cat
|
||||
Reference in New Issue
Block a user