Add local KV store commands

This commit is contained in:
Eric Wendland 2026-05-16 21:52:35 +02:00
commit 1a0f1e7671
14 changed files with 395 additions and 13 deletions

View file

@ -83,6 +83,7 @@ The bootstrap implementation provides:
`cleanup`, `list`
- local DB resource registration: `geth db add <name> <path>` and
`geth db status <name>`
- local SQLite-backed KV commands: `geth kv create/set/get`
- SSH certificate flow metadata:
- `geth ssh cert request --public-key <path> --principal <name>`
- `geth ssh cert requests`
@ -93,8 +94,8 @@ The bootstrap implementation provides:
- `geth ssh revocation list`
- `geth ssh revocation export --out <path>`
Other command groups exist as explicit stubs: `kv`, `pipe`, `document`,
`pubsub`, `secret`, and `ssh`.
Other command groups exist as explicit stubs: `pipe`, `document`, `pubsub`,
`secret`, and `ssh`.
## Resource Modules