Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/the-complete-guide/part2/1-using-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ plugin openapi {

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.

When you run `zenstack generate`, the plugin will be executed and generate the output files.
When you run `npx zenstack generate`, the plugin will be executed and generate the output files.