feat(medusa,medusa-cli): Added an invite option to the create user command, and allow seeding publishable api keys (#4192)

* feat(medusa,medusa-cli): Added an invite option to the create user command

* ensure process exits for invites

* addressed PR comments

* allow seeding publishable api keys
This commit is contained in:
Shahed Nasser
2023-06-07 21:34:27 +03:00
committed by GitHub
parent 854022daa8
commit 8676ee7a2e
5 changed files with 80 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
---
"@medusajs/medusa-cli": patch
"@medusajs/medusa": patch
---
feat(medusa,medusa-cli): Added an invite option to the create user command, and allow seeding publishable api keys