feat(stores): adds mvs, and flags to bring store commands on par with key commands
This commit is contained in:
parent
b89db8dc48
commit
4e5064d07a
25 changed files with 247 additions and 9 deletions
2
testdata/help.ct
vendored
2
testdata/help.ct
vendored
|
|
@ -26,6 +26,7 @@ Store commands:
|
|||
export Export store as NDJSON (alias for list --format ndjson)
|
||||
import Restore key/value pairs from an NDJSON dump
|
||||
list-stores List all stores
|
||||
move-store Rename a store
|
||||
remove-store Delete a store
|
||||
|
||||
Git commands:
|
||||
|
|
@ -68,6 +69,7 @@ Store commands:
|
|||
export Export store as NDJSON (alias for list --format ndjson)
|
||||
import Restore key/value pairs from an NDJSON dump
|
||||
list-stores List all stores
|
||||
move-store Rename a store
|
||||
remove-store Delete a store
|
||||
|
||||
Git commands:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue