# capt-hook review update


Move a candidate to a new status.


``` bash
capt-hook review update [OPTIONS] CANDIDATE_ID STATUS
```


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


    Usage: capt-hook review update [OPTIONS] CANDIDATE_ID
                                   {watching|pr_open|stale|accepted|rejected}

      Move a candidate to a new status.

    Options:
      --pr-url TEXT    PR URL stamped with the move (also stamps pr_opened_at)
      --pr-title TEXT  PR title stamped with the move (kept across later moves)
      --help           Show this message and exit.


# Arguments


`CANDIDATE_ID: INTEGER`  
Required.

`STATUS: CHOICE`  
Required.


# Options


`--pr-url: TEXT`  
PR URL stamped with the move (also stamps pr_opened_at)

`--pr-title: TEXT`  
PR title stamped with the move (kept across later moves)
