Memberstack CLI

Reset

Delete local data files and clear authentication.

View Markdown
memberstack reset [options]

reset

Delete local data files and clear authentication.

memberstack reset [options]

Description

Removes locally generated data files (members.json, members.csv) if they exist in the current directory and clears your stored authentication tokens. A confirmation prompt is shown before any changes are made.

Options

OptionAliasDescription
--force-fSkip confirmation prompt

Example

$ memberstack reset

  This will:
    - Delete members.json, members.csv (if present)
    - Clear stored authentication tokens

  Continue? (y/n) y

 Deleted members.json
 Cleared authentication tokens

Force reset

memberstack reset --force

FAQ

How is this guide?

Last updated on

On this page