You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Thanks for the input everybody. It's on my list (just not quite at the top presently). Happy to help out if anybody wants to take a shot at a pull request though.
Add an option to the Heroku client to reade the value of a config var from stdin.
Something like:
heroku config:add REDIS_URL —prompt —app dark-river-123
By adding an option like "--prompt" or "--stdin" we can solve two problems:
The heroku client should detect whether standard input is a TTY, and optionally prompt for the secret value, possibly with echo disabled.
The text was updated successfully, but these errors were encountered: