flyctl apps
Manage Apps
About
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
- restart - Restart an application
- resume - Resume an application
- suspend - Suspend an application
Options
-h, --help help for apps
Global Options
-t, --access-token string Fly API Access Token
-j, --json json output
-v, --verbose verbose output
See Also
- flyctl - The Fly CLI