-
Notifications
You must be signed in to change notification settings - Fork 227
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
One-Off Dyno doesn't make CLI user available #3214
Comments
Hi @adacosta -
I hope this helps. |
@justinwilaby Could the assigning of USER_EMAIL be automatic so the ENV doesn't need to be specified? My current team has about half a dozen members, and we often have to spin One Off Dynos to run various console commands, but not all of our Heroku apps need this. It'd be nice if our auditing code (running on the dyno) could grab a USER_EMAIL. We're all familiar with running Heroku CLI commands and it's easy to forget inclusion of an ENV and also it's substantially more to type. |
Automated as in the Heroku CLI add this for you by default? Is there a technical reason this can't be scripted?
|
Right, it'd be nice if was automated by default. Having to put one more layer on top of the |
I can mark this as a feature request which will prompt a discussion with the team. |
thank you @justinwilaby ! |
Hi, I'd like to know who the authorized CLI user is, for a One-Off Dyno. Hopefully I'm wrong and it's available somehow.
I expect to be able to start a One-Off Dyno and see the user that created it from within the Dyno.
Example:
I imagine this could be implemented behind the scenes in the API by passing an ENV, if not already available in another way.
The text was updated successfully, but these errors were encountered: