Files
kustomize/cmd/config/docs/commands/cat.md
Phillip Wittrock 701c217791 Refactor kustomize config command structure
- Create cfg, fn, live parent commands
2020-06-06 08:50:41 -07:00

22 lines
543 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 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