.nh .TH "Buf" "1" "2025-01-17" "Auto generated by spf13/cobra" "" .SH NAME buf-plugin-push - Push a check plugin to a registry .SH SYNOPSIS \fBbuf plugin push [flags]\fP .SH DESCRIPTION The first argument is the plugin full name in the format \&. .SH OPTIONS \fB--binary\fP="" The path to the Wasm binary file to push. .PP \fB--create\fP[=false] Create the plugin if it does not exist. Defaults to creating a private plugin on the BSR if --create-visibility is not set. Must be used with --create-type. .PP \fB--create-type\fP="" The plugin's type setting, if created. Can only be set with --create-type. Must be one of [check] .PP \fB--create-visibility\fP="private" The module's visibility setting, if created. Can only be set with --create. Must be one of [public,private] .PP \fB-h\fP, \fB--help\fP[=false] help for push .PP \fB--label\fP=[] Associate the label with the plugins pushed. Can be used multiple times. .PP \fB--source-control-url\fP="" The URL for viewing the source code of the pushed plugins (e.g. the specific commit in source control). .SH OPTIONS INHERITED FROM PARENT COMMANDS \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 .SH SEE ALSO \fBbuf-plugin(1)\fP .SH HISTORY 2025-01-17 Auto generated by spf13/cobra