Home

stencila config get

Get configuration value(s)

Usage

stencila config get [OPTIONS] [KEY]

Examples

# Show entire configuration
stencila config get

# Show as JSON
stencila config get --as json

# Get a specific value
stencila config get site.id

# Get nested value
stencila config get site.settings.theme

# Get array element
stencila config get packages[0].name

Arguments

NameDescription
[KEY]Config key in dot notation (e.g., site.id).

Options

NameDescription
-a, --asOutput format (toml, json, or yaml, default: toml). Possible values: json, yaml, toml.
© 2026 Stencila