stencila push
stencila site pushstencila outputs push
Usage
stencila push [OPTIONS] [PATH] [URL] [-- <ARGS>...]Examples
# Push to a specific Google Doc URL
stencila push document.smd https://docs.google.com/document/d/abc123
# Push to tracked remote(s)
stencila push document.smd
# Push to Google Docs (create new or select from tracked)
stencila push document.smd --to gdoc
# Push to Microsoft 365
stencila push document.smd --to m365
# Push with execution first
stencila push report.smd -- arg1=value1
# Force create new document
stencila push document.smd --to gdoc --new
# Push everything (site, outputs, and remotes)
stencila push --all
# Push only site content
stencila push --site
# Push only outputs
stencila push --outputs
# Push only remotes (Google Docs, M365)
stencila push --remotes
# Spread push to GDocs (creates multiple docs)
stencila push report.smd --to gdoc --spread -- region=north,southArguments
[PATH] | |
[URL] | |
[ARGS] |
Options
--site | truefalse |
--outputs | truefalse |
--remotes | truefalse |
--all | truefalse |
-t, --to | |
-n, --new | truefalse |
--no-execute | truefalse |
--no-config | truefalse |
-w, --watch | truefalse |
-d, --direction | |
-p, --pr-mode | draftready |
--debounce-seconds | |
--spread | |
--case | |
--title | |
--fail-fast | truefalse |
--spread-max | 100 |
--direction
bi | |
from-remote | |
to-remote |
--spread
grid | |
zip | |
cases | --case |