Share feedback
Answers are generated based on the documentation.

sbx settings get

内容説明Get the value of a setting
利用方法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

オプションデフォルト内容説明
--jsonPrint the complete setting record as JSON

Global options

オプションデフォルト内容説明
--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