flyctl apps move

Move an App to another organization

About

The APPS MOVE command will move an application to another organization the current user belongs to.

Usage

flyctl apps move [APPNAME] [flags]

Options

  -h, --help         help for move
      --org string   The organization to move the app to
  -y, --yes          Accept all confirmations

Global Options

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

See Also