releases

Description of the "darwin dataset releases" option from the CLI

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:

1396

Next up

Having trouble understanding the docs? Have a refresh on V7 Concepts!