Skip to content

Commit a88be96

Browse files
authored
Mention experimental Plugin CLI in plugin creation page
1 parent 00dc22d commit a88be96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus/docs/dev-docs/plugins/development/create-a-plugin.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ The fastest way to create a Strapi plugin is to use the CLI generator. To do so:
7272

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

75+
:::callout 🚧 Experimental plugin CLI
76+
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.
77+
:::
78+
7579
## Enable the plugin
7680

7781
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.

0 commit comments

Comments
 (0)