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 05:14:23 UTC

[skywalking-website] 01/01: Add CLI download and documentation links

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-website.git

commit 4f073822ac58bbbaab353bcedb23e7121594b2e6
Author: kezhenxu <zh...@alibaba-inc.com>
AuthorDate: Tue Dec 10 13:13:54 2019 +0800

    Add CLI download and documentation links
---
 docs/.vuepress/config.js | 1 +
 docs/downloads/README.md | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index ec7e838..7b731c4 100755
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -30,6 +30,7 @@ module.exports = {
             { text: 'Latest dev version', link: "https://github.com/apache/skywalking/tree/master/docs" },
             { text: '6.5.0', link: "https://github.com/apache/skywalking/tree/v6.5.0/docs"},
             { text: '6.4.0', link: "https://github.com/apache/skywalking/tree/v6.4.0/docs"},
+            { text: 'CLI 0.1.0', link: "https://github.com/apache/skywalking-cli/tree/0.1.0"},
           ], },
           { text: "Events", link: "/events/" },
           { text: "Blog", link: "/blog/" },
diff --git a/docs/downloads/README.md b/docs/downloads/README.md
index 84dd2cb..fb95c0b 100755
--- a/docs/downloads/README.md
+++ b/docs/downloads/README.md
@@ -7,6 +7,8 @@ Use the links below to download the Apache SkyWalking from one of our mirrors.
 ## Download the last version
 | Date | Version| | Downloads |
 |:---:|:--:|:--:|:--:|
+| Dec. 10th, 2019 | CLI 0.1.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/cli/0.1.0/skywalking-cli-0.1.0-src.tgz) [[asc]](https://www.apache.org/dist/skywalking/cli/0.1.0/skywalking-cli-0.1.0-src.tgz.asc) [[sha512]](https://www.apache.org/dist/skywalking/cli/0.1.0/skywalking-cli-0.1.0-src.tgz.sha512)|
+| | | Binary Distribution (MacOS, Linux, Windows)| [[tgz]](https://www.apache.org/dyn/closer.cgi/skywalking/cli/0.1.0/skywalking-cli-0.1.0-bin.tgz) [[asc]](https://www.apache.org/dist/skywalking/cli/0.1.0/skywalking-cli-0.1.0-bin.tgz.asc) [[sha512]](https://www.apache.org/dist/skywalking/cli/0.1.0/skywalking-cli-0.1.0-bin.tgz.sha512)|
 | Nov. 15th, 2019 | 6.5.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/6.5.0/apache-skywalking-apm-6.5.0-src.tgz) [[asc]](https://www.apache.org/dist/skywalking/6.5.0/apache-skywalking-apm-6.5.0-src.tgz.asc) [[sha512]](https://www.apache.org/dist/skywalking/6.5.0/apache-skywalking-apm-6.5.0-src.tgz.sha512)|
 | | | Binary Distribution (Windows)| [[zip]](https://www.apache.org/dyn/closer.cgi/skywalking/6.5.0/apache-skywalking-apm-6.5.0.zip) [[asc]](https://www.apache.org/dist/skywalking/6.5.0/apache-skywalking-apm-6.5.0.zip.asc) [[sha512]](https://www.apache.org/dist/skywalking/6.5.0/apache-skywalking-apm-6.5.0.zip.sha512)|
 | | | Binary Distribution (Linux) | [[tar]](https://www.apache.org/dyn/closer.cgi/skywalking/6.5.0/apache-skywalking-apm-6.5.0.tar.gz) [[asc]](https://www.apache.org/dist/skywalking/6.5.0/apache-skywalking-apm-6.5.0.tar.gz.asc) [[sha512]](https://www.apache.org/dist/skywalking/6.5.0/apache-skywalking-apm-6.5.0.tar.gz.sha512)|