Apps
Manage Memberstack apps.
memberstack apps <subcommand> [options]apps current
Show the current app.
memberstack apps currentapps create
Create a new app.
memberstack apps create [options]Options
| Option | Description |
|---|---|
--name <name> | App name |
--stack <stack> | Tech stack: REACT, WEBFLOW, VANILLA, WORDPRESS |
--wordpress-page-builder <builder> | WordPress page builder: GUTENBERG, ELEMENTOR, DIVI, BEAVER_BUILDER, BRICKS, CORNERSTONE, OTHER |
--template-id <templateId> | Template ID to use |
Example
memberstack apps create --name "My App" --stack REACTapps update
Update the current app.
memberstack apps update [options]Options
| Option | Description |
|---|---|
--name <name> | App name |
--stack <stack> | Tech stack: REACT, WEBFLOW, VANILLA, WORDPRESS |
--status <status> | App status: ACTIVE, DELETED |
--wordpress-page-builder <builder> | WordPress page builder |
--business-entity-name <name> | Business entity name |
--terms-of-service-url <url> | Terms of service URL |
--privacy-policy-url <url> | Privacy policy URL |
--prevent-disposable-emails | Prevent disposable emails |
--no-prevent-disposable-emails | Allow disposable emails |
--captcha-enabled | Enable captcha |
--no-captcha-enabled | Disable captcha |
--require-user-2fa | Require user 2FA |
--no-require-user-2fa | Disable required 2FA |
--disable-concurrent-logins | Disable concurrent logins |
--no-disable-concurrent-logins | Allow concurrent logins |
--member-session-duration-days <days> | Member session duration in days |
--allow-member-self-delete | Allow members to self-delete |
--no-allow-member-self-delete | Prevent member self-deletion |
Example
memberstack apps update --name "Acme App" --captcha-enabled --require-user-2faapps delete
Delete an app.
memberstack apps delete --app-id <appId>Options
| Option | Description |
|---|---|
--app-id <appId> | App ID to delete |
apps restore
Restore a deleted app.
memberstack apps restore --app-id <appId>Options
| Option | Description |
|---|---|
--app-id <appId> | App ID to restore |
FAQ
How is this guide?
Last updated on