Skip to content
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

Add a --dry-run option to the update command #36

Open
jaydorsey opened this issue Aug 14, 2020 · 1 comment
Open

Add a --dry-run option to the update command #36

jaydorsey opened this issue Aug 14, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@jaydorsey
Copy link
Owner

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)

@smridge
Copy link
Collaborator

smridge commented Aug 15, 2020

Ooo this would be nice!

@smridge smridge added the enhancement New feature or request label Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants