Accept stdin as a "data values file" #486
Labels
enhancement
This issue is a feature request
priority/important-soon
Must be staffed and worked on currently or soon.
Describe the problem/challenge you have
I want to supply a plain YAML data values file on "standard input" (aka stdin) to my
ytt
invocation(ex: https://kubernetes.slack.com/archives/CH8KCCKA5/p1631819726297200)
Describe the solution you'd like
$ generate-data-values | ytt -f config/ --data-values-file=-
where:
generate-data-values
is some process that yields (to stdout) a plain YAML that is suitable as a data values file.--file
entry and--data-values-file
, this should error out explaining that standard input can only be used once.Anything else you would like to add:
ytt
in Windows environment where the same line can be used in Powershell.Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
The text was updated successfully, but these errors were encountered: