stencila site push
Usage
stencila site push [OPTIONS] [PATH]Examples
# Push site content to cloud (uses site.root if configured)
stencila site push
# Push a specific directory
stencila site push ./site/docs
# Push a specific file
stencila site push ./site/report.md
# Force push (ignore unchanged files)
stencila site push --forceArguments
[PATH] | . |
Options
-f, --force | truefalse |