Files
kustomize/cmd/config/docs/commands/source.md
2020-02-05 17:24:45 -08:00

623 B

source

[Alpha] Implement a Source by reading a local directory.

Synopsis

[Alpha] Implement a Source by reading a local directory.

kustomize config source DIR...

DIR: One or more paths to local directories. Contents from directories will be concatenated. If no directories are provided, source will read from stdin as if it were a single file.

source emits configuration to act as input to a function

Examples

# emity configuration directory as input source to a function
kustomize config source DIR/

kustomize config source DIR/ | your-function | kustomize config sink DIR/