mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-25 00:07:01 +00:00
19 lines
415 B
Markdown
19 lines
415 B
Markdown
## 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/
|