Back to Kustomize

Sink

cmd/config/docs/commands/sink.md

3.3.1414 B
Original Source

sink

[Alpha] Implement a Sink by writing input to a local directory.

Synopsis

[Alpha] Implement a Sink by writing input to a local directory.

kustomize fn sink [DIR]

DIR: Path to local directory. If unspecified, sink will write to stdout as if it were a single file.

sink writes its input to a directory

Examples

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