Skip to content
qibdo qibdo
Theme
Book a demo

config list

Show the effective configuration

Print every configuration key with its resolved value for the active profile. With the global --verbose flag, each line also shows where the value came from (flag, env, profile, or default).

This is the configuration of ONE profile. To see the profiles themselves, use qibdo config profiles list.

Terminal window
qibdo config list [flags]
Terminal window
qibdo config list
qibdo config list --verbose
qibdo config list -o json
-h, --help help for list
--no-headers Omit the header row (table and wide; accepted and inert for the machine formats)
-o, --output string Output format: table|wide|json|yaml|tsv
--query string JMESPath expression to project the result (buffers the full result; bound large collections with --limit)
--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 stderr