Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create Heroku App.json after manual deploy and configuration of App

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?

like image 522
user1990962 Avatar asked Dec 13 '22 10:12

user1990962


1 Answers

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

like image 161
user1990962 Avatar answered Dec 29 '22 11:12

user1990962