fractal dataset
usage: fractal dataset [-h] {edit,show,delete} ...
Dataset commands.
options:
-h, --help show this help message and exit
Valid sub-commands:
{edit,show,delete}
fractal dataset edit
usage: fractal dataset edit [-h] --new-name NEW_NAME project_id dataset_id
Edit dataset.
positional arguments:
project_id Project ID.
dataset_id Dataset ID.
options:
-h, --help show this help message and exit
--new-name NEW_NAME New name of dataset.
fractal dataset show
usage: fractal dataset show [-h] project_id dataset_id
Show dataset.
positional arguments:
project_id Project ID.
dataset_id Dataset ID.
options:
-h, --help show this help message and exit
fractal dataset delete
usage: fractal dataset delete [-h] project_id dataset_id
Delete dataset.
positional arguments:
project_id Project ID.
dataset_id Dataset ID.
options:
-h, --help show this help message and exit