Last modified by Dennis Segebarth on 2024/10/02 18:38

From version 16.1
edited by Dennis Segebarth
on 2024/10/02 18:38
Change comment: There is no comment for this version
To version 15.1
edited by Dennis Segebarth
on 2024/08/16 10:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -781,8 +781,6 @@
781 781   List datasets belonging to logged in user.
782 782  
783 783  Options:
784 - --all Show also datasets that belong to projects where user has admin role
785 -
786 786   --page INTEGER The page to be listed [default: 0]
787 787   --page-size INTEGER number of objects per page [default: 10]
788 788   -d, --detached whether run in detached mode
... ... @@ -802,19 +802,6 @@
802 802  Page: 0, Number of datasets: 2
803 803  {{/code}}
804 804  
805 -If the user has the Project Administrator role in one or more Projects, they can also access all Datasets associated with those Projects, even if they were created by another user. To do so, use the "~-~-all" flag:
806 -
807 -{{code language="none"}}
808 -$ pilotcli dataset list --all
809 - Dataset Title Dataset Code
810 ----------------------------------------------------------------------------
811 - dataset2 aug24202102
812 - dataset-01 aug242021
813 - test-dataset-01 testdataset01
814 - test-dataset-02 testdataset02
815 -Page: 0, Number of datasets: 4
816 -{{/code}}
817 -
818 818  == Command: **show-detail** ==
819 819  
820 820  * **Usage**: Show the detailed information of a dataset.