Manage qBraid cloud storage files.
--help
: Show this message and exit.upload
: Upload a local file to qBraid storage.download
: Download a file from qBraid storage.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.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.