Add local KV store commands
This commit is contained in:
parent
4ec50d7473
commit
1a0f1e7671
14 changed files with 395 additions and 13 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue