API Reference
qbraid files
Manage qBraid cloud storage files.
Usage:
Options:
--help
: Show this message and exit.
Commands:
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:
Arguments:
FILEPATH
: Local path to the file to upload. [required]
Options:
-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:
Arguments:
OBJECT_PATH
: The folder + filename describing the file to download. [required]
Options:
-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.