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

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

Summary

Details

Page properties
Content
... ... @@ -781,6 +781,8 @@
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 +
784 784   --page INTEGER The page to be listed [default: 0]
785 785   --page-size INTEGER number of objects per page [default: 10]
786 786   -d, --detached whether run in detached mode
... ... @@ -800,6 +800,19 @@
800 800  Page: 0, Number of datasets: 2
801 801  {{/code}}
802 802  
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 +
803 803  == Command: **show-detail** ==
804 804  
805 805  * **Usage**: Show the detailed information of a dataset.