API Reference
qbraid configure
Configure CLI settings.
Set API keys and config values for your qBraid CLI.
Use this when you want to:
- Set your qBraid API key
- Enable qBraid magic commands in Jupyter
Usage:
$ qbraid configure [OPTIONS] COMMAND [ARGS]...Options:
--help: Show this message and exit.
Commands:
set: Set configuration value in qbraidrc file.get: Get configuration value from qbraidrc file.list: List all configuration values in qbraidrc.magic: Enable qBraid IPython magic commands.
qbraid configure set
Set configuration value in qbraidrc file.
Usage:
$ qbraid configure set [OPTIONS] {name} {value}Arguments:
name: Config name [required]value: Config value [required]
Options:
-p, --profile <str>: Profile name [default: default]--help: Show this message and exit.
qbraid configure get
Get configuration value from qbraidrc file.
Usage:
$ qbraid configure get [OPTIONS] {name}Arguments:
name: Config name [required]
Options:
-p, --profile <str>: Profile name [default: default]--help: Show this message and exit.
qbraid configure list
List all configuration values in qbraidrc.
Usage:
$ qbraid configure list [OPTIONS]Options:
--help: Show this message and exit.
qbraid configure magic
Enable qBraid IPython magic commands.
Usage:
$ qbraid configure magic [OPTIONS]Options:
--help: Show this message and exit.
Was this page helpful?
Thanks for your feedback.

