Share feedback
Answers are generated based on the documentation.

sbx settings list

内容説明List settings
利用方法sbx 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

オプションデフォルト内容説明
--jsonPrint complete setting records as JSON
--no-truncShow full values and descriptions, one setting per block

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

# List settings as a table
sbx settings list

# List settings as JSON
sbx settings list --json