Create Heroku App.json after manual deploy and configuration of App
Asked Answered
C

1

8

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?

Candis answered 30/11, 2019 at 5:22 Comment(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.Lobectomy
C
27

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

Candis answered 6/1, 2020 at 18:22 Comment(3)
Whaaaaaaat? Woah!Knowledge
I'm sure there is a CLI command for this but I cannot find it now!Chavarria
Any reason why this is so well hidden ? Are they deprecating it ? Is there any other way to access this page ?Blackfish

© 2022 - 2024 — McMap. All rights reserved.