> ## Documentation Index
> Fetch the complete documentation index at: https://docs.openlayer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# help

> Get help information about the Openlayer CLI

The `openlayer help` command generates a list of all available Openlayer CLI commands
and options in the terminal.

## Usage

```bash theme={null}
openlayer help
```

When combined with a second argument - a valid Openlayer CLI command -
it outputs more detailed information about that command.

```bash theme={null}
openlayer help [command]
```

Alternatively, the `--help` global option can be added to commands to get help information about that command.

```bash theme={null}
openlayer --help
```
