# capt-hook review snapshot


Write ~/.capt-hook/status.json for the desktop widget.


``` bash
capt-hook review snapshot [OPTIONS]
```


Guards on an existing review database, so the widget's periodic refresh never mints a store on a machine that never enabled review. With `--refresh`, each repo's open PRs are synced through the TTL-cached GitHub read first, so a merge shows up without a session.


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


    Usage: capt-hook review snapshot [OPTIONS]

      Write ~/.capt-hook/status.json for the desktop widget.

      Guards on an existing review database, so the widget's periodic refresh
      never mints a store on a machine that never enabled review. With
      ``--refresh``, each repo's open PRs are synced through the TTL-cached GitHub
      read first, so a merge shows up without a session.

    Options:
      --refresh  Sync each watched repo's open PRs before writing
      --help     Show this message and exit.


# Options


`--refresh`  
Sync each watched repo's open PRs before writing
