Reset
Delete local data files and clear authentication.
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
| Option | Alias | Description |
|---|---|---|
--force | -f | Skip 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 tokensForce reset
memberstack reset --forceFAQ
How is this guide?
Last updated on