mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +00:00
make all (generate docs) Update examples in cmd docs. make all (generate docs) functions/examples: Whitespace cleanup. functions/examples: Fix some example commands.
22 lines
552 B
Markdown
22 lines
552 B
Markdown
## cat
|
|
|
|
[Alpha] Print Resource Config from a local directory.
|
|
|
|
### Synopsis
|
|
|
|
[Alpha] Print Resource Config from a local directory.
|
|
|
|
DIR:
|
|
Path to local directory.
|
|
|
|
### Examples
|
|
|
|
# print Resource config from a directory
|
|
kustomize config cat my-dir/
|
|
|
|
# wrap Resource config from a directory in an ResourceList
|
|
kustomize config 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
|
|
... | kustomize config cat
|