---
title: vercel teams
product: vercel
url: /docs/cli/teams
type: reference
prerequisites:
  - /docs/cli
related:
  - /docs/accounts/create-a-team
  - /docs/rbac/managing-team-members
summary: Learn how to list, add, remove, and manage your teams using the vercel teams CLI command.
install_vercel_plugin: npx plugins add vercel/vercel-plugin
---

# vercel teams

The `vercel teams` command is used to manage [Teams](/docs/accounts/create-a-team), providing functionality to list, add, and invite new [Team Members](/docs/rbac/managing-team-members).

> **💡 Note:** You can manage Teams with further options and greater control from the Vercel
> Dashboard.

## Usage

```bash filename="terminal"
vercel teams list
```

*Using the \`vercel teams\` command to list all teams
you’re a member of.*

## Extended Usage

```bash filename="terminal"
vercel teams add
```

*Using the \`vercel teams\` command to create a new team.*

```bash filename="terminal"
vercel teams invite [email]
```

*Using the \`vercel teams\` command to invite a new Team
Member.*


---

[View full sitemap](/docs/sitemap)
