user1990962
user1990962

Reputation: 411

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?

Upvotes: 8

Views: 1896

Answers (1)

user1990962
user1990962

Reputation: 411

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

Upvotes: 28

Related Questions