feat(cli): Add plugin:publish and plugin:add commands support (#10938)

RESOLVES FRMW-2864
RESOLVES FRMW-2868

**What**
Add support for the following cli commands:
- `plugin:publish`
- `plugin:add`
This commit is contained in:
Adrien de Peretti
2025-01-13 14:24:49 +00:00
committed by GitHub
parent c895ed8013
commit b7a3759824
4 changed files with 69 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@medusajs/medusa": patch
"@medusajs/cli": patch
---
feat(cli): Add plugin:publish and plugin:add commands support