stencila status
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-watchesArguments
[FILES] |
Options
-a, --as | jsonyamltoml |
--no-remotes | truefalse |
--no-watches | truefalse |