--help
: Show this message and exit.
create
: Create a new qBraid environment.remove
: Delete a qBraid environment.list
: List installed qBraid environments.activate
: Activate qBraid environment.
qbraid envs create
Create a new qBraid environment. Usage:-n, --name TEXT
: Name of the environment to create-d, --description TEXT
: Short description of the environment-f, --file TEXT
: Path to a .yml file containing the environment details-y, --yes
: Automatically answer ‘yes’ to all prompts--help
: Show this message and exit.
qbraid envs remove
Delete a qBraid environment. Usage:-n, --name TEXT
: Name of the environment to remove [required]-y, --yes
: Automatically answer ‘yes’ to all prompts--help
: Show this message and exit.
qbraid envs list
List installed qBraid environments. Usage:--help
: Show this message and exit.
qbraid envs activate
Activate qBraid environment. NOTE: Currently only works on qBraid Lab platform, and select few other OS types. Usage:NAME
: Name of the environment. Values from ‘qbraid envs list’. [required]
--help
: Show this message and exit.