Changes for page Working with HDC Project Files in the Command Line Interface
Last modified by Dennis Segebarth on 2024/10/02 18:38
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -252,16 +252,26 @@ 252 252 253 253 * **Options**: -p ~-~-project-code 254 254 * **Usage**: List all attributes from a specified Project. 255 -* ((( 256 -**Prerequisite**: 255 +* **Prerequisite**: 257 257 258 258 * User login is required, otherwise an error is returned: ‘The current login session is invalid. Please login to continue.’ 259 -* Requires the Project code, which can be retrieved via `pilotcli project list. 260 -))) 258 +* Requires the Project code, which can be retrieved via {{code}}pilotcli project list{{/code}}. 261 261 260 +{{code language="none"}} 261 +$ pilotcli file attribute-list --help 262 +Usage: pilotcli file attribute-list [OPTIONS] 262 262 264 + List attribute templates of a given Project. 263 263 266 +Options: 267 + -p, --project-code TEXT Project Code 268 + --help Show this message and exit. 269 +{{/code}} 264 264 271 + 272 + 273 + 274 + 265 265 ---- 266 266 267 267 - ... ... @@ -271,4 +271,5 @@ 271 271 272 272 Copyright © 2023 [[Indoc Research>>url:https://www.indocresearch.org/]]. 273 273 274 -HealthDataCloud is powered by Pilot technology, a product of [[Indoc Research>>url:https://www.indocresearch.org/]]. 284 +HealthDataCloud is powered by Pilot technology, a product of [[Indoc Research>>url:https://www.indocresearch.org/]].~{~{/code}} 285 +~)~)~)