Files
kustomize/cmd/config/docs/commands/cat.md
bzub 3803541bfd Remove extraneous whitespace.
make all (generate docs)

Update examples in cmd docs.

make all (generate docs)

functions/examples: Whitespace cleanup.

functions/examples: Fix some example commands.
2019-12-11 12:12:32 -06:00

552 B

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