# velocirepo status


Report the last date each source/target was successfully fetched, using watermarks so unchanged total\_\* gauges are not misreported as stale. Optionally filter to a single project. Rows older than `--stale-days` are flagged as stale.


``` bash
velocirepo status [OPTIONS]
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Report the last date each source/target was successfully fetched, using watermarks so unchanged total_* gauges are not misreported as stale.

    Optionally filter to a single project. Rows older than --stale-days are flagged as stale.

    Usage:
      velocirepo status [project] [flags]

    Flags:
      -h, --help             help for status
          --json             output as JSON
          --stale-days int   flag targets not fetched within this many days (default 7)
          --stale-only       only show stale targets

    Global Flags:
          --config string   config file (default: walk up for velocirepo.toml)
      -q, --quiet           suppress progress output
      -v, --verbose         enable debug logging


## Options


`-h, --help`  
help for status

`--json`  
output as JSON

`--stale-days: int = 7`  
flag targets not fetched within this many days

`--stale-only`  
only show stale targets

`--config: string = walk up for velocirepo.toml`  
config file

`-q, --quiet`  
suppress progress output

`-v, --verbose`  
enable debug logging
