Upload a File
$ catalytic file upload <Path> [--credentials=<CredentialsName>]
Uploads a local file to Catalytic by file path and return File Id.
Option | Description |
---|---|
<Path> | The relative of the File on disk to upload. |
--credentials=<CredentialsName> | A string corresponding to saved Credentials. See Using Credentials for more information about Authentication. |
Example
Uploads file at path "./my-file.txt
" to Catalytic and returns the File Id.
$ catalytic file upload "./my-file.txt"
Updated over 4 years ago