Home

stencila site

Manage the workspace site

Usage

stencila site [COMMAND]

Examples

# View details of the workspace site
stencila site
stencila site show

# List configured routes
stencila site list

# Add a route
stencila site add / index.md
stencila site add /about/ README.md
stencila site add /old/ --redirect /new/ --status 301

# Remove a route
stencila site remove /about/

# Push site content to cloud
stencila site push

# Show current access restrictions
stencila site access

# Make site public (remove all restrictions)
stencila site access --public

# Enable team access restriction
stencila site access team

# Set a password for the site
stencila site access password

# Clear the password
stencila site access password --clear

Subcommands

CommandDescription
showShow details of the workspace site
listList all routes (configured and file-implied)
addAdd a route
removeRemove a route
renderRender site content to a directory
previewPreview the workspace site locally with live reload
pushPush site content to Stencila Cloud
accessManage access restrictions for the workspace site
reviewsManage site reviews configuration
uploadsManage site file uploads
domainManage custom domain for the workspace site
branchManage branches for the workspace site
© 2026 Stencila