- --help: Show this message and exit.
- upload: Upload a local file to qBraid storage.
- download: Download a file from qBraid storage.
qbraid files upload
Upload a local file to qBraid storage. Usage:- FILEPATH: Local path to the file to upload. [required]
- -n, --namespace TEXT: Target qBraid namespace for the upload. [default: user]
- -p, --object-path TEXT: Target object path. Defaults to original filename in namespace root.
- -o, --overwrite: Overwrite existing file if it already exists in the target location.
- --help: Show this message and exit.
qbraid files download
Download a file from qBraid storage. Usage:- OBJECT_PATH: The folder + filename describing the file to download. [required]
- -n, --namespace TEXT: Source qBraid namespace for the download. [default: user]
- -s, --save-path PATH: Local directory to save the downloaded file. [default: None]
- -o, --overwrite: Overwrite existing file if it already exists in the target location.
- --help: Show this message and exit.
