Skip to main content

astro organization team create

info

This command is only available on Astro.

Create a new Team in your Organization.

Usage

astro organization team create --name "<team-name>"

Options

OptionDescriptionValid Values
--nameThe Team's name.String surrounded by quotation marks.
--descriptionA description for the Team.String surrounded by quotation marks.
--roleThe Team's role in the Organization.Valid values are ORGANIZATION_MEMBER, ORGANIZATION_BILLING_ADMIN, or ORGANIZATION_OWNER.

Examples

# Invite a user to your Organization
astro organization team create --name "Billing Admins" --role ORGANIZATION_BILLING_ADMIN

Was this page helpful?