Pull a document from a remote service
stencila pull [OPTIONS] <PATH> [URL]
# Pull from a specific Google Doc URL
stencila pull document.smd https://docs.google.com/document/d/abc123
# Pull from the tracked remote (if only one exists)
stencila pull document.smd
# Pull from tracked Google Doc (when multiple remotes exist)
stencila pull document.smd --from gdoc
# Pull from tracked Microsoft 365 document
stencila pull document.smd --from m365
# Pull from a GitHub Issue URL
stencila pull document.smd https://github.com/org/repo/issues/123
# Pull without merging (replace local file)
stencila pull document.smd --no-merge
# Pull without saving to stencila.toml
stencila pull document.smd --from gdoc --no-config
# Pull and enable bi-directional watch
stencila pull document.smd --from gdoc --watch
# Pull all documents from email attachments using embedded path metadata
stencila pull - --from https://api.stencila.cloud/v1/watches/wAbC12345/email/attachments
Possible values of --direction