local
A CLI how-to guide. SDK power-users can refer to our full SDK docs generated from our source code here
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 4 months ago
Next up
Having trouble understanding the docs? Have a refresh on V7 Concepts!