Usage:

$ qbraid files [OPTIONS] COMMAND [ARGS]...

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:

$ qbraid files upload [OPTIONS] FILEPATH

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:

$ qbraid files download [OPTIONS] OBJECT_PATH

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.