mirror of https://github.com/dapr/docs.git
23 lines
397 B
Markdown
23 lines
397 B
Markdown
---
|
|
type: docs
|
|
title: "help CLI command reference"
|
|
linkTitle: "help"
|
|
description: "Detailed information on the help CLI command"
|
|
---
|
|
|
|
## Description
|
|
|
|
Help provides help for any command in the application.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
dapr help [command] [flags]
|
|
```
|
|
|
|
## Flags
|
|
|
|
| Name | Environment Variable | Default | Description
|
|
| --- | --- | --- | --- |
|
|
| `--help`, `-h` | | | Prints this help message |
|