# Version

The `retrodeep help` command provides a comprehensive list of all the available RetroDeep CLI commands directly in your terminal.&#x20;

Here's an example of using these help features:

```bash
retrodeep help
```

Pairing it with a second argument - a specific RetroDeep CLI command - you'll receive detailed instructions and information about that particular command.

For convenience, appending the `--help` global option to any RetroDeep CLI command will offer immediate guidance and insights about the usage of the command.

```bash
retrodeep help [command]
```

To get more detailed help about a specific command, such as `deploy`, you would use:

```bash
retrodeep help deploy
```

Or, alternatively:

```bash
retrodeep deploy --help
```

These commands ensure that you have quick access to all the information you need to make the most out of the RetroDeep CLI, facilitating a smoother development workflow.
