Add local document JSON state commands
This commit is contained in:
parent
b102e07204
commit
e039a4f81f
11 changed files with 153 additions and 10 deletions
|
|
@ -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>`
|
||||
|
|
|
|||
Loading…
Reference in a new issue