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 user (by email) to organization
  • list - Lists organizations for current user
  • remove - Remove a user from an organization
  • revoke - Revoke a pending invitation to an organization
  • show - Show information about an 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