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

The `morph new` command is used to create a new project in Morph.

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

### Arguments

<ParamField body="--project-id" type="str">
  Specify this when you want to use a project created in the cloud. If not specified, you can still edit the `morph_project.yml` file.
</ParamField>
