Add local DB resource registration
This commit is contained in:
parent
21920b51b5
commit
4ec50d7473
14 changed files with 313 additions and 8 deletions
|
|
@ -81,6 +81,8 @@ The bootstrap implementation provides:
|
|||
- `geth auth revoke <resource> <grant-id>`
|
||||
- local filesystem CAS commands: `add`, `get`, `hash`, `has`, `pin`, `unpin`,
|
||||
`cleanup`, `list`
|
||||
- local DB resource registration: `geth db add <name> <path>` and
|
||||
`geth db status <name>`
|
||||
- SSH certificate flow metadata:
|
||||
- `geth ssh cert request --public-key <path> --principal <name>`
|
||||
- `geth ssh cert requests`
|
||||
|
|
@ -91,7 +93,7 @@ The bootstrap implementation provides:
|
|||
- `geth ssh revocation list`
|
||||
- `geth ssh revocation export --out <path>`
|
||||
|
||||
Other command groups exist as explicit stubs: `db`, `kv`, `pipe`, `document`,
|
||||
Other command groups exist as explicit stubs: `kv`, `pipe`, `document`,
|
||||
`pubsub`, `secret`, and `ssh`.
|
||||
|
||||
## Resource Modules
|
||||
|
|
|
|||
Loading…
Reference in a new issue