1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
## 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 cfg cat my-dir/
# wrap Resource config from a directory in an ResourceList
kustomize cfg 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 cfg cat
|