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

# nsc cache turborepo list

Lists available teams.

`cache turborepo list` shows the Turborepo teams that currently hold cached artifacts in your workspace.
Use it to discover the value to pass to [`nsc cache turborepo setup --team`](/docs/reference/cli/cache-turborepo-setup).

## Usage

```bash theme={null}
nsc cache turborepo list
```

### Example

```bash theme={null}
nsc cache turborepo list
```

If no team has stored artifacts yet, the command reports that no teams were found.

```text nocopy Output theme={null}
info: No turborepo teams found
```

## Related Topics

* [nsc cache turborepo setup](/docs/reference/cli/cache-turborepo-setup) - Configure Turborepo remote caching
* [Turborepo caching](/docs/integrations/turborepo) - Turborepo caching overview and CI setup
