stencila site list
Usage
stencila site list [OPTIONS]Examples
# List all routes (configured and file-implied)
stencila site
stencila site list
# Show expanded spread route variants
stencila site list --expanded
# Show routes for static files (e.g. images)
stencila site list --statics
# Filter routes by route prefix
stencila site list --route /docs
# Filter routes by source file path prefix
stencila site list --path docs/Options
--expanded | truefalse |
--statics | truefalse |
--route | |
--path |