kub-dataset
kub-dataset is the main CLI for managing KUB datasets.
It covers four domains:
-
Location datasets:
cemdb/locations/<location>/vX.Y.Z -
Simulator datasets:
cemdb/simulators/vX.Y.Z -
DVC/authentication workflows for reproducible pulls and publication
-
Advanced maintenance (migration, manifests, component-level operations)
3. Quick Start
# List available datasets on all configured DMPs
kub-dataset list-locations
# Pull one location dataset locally
kub-dataset pull kernante --version 0.98.0 --api-key $GIRDER_API_KEY
# Summarize local datasets
kub-dataset summary --all --cemdb-root cemdb/locations
# Check DVC tracking state (after kub-dataset init / pull --dvc)
kub-dataset status
4. Command Families
| Family | Typical Commands |
|---|---|
Location datasets |
|
Simulator datasets |
|
DVC and auth |
|
Component-level and references |
|