Home

stencila site uploads on

Enable uploads

Usage

stencila site uploads on [OPTIONS]

Examples

# Enable uploads with default settings
stencila site uploads on

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

# Enable with allowed file types
stencila site uploads on --allowed-types csv --allowed-types json

# Enable but require authentication
stencila site uploads on --no-public --no-anon

Options

NameDescription
--pathUnified path for visibility and destination.
--allowed-typesAllowed file extensions (can be specified multiple times).
--publicAllow public (non-team member) access. Possible values: true, false.
--no-publicDisallow public access. Possible values: true, false.
--anonAllow anonymous (no GitHub auth) submissions. Possible values: true, false.
--no-anonDisallow anonymous submissions. Possible values: true, false.
© 2026 Stencila