Home

stencila site uploads

Manage site file uploads

Configure the file upload feature that allows users to upload files to the repository via GitHub PRs. This enables non-technical users to contribute data updates (e.g., CSV files) without needing to use git directly.

Usage

stencila site uploads [OPTIONS] [COMMAND]

Examples

# Show current upload settings
stencila site uploads

# Enable uploads with defaults
stencila site uploads on

# Enable uploads for data directory
stencila site uploads on --path data

# Disable uploads
stencila site uploads off

# Configure allowed file types
stencila site uploads config --allowed-types csv --allowed-types json

Subcommands

CommandDescription
onEnable uploads
offDisable uploads
configConfigure upload settings

Options

NameDescription
-p, --pathPath to the workspace directory.
© 2026 Stencila