You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2019/12/10 11:31:21 UTC

[skywalking] branch docs/cli created (now 8a819fd)

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

kezhenxu94 pushed a change to branch docs/cli
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 8a819fd  Add SkyWalking CLI download links

This branch includes the following new commits:

     new 8a819fd  Add SkyWalking CLI download links

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: Add SkyWalking CLI download links

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch docs/cli
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 8a819fd582bf2f9a36f237bfc0cdfb9ba8a12335
Author: kezhenxu <zh...@alibaba-inc.com>
AuthorDate: Tue Dec 10 19:30:44 2019 +0800

    Add SkyWalking CLI download links
---
 docs/README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/README.md b/docs/README.md
index fd1a866..d442e2a 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -43,8 +43,10 @@ If you have been familiar with SkyWalking, you could use this catalog to find th
     * [Query in OAP](en/protocols/README.md#query-protocol). A set of query protocol provided, based on the Observability Analysis Language metrics definition.
   * UI
     * [Overview](en/concepts-and-designs/ui-overview.md).  A simple brief about SkyWalking UI.
+  * CLI (Command Line Interface)
+    * [SkyWalking CLI](https://github.com/apache/skywalking-cli) provides a command line interface to interact with SkyWalking backend (via GraphQL), for more information, [click here](https://github.com/apache/skywalking-cli).
 * [Setup](en/setup/README.md).
-  * Backend, UI and Java agent are Apache official release, you could find them at [Apache SkyWalking DOWNLOAD page](http://skywalking.apache.org/downloads/).
+  * Backend, UI, Java agent, and CLI are Apache official release, you could find them at [Apache SkyWalking DOWNLOAD page](http://skywalking.apache.org/downloads/).
   * Language agents in Service
     * [Java agent](en/setup/service-agent/java-agent/README.md). Introduce how to install java agent to your service, without change any codes.
       * [Supported middleware, framework and library](en/setup/service-agent/java-agent/Supported-list.md).
@@ -77,6 +79,7 @@ If you have been familiar with SkyWalking, you could use this catalog to find th
       * [Dynamic Configuration](en/setup/backend/dynamic-config.md). Make configuration of OAP changed dynamic, from remote service or 3rd party configuration management system.
       * [Uninstrumented Gateways](en/setup/backend/uninstrumented-gateways.md). Configure gateways/proxies that are not supported by SkyWalking agent plugins, to reflect the delegation in topology graph.
     * [UI setup document](en/setup/backend/ui-setup.md).
+    * [CLI setup document](https://github.com/apache/skywalking-cli).
 * [Contributing Guides](en/guides/README.md). Guides are for PMC member, committer or new contributor. At here, you can know how to contribute from beginning.
   * [Contact us](en/guides/README.md#contact-us). Guide users about how to contact the official committer team or communicate with the project community.
   * [Process to become official Apache SkyWalking Committer](en/guides/asf/committer.md). How to become an official committer or PMC member.