Files
kustomize/cmd/config/docs/commands/cat.md
Phillip Wittrock 3345464b25 kyaml: refactor command documentation into .md files from go files
No new documentation added.
2019-11-22 12:22:25 -08:00

510 B

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