stencila db gc
Usage
stencila db gc [OPTIONS]Examples
# Remove orphaned remote blobs
stencila db gc
# Preview what would be removed
stencila db gc --dry-run
# Non-interactive: fetch first, then GC
stencila db gc --fetch
# Non-interactive: skip fetch
stencila db gc --no-fetchOptions
--dry-run | truefalse |
--fetch | git fetch --alltruefalse |
--no-fetch | git fetchtruefalse |