Share feedback
Answers are generated based on the documentation.

sbx settings get

DescriptionGet the value of a setting
Usagesbx 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

OptionDefaultDescription
--jsonPrint the complete setting record as JSON

Global options

OptionDefaultDescription
--cloudDispatch 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, --debugEnable 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