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

# new

`morph new`コマンドは、Morphの新しいプロジェクトを作成するためのコマンドです。

```bash Shell theme={"dark"}
morph new [PROJECT_NAME]
```

### Arguments

<ParamField body="--project-id" type="str">
  クラウドで作成したプロジェクトを指定する場合に指定します。指定しない場合でも`morph_project.yml`を編集することができます。
</ParamField>
