7

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?

user1990962
  • 361
  • 1
  • 11
  • 1
    Can'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 Answers1

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