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

# Overview

> Learn how Diversion's command-line interface (CMD) works and simplify your version control workflow.

This section is the reference for Diversion's CLI commands. For in-CLI help, check the [help command](/cmd-ref/help).

To run Diversion on your computer, follow our [Getting Started Guide](../quickstart).

You can type the commands directly into your terminal or shell; append `dv` followed by the command, parameter, and flags.

```bash theme={null}
dv status
```

We recommend using the interactive CLI to get autocompletion and avoid typing `dv` every time. To start the interactive CLI, you just need to type `dv`.

This will open the interactive CLI; from now on, you just need to enter the commands followed by parameters and flags.

```bash theme={null}
clone <repo_name>
```

If you have questions or feedback about this reference, please contact us at our [Discord Server](https://discord.com/invite/HDAGJvgkuT).
