stencila outputs push
Usage
stencila outputs push [OPTIONS] [OUTPUTS]...Examples
# Push all outputs
stencila outputs push
# Push specific outputs
stencila outputs push "report.pdf"
# Push outputs matching a pattern
stencila outputs push "*.pdf"
# Dry run to preview what would be uploaded
stencila outputs push --dry-run
# Force push, ignoring refs filter
stencila outputs push --forceArguments
[OUTPUTS] |
Options
-f, --force | truefalse |
--dry-run | truefalse |