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

# status

> Get the syncing status

This command shows your project's syncing status. It also contains the working tree directory, which includes the repository, branch, workspace, and commit you're in.

```bash theme={null}
dv status [paths...] [--sync-only] [--nowait] [--commit-id-only] [--no-limit]
```

`[paths...]` when specified, shows the sync status of the given files or directories (implies `--sync-only` and `--nowait`).

`[--sync-only]` shows sync status only.

`[--nowait]` exits without waiting for the workspace to be synced.

`[--commit-id-only]` shows only the commit ID of the workspace.

`[--no-limit]` shows the complete changelist without limiting the output size.
