superfly / fly

Deploy app servers close to your users. Package your app as a Docker image, and launch it in 17 cities with one simple CLI.
https://fly.io
985 stars 48 forks source link

Display errors on deploy failure #229

Closed michaeldwan closed 4 years ago

michaeldwan commented 5 years ago

Right now deploying an app that doesn't yet exist or that the user doesn't have access to will fail but no error is shown. Catch the error and report to the cli with an error exit code.