getlarge / nx-heroku

Nx plugin to quickly deploy and promote your Nx apps on Heroku
MIT License
3 stars 0 forks source link

refactor: replace usage of Heroku CLI by HTTP client #1

Open getlarge opened 1 year ago

getlarge commented 1 year ago

Response handling could be easier and cleaner than handling the wide variety of responses provided by the CLI. Check if the official Heroku HTTP client is a good candidate.

See platform API reference