Skip to content

v4.3.9

Choose a tag to compare

@aovestdipaperino aovestdipaperino released this 09 May 11:04
· 258 commits to master since this release

Added

  • tokensave wipe command for clearing local DBs. wipe finds every .tokensave/tokensave.db project in the current folder, all its ancestors, and all its descendants (skipping node_modules, target, .git, vendor, dist, build, .next, .venv, __pycache__, and the user-level ~/.tokensave/), then prompts for a single global go! confirmation before removing each .tokensave/ directory and its row in the global DB. tokensave wipe --all (or -a) instead wipes every project tracked in ~/.tokensave/global.db and then deletes the global DB itself, leaving it empty. Both flows show a bordered, blinking warning that lists every target before asking for confirmation.