stencila site uploads on
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-anonOptions
--path | |
--allowed-types | |
--public | truefalse |
--no-public | truefalse |
--anon | truefalse |
--no-anon | truefalse |