config
Manage CLI configuration and profiles
Synopsis
Section titled “Synopsis”Read and write settings on the active profile, and create, switch, and remove the profiles that each point the CLI at a platform.
Examples
Section titled “Examples” qibdo config list --verbose qibdo config set organisation <id> qibdo config unset workspace qibdo config profiles create prod --endpoint qibdo.example:443Options
Section titled “Options” -h, --help help for configOptions inherited from parent commands
Section titled “Options inherited from parent commands” --color string Colorize output: auto|always|never (respects NO_COLOR) (default "auto") --debug Wire-level detail on stderr (credentials redacted) --endpoint string API endpoint override (host:port) --insecure Use a plaintext connection (dev/lab platform only) --no-input Never prompt; fail instead --no-pager Do not page long human-readable output --profile string Configuration profile to use -q, --quiet Suppress non-essential stderr output --verbose Human-readable progress on stderrSee Also
Section titled “See Also”- qibdo - The official command-line interface for qibdo cloud
- qibdo config get - Print the resolved value of a configuration key
- qibdo config list - Show the effective configuration
- qibdo config profiles - Manage configuration profiles
- qibdo config set - Set a configuration value on the active profile
- qibdo config unset - Remove a configuration value from the active profile