Hub commands

5 commands. Each entry gives the invocation and an example, in the interface you pick; open the details for parameters, return shape and error codes.

get_dataset

Read one StrataHub dataset card.

strata hub get-dataset

Reads `GET /v1/datasets/<name>` from the effective hub URL and returns the dataset card in an executor-owned JSON envelope.

To see the complete help for this command, run:

strata hub get-dataset --help

Example

No CLI example in this release.

View details →

info

Read the selected StrataHub's V1 capability advertisement.

strata hub info

Reads `GET /v1/info` from the effective hub URL resolved by the shared Strata resolver.

To see the complete help for this command, run:

strata hub info --help

Example

No CLI example in this release.

View details →

list_datasets

List datasets from the selected StrataHub.

strata hub list-datasets

Reads `GET /v1/datasets` from the effective hub URL. Repeatable task, tag, and primitive filters preserve the StrataHub V1 query shape.

To see the complete help for this command, run:

strata hub list-datasets --help

Example

No CLI example in this release.

View details →

list_refs

List live refs for a StrataHub dataset.

strata hub list-refs

Reads `GET /v1/datasets/<name>/refs` from the effective hub URL. Yanked refs are filtered by the hub.

To see the complete help for this command, run:

strata hub list-refs --help

Example

No CLI example in this release.

View details →

list_yanked

List yanked refs from the selected StrataHub.

strata hub list-yanked

Reads `GET /v1/yanked` from the effective hub URL. `since`, when supplied, must be an RFC 3339 timestamp.

To see the complete help for this command, run:

strata hub list-yanked --help

Example

No CLI example in this release.

View details →