Add local document JSON state commands

This commit is contained in:
Eric Wendland 2026-05-17 19:59:03 +02:00
commit e039a4f81f
11 changed files with 153 additions and 10 deletions

View file

@ -90,7 +90,7 @@ The bootstrap implementation provides:
- local DB resource registration: `geth db add <name> <path>` and
`geth db status <name>`
- local SQLite-backed KV commands: `geth kv create/set/get`
- local document resource registration: `geth document create/status`
- local JSON document commands: `geth document create/status/set/get`
- local daemon-lifetime pubsub snapshots: `geth pubsub pub/sub`
- SSH certificate flow metadata:
- `geth ssh cert request --public-key <path> --principal <name>`