You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/admin/administering-your-instance/administering-your-instance-from-the-command-line/command-line-utilities.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -543,6 +543,18 @@ This utility returns webhook delivery logs for administrators to review and iden
543
543
ghe-webhook-logs
544
544
```
545
545
546
+
{% ifversion ghes > 3.10 %}
547
+
To show all hook deliveries filtered by a given event:
548
+
549
+
```shell
550
+
ghe-webhook-logs --event issues
551
+
```
552
+
553
+
To show all hook deliveries filtered by a given event and action:
554
+
555
+
```shell
556
+
ghe-webhook-logs --event issues.opened
557
+
{% endif %}
546
558
To show all failed hook deliveries in the past day:
0 commit comments