---
title: vercel help
product: vercel
url: /docs/cli/help
type: reference
prerequisites:
  - /docs/cli
related:
  - /docs/cli/global-options
summary: Learn how to use the vercel help CLI command to get information about all available Vercel CLI commands.
install_vercel_plugin: npx plugins add vercel/vercel-plugin
---

# vercel help

The `vercel help` command generates a list of all available Vercel CLI commands and [options](/docs/cli/global-options) in the terminal. When combined with a second argument - a valid Vercel CLI command - it outputs more detailed information about that command.

Alternatively, the [`--help` global option](/docs/cli/global-options#help) can be added to commands to get help information about that command.

## Usage

```bash filename="terminal"
vercel help
```

*Using the \`vercel help\` command to generate a list of
Vercel CLI commands and options.*

## Extended Usage

```bash filename="terminal"
vercel help [command]
```

*Using the \`vercel help\` command to generate detailed
information about a specific Vercel CLI command.*


---

[View full sitemap](/docs/sitemap)
