Add local document resource commands
This commit is contained in:
parent
527090fd4c
commit
ce260625d6
14 changed files with 277 additions and 14 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue