local
Description of the "darwin dataset local" option from the CLI
Lists LocalDataset
s, i.e., datasets that were previously downloaded via darwin dataset pull
.
$ darwin dataset local
┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━┓
┃ Name ┃ Image Count ┃ Sync Date ┃ Size ┃
┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━┩
│ andreas-team/cars │ 2 │ today │ 10.3 MB │
└───────────────────┴─────────────┴───────────┴─────────┘
Pulling data from releases
Remember that when using
darwin dataset pull
you will pull the latestRelease
. The files downloaded, will be the files included in theRelease
and therefore these will be the files shown by this command.
Optional arguments:
--team TEAM
: Shows local datasets pertaining to the given TEAM.
Updated 8 months ago
Having trouble understanding the docs? Have a refresh on V7 Concepts!