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 was archived by the owner on Dec 2, 2018. It is now read-only.
When using the new heroku ps:exec-feature to SSH into a running dyno, no environment variables are set, so when the scripts in profile.d/ is sourced, the shell exits without getting to the interactive login.
> heroku ps:exec --app foobar
Establishing credentials... done
Connecting to web.1 on ⬢ foobar...
DATADOG_API_KEY environment variable not set. Run: heroku config:add DATADOG_API_KEY=<your API key>%
>
When using the new
heroku ps:exec
-feature to SSH into a running dyno, no environment variables are set, so when the scripts inprofile.d/
is sourced, the shell exits without getting to the interactive login.Patch at tactileentertainment@a07f98a :
The text was updated successfully, but these errors were encountered: