Home

stencila config

Manage Stencila configuration

Usage

stencila config [COMMAND]

Examples

# Show the current configuration
stencila config

# Show the current configuration explicitly
stencila config show

# Show configuration as JSON
stencila config get --as json

# Get a specific config value
stencila config get site.id

# Set a value in the nearest stencila.toml
stencila config set site.id mysite123

# Set a value in user config
stencila config set --user site.id mysite123

# Set a value in local override file
stencila config set --local site.id mysite123

# Remove a value
stencila config unset site.id

# Check config validity
stencila config check

Subcommands

CommandDescription
showShow the current configuration
getGet configuration value(s)
setSet a configuration value
unsetRemove a configuration value
checkCheck configuration validity
© 2026 Stencila