We’re switching our infrastructure from Heroku to Fly.
We have built a small chatbot that allows us to deploy to production apps easily. That is done via Heroku API calls such as
POST https://api.heroku.com/pipeline-promotions
I’ve been searching for something that would allow us to do the same thing using fly, however, all I can find is flyctl. Is there any publicly available API we could use to achieve this?
You can use our GraphQL API to replicate this logic but it’s more work. And flyctl is designed to be easy to run, you can just bundle it with your bot and shell out to it directly.