Skip to content
This repository has been archived by the owner on Dec 2, 2018. It is now read-only.

Settings HEROKU_APP_NAME is protected #33

Open
et opened this issue Aug 25, 2017 · 2 comments
Open

Settings HEROKU_APP_NAME is protected #33

et opened this issue Aug 25, 2017 · 2 comments

Comments

@et
Copy link

et commented Aug 25, 2017

% heroku config:set HEROKU_APP_NAME=$(heroku apps:info|grep ===|cut -d' ' -f2)

Setting HEROKU_APP_NAME and restarting ⬢ REDACTED... done, v265
 ▸    Warning: The "HEROKU_" namespace is protected and shouldn't be used.
HEROKU_APP_NAME: REDACTED

Is it possible to use a different config var for this?

@miketheman
Copy link
Owner

That's interesting - when did that become a protected namespace?

Really, all this app needs is for someone to set a variable and for the buildpack plugin here to utilize it.

@et
Copy link
Author

et commented Sep 22, 2017

I have no clue when it became protected. It's totally fine to use the namespace variable but it may be wise to change the default config variable to avoid confusing people.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants