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

From version 1.12
edited by Susan Evans
on 2023/07/10 22:34
Change comment: (Autosaved)
To version 4.1
edited by Susan Evans
on 2023/07/11 13:04
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,5 @@
1 1  {{box cssClass="floatinginfobox" title="Table of Contents"}}
2 -{{toc/}}
2 +{{toc depth="2"/}}
3 3  {{/box}}
4 4  
5 5  The Pilot Command Line Interface (pilotcli) is a binary executable program that provides a convenient way for users to perform file actions and platform-related tasks programmatically. The Pilot Command Line Interface can be downloaded and run on on your local Linux and Linux subsystems (as Windows user, see for instance the [[Windows Subsystem for Linux installation guide>>url:https://learn.microsoft.com/en-us/windows/wsl/install]]) to support large file uploads. For convenience, pilotcli is also pre-deployed and installed in the users JupyterHub accessible via worskpace tools.
... ... @@ -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  )))