feat: makes ls list all stores by default, with config option to disable. adds --store glob support
This commit is contained in:
parent
b6248e409f
commit
55b2e7f6cb
35 changed files with 487 additions and 177 deletions
2
testdata/help-export.ct
vendored
2
testdata/help-export.ct
vendored
|
|
@ -8,6 +8,7 @@ Usage:
|
|||
Flags:
|
||||
-h, --help help for export
|
||||
-k, --key strings filter keys with glob pattern (repeatable)
|
||||
-s, --store strings filter stores with glob pattern (repeatable)
|
||||
-v, --value strings filter values with glob pattern (repeatable)
|
||||
Export store as NDJSON (alias for list --format ndjson)
|
||||
|
||||
|
|
@ -17,4 +18,5 @@ Usage:
|
|||
Flags:
|
||||
-h, --help help for export
|
||||
-k, --key strings filter keys with glob pattern (repeatable)
|
||||
-s, --store strings filter stores with glob pattern (repeatable)
|
||||
-v, --value strings filter values with glob pattern (repeatable)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue