flyctl orgs

Commands for managing Fly organizations

About

Commands for managing Fly organizations. list, create, show and destroy organizations. Organization admins can also invite or remove users from Organizations.

Usage

flyctl orgs [command] [flags]

Available Commands

  • create - Create an Organization
  • delete - Delete an Organization
  • invite - invite to organization
  • list - Lists organizations for current user
  • remove - revoke an invitation to an organization
  • revoke - revoke an invitation to an organization
  • show - Show organization

Options

  -h, --help   help for orgs

Global Options

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

See Also