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

# Team commands

> Manage team context.

<Note>The Bevor CLI is coming soon. This page previews its planned command interface.</Note>

Manage team context.

## `bevor team select`

Set the active team. Changing team clears project, code, and analysis in `.bevor`. Examples: bevor teams select bevor teams select --team acme\_team\_id

```bash theme={null}
bevor team select [OPTIONS]
```

| Parameter    | Type   | Required | Default | Description                 |
| ------------ | ------ | -------- | ------- | --------------------------- |
| `--team, -t` | string | No       | None    | Team id to select directly. |

## `bevor team list`

List teams you belong to. Examples: bevor teams list bevor teams list -j | jq '.\[].slug'

```bash theme={null}
bevor team list [OPTIONS]
```

| Parameter    | Type    | Required | Default | Description      |
| ------------ | ------- | -------- | ------- | ---------------- |
| `--json, -j` | boolean | No       | false   | Output raw JSON. |
