mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
415 B
415 B
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/