.nh .TH "Buf" "1" "2024-08-27" "Auto generated by spf13/cobra" "" .SH NAME .PP buf-beta-registry-webhook-create - Create a repository webhook .SH SYNOPSIS .PP \fBbuf beta registry webhook create [flags]\fP .SH DESCRIPTION .PP Create a repository webhook .SH OPTIONS .PP \fB--callback-url\fP="" The url for the webhook to callback to on a given event .PP \fB--event\fP="" The event type to create a webhook for. The proto enum string value is used for this input (e.g. 'WEBHOOK_EVENT_REPOSITORY_PUSH') .PP \fB-h\fP, \fB--help\fP[=false] help for create .PP \fB--owner\fP="" The owner name of the repository to create a webhook for .PP \fB--remote\fP="" The remote of the repository the created webhook will belong to .PP \fB--repository\fP="" The repository name to create a webhook for .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB--debug\fP[=false] Turn on debug logging .PP \fB--log-format\fP="color" The log format [text,color,json] .PP \fB--timeout\fP=2m0s The duration until timing out, setting it to zero means no timeout .PP \fB-v\fP, \fB--verbose\fP[=false] Turn on verbose mode .SH SEE ALSO .PP \fBbuf-beta-registry-webhook(1)\fP .SH HISTORY .PP 2024-08-27 Auto generated by spf13/cobra