I have successfully deployed my app on Heroku, added add-ons, updated env var via the control-panel settings, etc. I am now looking at creating an app.json after the fact. Is it possible to query Heroku in some way to have an app.json generated from the hosted application that I've created?
Asked
Active
Viewed 1,303 times
7
-
1Can't believe nobody knows the answer to this. Heroku documentation is very confusing, all I want was to generate the `app.json` too. – Ricardo Green Jan 04 '20 at 04:19
1 Answers
23
I found the answer via another SO post: Heroku provides an App.json-creation tool. Simply log into Heroku, navigate to your app and add "/app-json" to the end.
For example:
https://dashboard.heroku.com/apps/your-app-name/app-json

user1990962
- 361
- 1
- 11
-
-
-
I'm sure there is a CLI command for this but I cannot find it now! – Ian Vaughan Jan 27 '21 at 09:21
-
1Any reason why this is so well hidden ? Are they deprecating it ? Is there any other way to access this page ? – Benjamin Brizzi Jan 10 '22 at 11:09