The APPS commands focus on managing your Fly applications. Start with the CREATE command to register your application. The LIST command will list all currently registered applications.

Usage

flyctl apps [command] [flags]

Available Commands

  • create - Create a new application
  • destroy - Permanently destroys an app
  • list - List applications
  • move - Move an app to another organization
  • open - Open browser to current deployed application
  • releases - List app releases
  • restart - Restart an application

Options

  -h, --help   help for apps

Global Options

  -t, --access-token string   Fly API Access Token
      --verbose               Verbose output

See Also