Procházet zdrojové kódy

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

qx54 před 5 měsíci
rodič
revize
bacef33db2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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