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

> 同期ステータスを取得する

このコマンドは、プロジェクトの同期ステータスを表示します。また、作業ツリーのディレクトリ情報も含まれ、現在のリポジトリ、ブランチ、ワークスペース、コミットが表示されます。

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

`[paths...]` を指定すると、指定したファイルまたはディレクトリの同期ステータスを表示します（`--sync-only` および `--nowait` を暗黙的に含みます）。

`[--sync-only]` は同期ステータスのみを表示します。

`[--nowait]` はワークスペースの同期が完了するのを待たずに終了します。

`[--commit-id-only]` はワークスペースのコミットIDのみを表示します。

`[--no-limit]` は出力サイズを制限せずに、完全な変更リストを表示します。
