Command: list
$ pilotcli dataset list --help
Usage: pilotcli dataset list [OPTIONS]
List datasets belonging to logged in user.
Options:
--page INTEGER The page to be listed [default: 0]
--page-size INTEGER number of objects per page [default: 10]
-d, --detached whether run in detached mode
--help Show this message and exit.
Examples
(1) List all datasets that are accessible for the user:
$ pilotcli dataset list
Dataset Title Dataset Code
---------------------------------------------------------------------------
Dataset 1 data1
Dataset 2 data2
Page: 0, Number of datasets in page: 2, Total number of datasets: 2
By default, the table will only display the first ten elements. If you have access to more than ten Datasets, you will be prompted to use your arrow keys to select one of two options to either view the next ten items (next page), or to exit (exit) to return to the command line. The selected option is indicated by two arrows and can be confirmed by hitting enter:
Page: 0, Number of datasets in page: 10, Total number of datasets: 12
What do you want? (Use arrow keys)
» next page
exit