> ## 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.

# view

> View the current workspace in a web browser

Run the following command inside of a Diversion repository:

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

This will open Diversion's web UI for the current repository.

## Make sure you're in a repository

This command only works when the curret working folder is in a Diversion repository. Running it in any other folder results in the following error:

```bash theme={null}
Current directory is not a diversion repository (neither is any of its parent directories).
```
