Home

stencila status

Get the tracking status of documents

Usage

stencila status [OPTIONS] [FILES]...

Examples

# Show status of all tracked documents (includes watch details by default)
stencila status

# Show status of specific documents
stencila status document.md report.md

# Output status as JSON
stencila status --as json

# Skip fetching remote status (faster)
stencila status --no-remotes

# Skip fetching watch status (faster)
stencila status --no-watches

Arguments

NameDescription
[FILES]The paths of the files to get status for.

Options

NameDescription
-a, --asOutput the status as JSON or YAML. Possible values: json, yaml, toml.
--no-remotesSkip fetching remote status. Possible values: true, false.
--no-watchesSkip fetching watch status. Possible values: true, false.
© 2026 Stencila