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

# config

`morph config`コマンドは、クラウドのMorphアカウントをローカル環境に設定するためのコマンドです。

実行結果は、`~/.morph/credentials`に保存されます。

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

### Arguments

<ParamField body="--profile" type="str" requered={false}>
  `~/.morph/credentials`に登録する特定のプロファイル名（セクション）を指定できます。
  既に同名のセクションが存在する場合は上書きするかどうかの警告が表示されます。
</ParamField>
