You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/the-complete-guide/part2/1-using-plugins.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,4 +29,4 @@ plugin openapi {
29
29
30
30
A plugin declaration requires a mandatory `provider` field that specifies the package name or Javascript module path of the plugin (which the `zenstack` CLI imports directly with `require()`). It can also contain other mandatory and optional fields specific to the plugin.
31
31
32
-
When you run `zenstack generate`, the plugin will be executed and generate the output files.
32
+
When you run `npx zenstack generate`, the plugin will be executed and generate the output files.
0 commit comments