Home

stencila outputs push

Push outputs to Stencila Cloud

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 --force

Arguments

NameDescription
[OUTPUTS]Specific outputs to push (all if empty).

Options

NameDescription
-f, --forceForce push (ignore refs filter and re-upload unchanged files). Possible values: true, false.
--dry-runDry run - process but don't upload. Possible values: true, false.
© 2026 Stencila