stencila 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 --clearSubcommands
show | |
list | |
add | |
remove | |
render | |
preview | |
push | |
access | |
reviews | |
uploads | |
domain | |
branch |