Download a File
$ catalytic file download <Id> [<DownloadPath>] [--credentials=<CredentialsName>]
This command downloads a File stored in Catalytic by File Id.
Option | Description |
---|---|
<Id> | The unique Catalytic Id of the file to download |
<DownloadPath> | (Optional) The File Path to which the File to download. Defaults to the current working directory if unspecified. |
--credentials=<CredentialsName> | A string corresponding to saved Credentials. See Using Credentials for more information about Authentication. |
Example
Downloads Catalytic File with Id 10000000-0000-0000-0000-000000000000
to path "./my-files
"
$ catalytic file download 10000000-0000-0000-0000-000000000000 "./my-files"
Updated about 3 years ago