sbx settings get
| Description | Get the value of a setting |
|---|---|
| Usage | sbx settings get <key> [flags] |
Description
Print the evaluated value of a setting.
Use --json to print the complete setting record, including its source, type, default, and description.
Options
| Option | Default | Description |
|---|---|---|
--json | Print the complete setting record as JSON |
Global options
| Option | Default | Description |
|---|---|---|
--cloud | Dispatch to Docker Cloud Sandboxes API instead of local sandboxd (supported by a growing set of verbs — run 'sbx --cloud --help' for the current list) | |
-D, --debug | Enable debug logging |
Examples
# Get a setting value
sbx settings get proxy.daemon
# Get in JSON format with source info
sbx settings get --json proxy.daemon