Documentation Index
Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
This command is available only if you’re authenticated to an Astro Private Cloud installation.
Usage
This command has several subcommands. Read the following sections to learn how to use each subcommand.astro team get
View information for a single Team.Usage
- Access the Team in the UI and copy the last part of the URL in your web browser. For example, if your Team is located at
BASEDOMAIN.astronomer.io/w/cx897fds98csdcsdafasdot8g7/team/cl4iqjamcnmfgigl4852flfgulye, your Team ID would becl4iqjamcnmfgigl4852flfgulye. - Run
astro workspace team listand copy the value in theIDcolumn.
Options
| Option | Description | Possible Values |
|---|---|---|
-a, --all | View all information about the Team | None |
-r, --roles | View role details for the Team | None |
-u, --users | View all users in the Team | None |
astro team list
List all Teams on Astro Private Cloud.Usage
Options
| Option | Description | Possible Values |
|---|---|---|
-a, --all | View all information about the Team | None |
-p --paginated | Paginate the list of Teams. If --page-size is not specified, the default page size is 20. | None |
-s --page-size | The page size for paginated lists. | Any integer |
astro team update
Update an Astro Team’s system-level role.Usage
- Access the Team in the UI and copy the last part of the URL in your web browser. For example, if your Team is located at
BASEDOMAIN.astronomer.io/w/cx897fds98csdcsdafasdot8g7/team/cl4iqjamcnmfgigl4852flfgulye, your Team ID iscl4iqjamcnmfgigl4852flfgulye. - Run
astro workspace team listand copy the value in theIDcolumn.
Options
| Option | Description | Possible Values |
|---|---|---|
-r --role | The Team’s system-level role | Possible values are SYSTEM_VIEWER, SYSTEM_EDITOR, or SYSTEM_ADMIN. |