You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2022/05/23 08:26:33 UTC

[dubbo-awesome] 21/41: add dubbo cli proposal

This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-awesome.git

commit 5d3d343c46979a531b975773e019db568bc356a2
Author: crazyhzm <cr...@gmail.com>
AuthorDate: Wed Apr 6 10:31:12 2022 +0800

    add dubbo cli proposal
---
 summerofcode/gsoc/2022-idea-list.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/summerofcode/gsoc/2022-idea-list.md b/summerofcode/gsoc/2022-idea-list.md
index 0c83ecb..81ce7f7 100644
--- a/summerofcode/gsoc/2022-idea-list.md
+++ b/summerofcode/gsoc/2022-idea-list.md
@@ -46,3 +46,7 @@ Istio 中 bookinfo 应用
 * Related issue: 
 * 总体目标:为了方便Dubbo的用户排查问题,为Dubbo社区提供解析Dubbo、Triple协议的工具。目前比较流行的抓包工具有wireshark等,但是Wireshark的开源许可证是GPL2,与Apache 2.0不兼容,因此我们需要实现解析Dubbo自身协议的工具。
 
+## 题目九:Dubbo CLI 实现
+
+* Related issue: 
+* 总体目标:Dubbo CLI将作为Dubbo的命令行工具,Dubbo应用进程的统一的运维操作组件。它可以对接Dubbo生态内的各类多语言SDK,并且能够用于安装Dubbo Admin、Dubbo Pixiu等组件。