Skip to content

Commit

Permalink
Mention experimental Plugin CLI in plugin creation page
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla authored Feb 20, 2024
1 parent 00dc22d commit a88be96
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ The fastest way to create a Strapi plugin is to use the CLI generator. To do so:

4. Choose either `JavaScript` or `TypeScript` for the plugin language.

:::callout 🚧 Experimental plugin CLI
Strapi now also offers a [plugin CLI](/dev-docs/plugins/development/plugin-cli), but use it at your own risk as it's still experimental.
:::

## Enable the plugin

Once the `strapi generate plugin` CLI script has finished running, the minimum required code for the plugin to work is created for you, but the plugin is not enabled yet.
Expand Down

0 comments on commit a88be96

Please sign in to comment.