stencila config get
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].nameArguments
[KEY] | site.id |
Options
-a, --as | jsonyamltoml |