You’ll be prompted to enter a name for the project:
Copy
Ask AI
? Enter project name: My New Project
After entering a name, you’ll see a confirmation message:
Copy
Ask AI
✔ ✅ Project created successfully!📌 Project Details:Name: New ProjectID: 4b0392a3-35c3-458c-a43e-32d2cdc65eda
You’ll be ask to confirm if you want to select the created project for subsequent commands.
Copy
Ask AI
? Do you want to select this project? (Y/n)```You can also specify the project name directly using the `--name` option:```bashcrossmint projects create --name "My New Project"```