stencila config
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 checkSubcommands
show | |
get | |
set | |
unset | |
check |