-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
EpicAn epic is a large body of work that can be broken down into a number of smaller issues.An epic is a large body of work that can be broken down into a number of smaller issues.product roadmapIssues synchronized to product roadmap.Issues synchronized to product roadmap.t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.
Description
-
datasets
```[tasklist]
Datasets
-
create \[--name=<name>\]feat:datasets/key-value-storescommands #685 -
ls \[--offset=<num>\] \[--limit=<num>\] \[--desc\] \[--unnamed\]feat:datasets/key-value-storescommands #685 -
info <dataset-id>- Get info about a specific run feat:datasets info/key-value-stores info#726 -
rm <dataset-id>feat:datasets/key-value-storescommands #685 -
rename <dataset-id> {<new-name> | --unname} \[--force\]feat:datasets/key-value-storescommands #685 -
get-items <dataset-id> \[--limit=<num>\] \[--offset=<num>\] \[--format=<format>\]feat:datasets get-items#679 -
push-items <dataset-id> <value>- supports stdin if novaluefeat:datasets/key-value-storescommands #685
```
-
key-value-stores
```[tasklist]
KVS
-
create \[--name=<name>\]feat:datasets/key-value-storescommands #685 -
ls \[--offset=<num>\] \[--limit=<num>\] \[--desc\] \[--unnamed\]- Lists stores feat:datasets/key-value-storescommands #685 -
info <kvs-id>- Get info about a specific store feat:datasets info/key-value-stores info#726 -
keys <kvs-id> \[--exclusive-start-id=<id>\] \[--limit=<num>\]- List keys and sizes of records, like “list keys” API op feat: key-value-store commands #700 -
rm <kvs-id>feat:datasets/key-value-storescommands #685 -
rename <kvs-id> { <new-name> | --unname }feat:datasets/key-value-storescommands #685 -
set-value <kvs-id> <key> \[value\] --content-type=<type>- If value missing, stdin expected, can be any blob feat: key-value-store commands #700 -
get-value <kvs-id> <key> \[--only-content-type\]- Returns the value to stdout and the content-type to stderr feat:key-value-stores get-value#678 -
delete-value <kvs-id> <key>feat: key-value-store commands #700
\`
Internal Notion document
Metadata
Metadata
Assignees
Labels
EpicAn epic is a large body of work that can be broken down into a number of smaller issues.An epic is a large body of work that can be broken down into a number of smaller issues.product roadmapIssues synchronized to product roadmap.Issues synchronized to product roadmap.t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.