@noy-db/in-devtools-tui
v0.6.0
Published
Interactive terminal inspector for a live noy-db (ink TUI over @noy-db/in-devtools).
Downloads
5,899
Readme
@noy-db/in-devtools-tui
Interactive terminal inspector for a live noy-db — an ink TUI over
@noy-db/in-devtools.
Part of @noy-db/hub — the zero-knowledge, offline-first, encrypted document store.
Install
pnpm add -D @noy-db/in-devtools-tuiUsage
Point the noydb-inspect bin at a config file that default-exports your NoydbOptions. It unlocks the vault (prompting for the secret, or reading --secret=… / NOYDB_SECRET), then opens a read-only terminal dashboard of collections, records, and live writes.
npx noydb-inspect ./noydb.config.mjs --vault=acmeAdd --meter to wrap the store in @noy-db/to-meter and show live store metrics. Like the inspector core it wraps, the TUI is read-only and never persists your secret.
Documentation
- Guide —
content/docs/families/in/devtools-tui.md - Source —
packages/in-devtools-tui - Issues — github.com/vLannaAi/noy-db/issues
License
MIT
