Strapi CLI
Pierre Wizla
Hi!
Thanks for your feedback.
This is not Strapi-specific, though. You'd install Strapi just like any package with yarn:
yarn add strapi
But creating a project with Strapi already includes the CLI, as docs read: "Strapi comes with a full featured Command Line Interface (CLI)"
Everytime you create a project with Strapi (see Quick Start Guide or installation guides), you then get the strapi CLI, locally installed.
Ali Çelebi
Pierre Wizla Thanks for the clarification!