create
A CLI how-to guide. SDK power-users can refer to our full SDK docs generated from our source code here
Creates a remote dataset with the given name:
$ darwin dataset create planes
Dataset 'planes' (andreas-team/planes) has been created.
Access at https:/darwin.v7labs.com/datasets/999
The dataset can then be accessed with the given link and will be empty.
Positional arguments:
dataset
: Dataset name.
Watch it in action!
Updated 5 months ago