You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's common use flyctl auth token in a CI script to get an access token for the api. This fails if there's a pending upgrade because the message Update available 0.0.126 -> 0.0.127 is written to stdout just before the token. That should go to stderr instead.
The text was updated successfully, but these errors were encountered:
It's common use
flyctl auth token
in a CI script to get an access token for the api. This fails if there's a pending upgrade because the messageUpdate available 0.0.126 -> 0.0.127
is written to stdout just before the token. That should go to stderr instead.The text was updated successfully, but these errors were encountered: