# Memberstack CLI The CLI for managing your Memberstack account from your terminal, or letting AI agents do it for you. Create apps, add plans, edit members, change custom fields, and so much more. > This is an open-source, community project by [Ben Sabic](https://bensabic.dev) from [Flash Brew Digital](https://flashbrew.digital). It is not affiliated with or endorsed by Memberstack. ## Installation ```bash npm install -g memberstack-cli ``` ## Authentication ```bash memberstack auth login ``` This command allows you to login to your Memberstack account through the Memberstack CLI. ## Documentation ### Overview - [Quick Start](/docs/index.md): Install the Memberstack CLI and start managing your account from the terminal in under a minute. - [What is Memberstack CLI](/docs/what-is-memberstack-cli.md): An open-source command-line tool for managing your Memberstack account. Handle apps, members, plans, data tables, custom fields, and more from the terminal. - [Command Reference](/docs/commands.md): Every Memberstack CLI command at a glance. Quick reference for auth, apps, members, plans, prices, and more. - [Global Options](/docs/global-options.md): Flags available across Memberstack CLI commands, including environment targeting, output formatting, pagination, and bulk operation previews. - [Agent Skills](/docs/agent-skills.md): Install agent skills so your AI agent knows how to use the Memberstack CLI and related tools. ### Commands - [Authentication](/docs/auth.md): Manage OAuth authentication with the CLI. - [Who Am I](/docs/whoami.md): Show your current authenticated identity. - [Apps](/docs/apps.md): Manage Memberstack apps. - [Plans](/docs/plans.md): Manage Memberstack plans. - [Prices](/docs/prices.md): Manage prices for your Memberstack plans. - [Members](/docs/members.md): Manage members in your Memberstack application. - [Tables](/docs/tables.md): Manage data tables in your Memberstack application. - [Records](/docs/records.md): Manage data table records in your Memberstack application. - [Custom Fields](/docs/custom-fields.md): Manage custom fields for your Memberstack members. - [Permissions](/docs/permissions.md): Manage permissions and link them to plans or members. - [Auth Providers](/docs/providers.md): Manage auth providers such as Google, Facebook, GitHub, LinkedIn, Spotify, and Dribbble. - [SSO](/docs/sso.md): Manage SSO apps for your Memberstack application. - [Users](/docs/users.md): Manage users with access to your Memberstack application. - [Skills](/docs/skills.md): Add and remove Memberstack agent skills from the CLI. - [Update](/docs/update.md): Update the Memberstack CLI to the latest version. - [Reset](/docs/reset.md): Delete local data files and clear authentication.