# branch (/docs/cli/branch)

> For the complete Prisma documentation index, see [llms.txt](https://www.prisma.io/docs/llms.txt). A markdown version of any docs page is available by appending `.md` to its URL.

List platform branches for a project.

Location: CLI > branch

Use `branch` commands to inspect the platform branches of a project. The commands do not create anything on the platform. See [Branching](https://www.prisma.io/docs/compute/branching) for how platform branches work.

## Usage [#usage]

  

#### bun

```bash
bunx prisma@latest branch list
```

#### pnpm

```bash
pnpm dlx prisma@latest branch list
```

#### yarn

```bash
yarn dlx prisma@latest branch list
```

#### npm

```bash
npx prisma@latest branch list
```

## Commands [#commands]

| Command       | Description                                   |
| ------------- | --------------------------------------------- |
| `branch list` | List platform branches for the linked project |

## Related pages

- [`auth`](https://www.prisma.io/docs/cli/auth): Sign in to your Prisma account from the CLI, sign out, and manage workspace sessions.
- [`bucket`](https://www.prisma.io/docs/cli/bucket): Create and manage object-store buckets.
- [`Configuration`](https://www.prisma.io/docs/cli/configuration): Configure Prisma 8 CLI commands with prisma.config.ts and global flags.
- [`contract emit`](https://www.prisma.io/docs/cli/contract-emit): Emit Prisma 8 contract artifacts.
- [`contract infer`](https://www.prisma.io/docs/cli/contract-infer): Infer a starter contract from an existing database.