Add local document resource commands

This commit is contained in:
Eric Wendland 2026-05-16 22:15:18 +02:00
commit ce260625d6
14 changed files with 277 additions and 14 deletions

View file

@ -84,6 +84,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`
- SSH certificate flow metadata:
- `geth ssh cert request --public-key <path> --principal <name>`
- `geth ssh cert requests`
@ -94,8 +95,8 @@ The bootstrap implementation provides:
- `geth ssh revocation list`
- `geth ssh revocation export --out <path>`
Other command groups exist as explicit stubs: `pipe`, `document`, `pubsub`,
`secret`, and `ssh`.
Other command groups exist as explicit stubs: `pipe`, `pubsub`, `secret`, and
`ssh`.
## Resource Modules