-
Notifications
You must be signed in to change notification settings - Fork 128
Add option to set from stdin using railway variables
#676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add option to set from stdin using railway variables
#676
Conversation
mikewesthad
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple small things but otherwise LGTM. I think being able to do:
echo "TEST=123" | cargo run variables
W/o the flag is a little cleaner, but I think what you have with an explicit flag is probably best here for backwards compat
I think having an explicit flag would be better. |
|
Going to work on Milo's, and then yours after this one, but keeping an eye on this. |
Resolves #635.