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  7.1 
    
    
              edited by Susan Evans
        
on 2023/07/11 13:14
     on 2023/07/11 13:14
      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 ))) ... ... @@ -410,7 +410,7 @@ 410 410 411 411 * User login is required, otherwise an error is returned: "The current login session is invalid. Please login to continue." 412 412 * Project must be accessible to the user, otherwise an error is returned: "Project Code not found in list. Please verify and try again." 413 -* Requires the Project code, which can be retrieved via pilotcli project list. 413 +* Requires the Project code, which can be retrieved via {{code}}pilotcli project list{{/code}}. 414 414 ))) 415 415 416 416 {{code language="none"}} ... ... @@ -618,7 +618,7 @@ 618 618 All uploading jobs have finished. 619 619 {{/code}} 620 620 621 - (10) upload with customized manifest name621 +Upload with customized manifest name 622 622 623 623 When you upload a file using pilotcli, a JSON file with the details of your specific upload job will be created automatically and allows you to resume the upload at a later time, in case the process is aborted due to any reason. By default, this JSON file will be created as “manifest.json” in the current working directory (see //Command: **resume**// below for more details on how to resume the file upload). However, you can use the {{code}}--output-path{{/code}} option to specify the filepath and, thus, the filename of this JSON file: 624 624 
 
