ソースを参照

docs(cli): update flag from --plugin to --selected-plugin for entity/service commands

qx54 5 ヶ月 前
コミット
bacef33db2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/docs/guides/developer-guide/cli/index.md

+ 1 - 1
docs/docs/guides/developer-guide/cli/index.md

@@ -185,7 +185,7 @@ yarn vendure add -p MyPlugin --config ./custom-vendure.config.ts
 - `--mutationName <n>`: Name for the GraphQL mutation
 
 :::info
-**Validation**: Entity and service commands validate that the specified plugin exists in your project. If the plugin is not found, the command will list all available plugins in the error message. Both commands require the `--plugin` parameter when running in non-interactive mode.
+**Validation**: Entity and service commands validate that the specified plugin exists in your project. If the plugin is not found, the command will list all available plugins in the error message. Both commands require the `--selected-plugin` parameter when running in non-interactive mode.
 :::
 
 ## The Migrate Command