stencila config get
Usage
stencila config get [OPTIONS] [KEY]Examples
# Show entire configuration
stencila config get
# Show entire configuration as YAML (default)
stencila config get
# Show as JSON
stencila config get --as json
# Show as TOML
stencila config get --as toml
# 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].nameArguments
[KEY] | site.id |
Options
-a, --as | jsonyamltoml |