releases
A CLI how-to guide. SDK power-users can refer to our full SDK docs generated from our source code here
Prints all the releases of the given RemoteDataset
.
> darwin dataset releases cars
┏━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Name ┃ Item Count ┃ Class Count ┃ Export Date ┃
┡━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ v7-john/cars:2.0 │ 3 │ 44 │ 2023-03-14 14:10:50+00:00 │
│ v7-john/cars:1.0 │ 3 │ 44 │ 2023-03-13 17:46:38+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 4 months ago