Share feedback
Answers are generated based on the documentation.

sbx settings list

DescriptionList settings
Usagesbx settings list [flags]

Description

List known settings with their evaluated value, type, source, and description.

The SOURCE column shows where the value came from (default, envvar, or override). RESTART identifies settings that require 'sbx daemon restart' for existing daemon-side consumers. Long values and descriptions are truncated to keep the table readable; use --no-trunc or --json for complete output. Use 'sbx settings get ' to print one value in full.

Options

OptionDefaultDescription
--jsonPrint complete setting records as JSON
--no-truncShow full values and descriptions, one setting per block

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

# List settings as a table
sbx settings list

# List settings as JSON
sbx settings list --json