Home

stencila site list

List all routes (configured and file-implied)

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

NameDescription
--expandedShow expanded spread route variants. Possible values: true, false.
--staticsShow routes for static files (e.g. images, CSS). Possible values: true, false.
--routeFilter by route prefix.
--pathFilter by source file path prefix.
© 2026 Stencila