This command is only available on Astro.
astro organization
astro organization team create
Create a new Team in your Organization.
Create a new Team in your Organization.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a new Team in your Organization.
astro organization team create --name "<team-name>"
| Option | Description | Valid Values |
|---|---|---|
--name | The Team’s name. | String surrounded by quotation marks. |
--description | A description for the Team. | String surrounded by quotation marks. |
--role | The Team’s role in the Organization. | Valid values are ORGANIZATION_MEMBER, ORGANIZATION_BILLING_ADMIN, or ORGANIZATION_OWNER. |
# Invite a user to your Organization
astro organization team create --name "Billing Admins" --role ORGANIZATION_BILLING_ADMIN
Was this page helpful?