Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.53 KB

astro-organization-team-update.md

File metadata and controls

36 lines (26 loc) · 1.53 KB
sidebar_label title id description hide_table_of_contents sidebar_custom_props
astro organization team update
astro organization team update
astro-organization-team-update
Update a Team in your Organization.
true
icon
img/term-icon.png

:::info

This command is only available on Astro.

:::

Update a Team in your Organization.

Usage

astro organization team update <flags>

Options

Option Description Valid Values
<team-id> The ID for the Team you want to update. A valid Team ID.
--name The Team's name. String surrounded by quotation marks.
--description A description for the Team. String surrounded by quotation marks.
-r, --role The new role for the team. Possible values are ORGANIZATION_MEMBER, ORGANIZATION_BILLING_ADMIN, and ORGANIZATION_OWNER.

Related Commands