This command is only available on Astro.
astro organization
astro organization team list
List all Teams in your current Organization.
List all Teams in your current Organization.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List all Teams in your current Organization.
astro organization team list
| Option | Description | Possible Values |
|---|---|---|
--json | Output the response as JSON. Shorthand for --output json. Mutually exclusive with -o/--output. | None |
-o,--output | Format the output. The default is table. | table, json, or template |
--template | Format the output using a Go template. Use with --output template. | Any valid Go template string |
| Column | Description | Data type |
|---|---|---|
ID | The Team ID in the Organization. | String |
NAME | Team name. | String |
DESCRIPTION | The description for the Team. | String |
ORG ROLE | The Team’s role in the Organization. | Possible values are ORGANIZATION_MEMBER, ORGANIZATION_BILLING_ADMIN, and ORGANIZATION_OWNER. |
IDP MANAGED | Whether the Team is managed through an identity provider. | Boolean |
CREATE DATE | The date and time that the Team was created in the Organization. | Date (YYYY-MM-DDTHH:MM:SSZ) |
Was this page helpful?