# @noy-db/cli

[![npm](https://img.shields.io/npm/v/%40noy-db/cli.svg)](https://www.npmjs.com/package/@noy-db/cli)

> Command-line tool for noy-db

Part of [**`@noy-db/hub`**](https://www.npmjs.com/package/@noy-db/hub) — the zero-knowledge, offline-first, encrypted document store.

## Install

```bash
pnpm add -D @noy-db/cli
npx noydb --help
```

## What it is

Command-line tool for noy-db — inspect .noydb pods without decrypting, verify integrity, validate config objects, scaffold topology profiles, and monitor a live vault's store metrics.

## Status

**Pre-release.** API may change before `1.0`. Run `noydb --version` for the installed version.

## Documentation

See the [main repository](https://github.com/noy-db/core#readme) for setup, examples, and the full subsystem catalog.

- Source — [`packages/cli`](https://github.com/noy-db/core/tree/main/packages/cli)
- Issues — [github.com/noy-db/core/issues](https://github.com/noy-db/core/issues)
- Spec — [`SPEC.md`](https://github.com/noy-db/docs/blob/main/SPEC.md)

## License

[MIT](./LICENSE) © vLannaAi
