Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
|
||
| ```bash | ||
| npx create-strapi-app@beta my-project --quickstart | ||
| npx create-strapi@beta my-project --quickstart |
There was a problem hiding this comment.
For v5 we should definitely remove the --quickstart option from the guide so users can see all the options instead. We consider it to be deprecated and will be removed in v6
There was a problem hiding this comment.
Yes, Alex!
But if I do this, I need to update the rest of the Quick Start Guide (more questions to answer, etc.).
I won't do it now, because the Quick Start Guide will again change in the following weeks (re. Cloud CLI) and it takes time to update it.
At least now they could use the shorter commands and (hopefully) have roughly the same experience than in the current Quick Start Guide ( = before the Cloud CLI)
There was a problem hiding this comment.
In short, for the final (stable, in September) version of the v5 Quick Start Guide I'll remove the --quickstart and ensure users experience the new workflow exactly like it's described. For now, too time consuming in regards of all the other tasks I have to do.
Direct preview link 👉 here
This PR:
(Note: All options are now documented in the CLI installation guide and not in the CLI reference, as the only place where options (like
--debug,--db-usernameetc.) were documented was for thestrapi newcommand but this command has been removed from v5.Related strapi/strapi PR: strapi/strapi#20268