Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 26cf223

Browse files
committed
📚 get Kong CLI running in a one-off dyno
1 parent d047633 commit 26cf223

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ Uses the [Kong buildpack](https://github.com/heroku/heroku-buildpack-kong).
1111
Usage
1212
-----
1313

14+
To use Admin console on a freshly-deployed app, clone and connect this repo (or your own fork) to the Heroku app:
15+
16+
```bash
17+
git clone https://github.com/heroku/heroku-kong.git
18+
cd heroku-kong
19+
20+
# Use the name of the Heroku app:
21+
heroku git:remote --app $APP_NAME
22+
heroku info
23+
```
24+
1425
### Admin Console
1526

1627
Use Kong CLI and the Admin API in a [one-off dyno](https://devcenter.heroku.com/articles/one-off-dynos):

0 commit comments

Comments
 (0)