---
title: vercel help
product: vercel
url: /docs/cli/help
canonical_url: "https://vercel.com/docs/cli/help"
last_updated: 2026-03-17
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.


<!-- docsgraph:related -->
## Related pages

> **For AI agents:** Follow these links to understand how this page connects to the rest of the Vercel ecosystem. For the full cross-link map (inbound, outbound, prerequisites, and semantic neighbors), see the .graph.md link below.

- [vercel api](https://vercel.com/docs/cli/api?from=related) — Learn how to make authenticated HTTP requests to the Vercel API using the vercel api CLI command.
- [vercel login](https://vercel.com/docs/cli/login?from=related) — Learn how to login into your Vercel account using the vercel login CLI command.
- [vercel usage](https://vercel.com/docs/cli/usage?from=related) — Learn how to view billing usage and costs, for your Vercel account using the vercel usage CLI command.
- [vercel list](https://vercel.com/docs/cli/list?from=related) — Learn how to list out all recent deployments for the current Vercel Project using the vercel list CLI command.
- [vercel contract](https://vercel.com/docs/cli/contract?from=related) — Learn how to view contract commitment information for your Vercel account using the vercel contract CLI command.

Full cross-link map for this page: [/docs/cli/help.graph.md](/docs/cli/help.graph.md)
<!-- /docsgraph:related -->

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)
