- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
new Command - Medusa CLI Reference
Create a new Medusa application. Unlike the create-medusa-app
CLI tool, this command provides more flexibility for experienced Medusa developers in creating and configuring their project.
Arguments#
Argument | Description | Required | Default |
---|---|---|---|
| The name of the directory to create the Medusa application in. | Yes | - |
| The name of the directory to create the Medusa application in. | No |
|
Options#
Option | Description |
---|---|
| Skip all prompts, such as databaes prompts. A database might not be created if default PostgreSQL credentials don't work. |
| Skip database creation. |
| Skip populating |
| The database user to use for database setup. |
| The name of the database used for database setup. |
| The database password to use for database setup. |
| The database port to use for database setup. |
| The database host to use for database setup. |