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: private/buf/cmd/buf/command/registry/sdk/sdkinfo/sdkinfo.go
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,9 @@ In order to resolve the SDK information, a module and plugin must be specified.
53
53
Examples:
54
54
55
55
To get the SDK information for the latest commit of a module and latest version of a plugin, you only need to specify the module and plugin.
56
-
The following will resolve the SDK information for the latest commit of the bufbuild/eliza module and the latest version of the bufbuild/es plugin:
56
+
The following will resolve the SDK information for the latest commit of the connectrpc/eliza module and the latest version of the bufbuild/es plugin:
57
57
58
-
$ buf registry sdk info --module=buf.build/connectrpc/eliza --plugin=buf.build/bufbuild/es
58
+
$ buf registry sdk info --module=buf.build/connectrpc/eliza --plugin=buf.build/connectrpc/es
59
59
Module
60
60
Owner: connectrpc
61
61
Name: eliza
@@ -70,7 +70,7 @@ The following will resolve the SDK information for the latest commit of the bufb
70
70
Version: <SDK version for the resolved module commit and plugin version>
71
71
72
72
To get the SDK information for a specific commit of a module and/or a specific version of a plugin, you can specify the commit with the module and/or the version with the plugin.
73
-
The following will resolve the SDK information for the specified commit of the bufbuild/eliza module and specified version of the bufbuild/es plugin:
73
+
The following will resolve the SDK information for the specified commit of the connectrpc/eliza module and specified version of the bufbuild/es plugin:
74
74
75
75
$ buf registry sdk info --module=buf.build/connectrpc/eliza:d8fbf2620c604277a0ece1ff3a26f2ff --plugin=buf.build/bufbuild/es:v1.2.1
76
76
Module
@@ -87,7 +87,7 @@ The following will resolve the SDK information for the specified commit of the b
87
87
Version: 1.2.1-20230727062025-d8fbf2620c60.1
88
88
89
89
If you have a SDK version and want to know the corresponding module commit and plugin version information for the SDK, you can specify the module and plugin with the version string.
90
-
The following will resolve the SDK information for the specified SDK version of the bufbuild/eliza module and bufbuild/es plugin.
90
+
The following will resolve the SDK information for the specified SDK version of the connectrpc/eliza module and bufbuild/es plugin.
0 commit comments