-
Notifications
You must be signed in to change notification settings - Fork 228
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
[FEATURE] heroku pipeline:config:edit #1489
Comments
+1 for this. Beyond the CLI, at the very least starting with the (old) parent app's config would be a much better experience. However as it stands, after upgrading I was immediately left needing to enter 60+ environment variables and very surprised to find there is no way to set them via the CLI. FWIW I tend to use |
After investigating this a bit further, it seems like the relevant endpoint does exist in the Platform API, so it's just the CLI where it is omitted / not yet implemented. In the meantime, for anyone wanting to update multiple config variables at once and/or update config variable from the command line, you can do it with a command like the below (note that the stage is "review" and the pipeline must be referenced by ID and not name):
Source: https://devcenter.heroku.com/articles/platform-api-reference#pipeline-config-vars-update |
Would an external PR implementing this feature be reviewed/accepted? |
Hi, with the new version of heroku review apps, the ENV vars are set in their own interface and not anymore in the app they inherit.
I'm maybe wrong, but there is no way to configure theses env vars in cli for now.
If think the exact config behavior could be added in the pipeline topic.
Thanks.
The text was updated successfully, but these errors were encountered: