Changes for page Working with HDC Project Files in the Command Line Interface
Last modified by Dennis Segebarth on 2024/10/02 18:38
From version 2.1
edited by Susan Evans
on 2023/07/10 22:36
on 2023/07/10 22:36
Change comment:
There is no comment for this version
To version 4.1
edited by Susan Evans
on 2023/07/11 13:04
on 2023/07/11 13:04
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -106,7 +106,7 @@ 106 106 107 107 3) Device Login Successful message will appear and your authentication browser window can be closed. 108 108 109 -4) The output of the Command Line Tool will also be updated (see line 14 below)to notify you about the successful login:109 +4) The output of the Command Line Tool will also be updated to notify you about the successful login: 110 110 111 111 {{code language="none"}} 112 112 $ pilotcli user login ... ... @@ -342,7 +342,7 @@ 342 342 343 343 * User login is required, otherwise an error is returned: "The current login session is invalid. Please login to continue." 344 344 * Project must be accessible to the user, otherwise an error is returned: "Project Code not found in list. Please verify and try again." 345 -* Requires the Project code, which can be retrieved via pilotcli project list. 345 +* Requires the Project code, which can be retrieved via {{code}}pilotcli project list{{/code}}. 346 346 * Requires the Attribute template name. If the attribute template name does not exist or is spelled incorrectly, an error is returned: "Attribute 'sample-template' not found in Project. Please verify and try again." 347 347 * pilotcli must have the permission to write a file in the directory, otherwise an error is returned. 348 348 )))