> ## Documentation Index
> Fetch the complete documentation index at: https://astronomer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# astro context list

<Info>The behavior and format of this command are the same for both Astro and Astro Private Cloud.</Info>

View a list of domains for all Astronomer installations that you have access to. An Astronomer installation will appear on this list if you have authenticated to it at least once using `astro login`.

If you're an Astro user, you should only see `astronomer.io` on this list.

## Usage

```sh wrap theme={null}
astro context list
```

## Output

| Output | Description                                                      | Data Type |
| ------ | ---------------------------------------------------------------- | --------- |
| `NAME` | The names of the domains that you have logged into from the CLI. | String    |

## Related commands

* [astro context switch](/docs/cli/v1.41/astro-context-switch)
* [astro context delete](/docs/cli/v1.41/astro-context-delete)
