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

# cd

> 対話型 CLI セッションの現在の作業ディレクトリを変更する

## 作業ディレクトリを変更する

OS のターミナルと同様に、`cd` は Diversion CLI の作業ディレクトリを切り替えます。

```bash theme={null}
dv cd <directory>
```

`<directory>` パラメータは、移動先のパスです。

たとえば、Documents ディレクトリに移動するには、次のように入力します:

```bash theme={null}
dv cd /Users/Sloth/Documents/
```
