Ver Fonte

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

qx54 há 5 meses atrás
pai
commit
bacef33db2
1 ficheiros alterados com 1 adições e 1 exclusões
  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