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

# init

`morph init`コマンドは、MorphのVMから接続するコネクションを初期化するコマンドです。

ワークスペースのConnectionsで設定された情報は、`~/.morph/connections.yml`に保存されています。このファイルを初期化するために使用します。

```bash Shell theme={"dark"}
morph init
```
