We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Maybe a command to see what the changes would look like?
ec update heroku-app-name1 heroku-app-name2 --key=MY_KEY --value=asdf --dry-run
It would show you which changes it would make when it runs
env | current value | new value | action ------------------------------------------------------- heroku-app-name1 | FOO | asdf | updated heroku-app-name2 | <nil> | asdf | added
This could also maybe just run when the updates are actually made, so you can see the outcome? (maybe separate issue/PR)
The text was updated successfully, but these errors were encountered:
Ooo this would be nice!
Sorry, something went wrong.
No branches or pull requests
Maybe a command to see what the changes would look like?
It would show you which changes it would make when it runs
This could also maybe just run when the updates are actually made, so you can see the outcome? (maybe separate issue/PR)
The text was updated successfully, but these errors were encountered: