<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tools on Apache Dubbo</title><link>https://dubbo.apache.org/en/overview/mannual/golang-sdk/tools/</link><description>Recent content in Tools on Apache Dubbo</description><generator>Hugo</generator><language>en</language><atom:link href="https://dubbo.apache.org/en/overview/mannual/golang-sdk/tools/index.xml" rel="self" type="application/rss+xml"/><item><title>Using the dubbogo-cli Tool</title><link>https://dubbo.apache.org/en/overview/mannual/golang-sdk/tools/dubbogo-cli/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/overview/mannual/golang-sdk/tools/dubbogo-cli/</guid><description>&lt;h2 id="1-installation"&gt;1. Installation&lt;/h2&gt;
&lt;p&gt;dubbogo-cli is maintained inside the Apache dubbo-go repository under
&lt;a href="https://github.com/apache/dubbo-go/tree/main/tools/dubbogo-cli"&gt;&lt;code&gt;tools/dubbogo-cli&lt;/code&gt;&lt;/a&gt;. It provides convenient
application template creation, tool installation, interface debugging, and other functions to improve developer
efficiency.&lt;/p&gt;
&lt;p&gt;Install &lt;code&gt;protoc-gen-go&lt;/code&gt; first:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Then install &lt;code&gt;dubbogo-cli&lt;/code&gt; from the dubbo-go repository:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;git clone --depth &lt;span style="color:#2aa198"&gt;1&lt;/span&gt; https://github.com/apache/dubbo-go.git
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#b58900"&gt;cd&lt;/span&gt; dubbo-go/tools/dubbogo-cli
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;go install .
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Make sure your &lt;code&gt;GOBIN&lt;/code&gt; or &lt;code&gt;GOPATH/bin&lt;/code&gt; is in &lt;code&gt;PATH&lt;/code&gt; so that &lt;code&gt;dubbogo-cli&lt;/code&gt; can be executed directly.&lt;/p&gt;
&lt;h2 id="2-feature-overview"&gt;2. Feature Overview&lt;/h2&gt;
&lt;p&gt;dubbogo-cli supports the following capabilities:&lt;/p&gt;</description></item></channel></rss>