flyctl auth

Manage authentication

About

Authenticate with Fly (and logout if you need to). If you do not have an account, start with the AUTH SIGNUP command. If you do have and account, begin with the AUTH LOGIN subcommand.

Usage

flyctl auth [command] [flags]

Available Commands

  • docker - Authenticate docker
  • login - Log in a user
  • logout - Logs out the currently logged in user
  • signup - Create a new fly account
  • token - Show the current auth token
  • whoami - Show the currently authenticated user

Options

  -h, --help   help for auth

Global Options

  -t, --access-token string   Fly API Access Token
  -j, --json                  json output
  -v, --verbose               verbose output

See Also