remote
A CLI how-to guide. SDK power-users can refer to our full SDK docs generated from our source code here
Lists all the RemoteDataset
s in the team you are currently authenticated in.
$darwin dataset remote
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┓
┃ Name ┃ Item Count ┃ Complete Items ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━┩
│ andreas-team/planes │ 3576 │ 55.8% │
│ andreas-team/cars │ 600 │ 0.0% │
│ andreas-team/boats │ 11 │ 63.6% │
└────────────────────────────────────────────────────┴────────────┴────────────────┘
Optional arguments:
-t TEAM, --team TEAM
: Specify team.-a, --all
: List datasets for all teams.
Watch this command in action:
Updated 4 months ago