fix(cli): fix command description for plugin:db:generate (#11022)

This commit is contained in:
Shahed Nasser
2025-01-18 17:49:23 +02:00
committed by GitHub
parent c1385c7002
commit 2a5f2a5387
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/cli": patch
---
fix(cli): fix command description for plugin:db:generate

View File

@@ -240,7 +240,7 @@ function buildLocalCommands(cli, isLocalProject) {
})
.command({
command: "plugin:db:generate",
desc: "Generate migrations for a given module",
desc: "Generate migrations for modules in a plugin",
handler: handlerP(
getCommandHandler("plugin/db/generate", (args, cmd) => {
process.env.NODE_ENV = process.env.NODE_ENV || `development`