Explorar o código

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

qx54 hai 4 meses
pai
achega
bacef33db2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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