.nh .TH "Buf" "1" "2024-09-18" "Auto generated by spf13/cobra" "" .SH NAME .PP buf-registry-sdk-version - Resolve module and plugin reference to a specific Generated SDK version .SH SYNOPSIS .PP \fBbuf registry sdk version --module= --plugin= [flags]\fP .SH DESCRIPTION .PP This command returns the version of the Generated SDK for the given module and plugin. Examples: .PP Get the version of the eliza module and the go plugin for use with the Go module proxy. $ buf registry sdk version --module=buf.build/connectrpc/eliza --plugin=buf.build/protocolbuffers/go v1.33.0-20230913231627-233fca715f49.1 .PP Use a specific module version and plugin version. $ buf registry sdk version --module=buf.build/connectrpc/eliza:233fca715f49425581ec0a1b660be886 --plugin=buf.build/protocolbuffers/go:v1.32.0 v1.32.0-20230913231627-233fca715f49.1 .SH OPTIONS .PP \fB-h\fP, \fB--help\fP[=false] help for version .PP \fB--module\fP="" The module reference to resolve .PP \fB--plugin\fP="" The plugin reference to resolve .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-registry-sdk(1)\fP .SH HISTORY .PP 2024-09-18 Auto generated by spf13/cobra