releases
Description of the "darwin dataset releases" option from the CLI
Prints all the releases of the given RemoteDataset
.
$darwin dataset releases planes
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Name ┃ Item Count ┃ Class Count ┃ Export Date ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ andreas-team/planes:planesv2 │ 1 │ 341 │ 2022-03-25 11:54:37+00:00 │
│ andreas-team/planes:planesv1 │ 1 │ 341 │ 2022-03-25 11:54:11+00:00 │
└──────────────────────────────┴────────────┴─────────────┴───────────────────────────┘
Positional arguments:
dataset
: Name of the RemoteDataset whose release list we want to see.
You can see how the command behaves in the following image:

Updated 11 months ago