Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.88 KB

astro-organization-team-create.md

File metadata and controls

42 lines (30 loc) · 1.88 KB
sidebar_label title id description hide_table_of_contents sidebar_custom_props
astro organization team create
astro organization team create
astro-organization-team-create
Create a new Team in your Organization.
true
icon
img/term-icon.png

:::info

This command is only available on Astro.

:::

Create a new Team in your Organization.

Usage

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

Options

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.

Examples

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

Related Commands