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

From version 1.7
edited by Susan Evans
on 2023/07/10 22:24
Change comment: (Autosaved)
To version 1.8
edited by Susan Evans
on 2023/07/10 22:26
Change comment: (Autosaved)

Summary

Details

Page properties
Content
... ... @@ -618,6 +618,9 @@
618 618  
619 619  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:
620 620  
621 +{{code language="none"}}
622 +$ pilotcli file upload -p <path> <file> --output-path test_manifest.json
623 +{{/code}}
621 621  
622 622  
623 623