skywalking-cli: Update to version 0.11.0

This commit is contained in:
github-actions[bot] 2022-09-20 08:31:43 +00:00
parent e9a929c2c2
commit 6219456436

View File

@ -1,11 +1,11 @@
{ {
"version": "0.10.0", "version": "0.11.0",
"description": "SkyWalking CLI is a command interaction tool for the SkyWalking user or OPS team", "description": "SkyWalking CLI is a command interaction tool for the SkyWalking user or OPS team",
"homepage": "https://skywalking.apache.org/", "homepage": "https://skywalking.apache.org/",
"license": "Apache-2.0", "license": "Apache-2.0",
"url": "https://downloads.apache.org/skywalking/cli/0.10.0/skywalking-cli-0.10.0-bin.tgz", "url": "https://downloads.apache.org/skywalking/cli/0.11.0/skywalking-cli-0.11.0-bin.tgz",
"hash": "sha512:4247e38dbf8ca3ec25a74c468ef1c93150c15f4c244f85e80923fbe9c6282544dd14bfe9c933955c9bef344c0636bcce9d2be73699c39ede009760f3cc06aa0c", "hash": "sha512:804e3e0d3254db48e9a098232baf7fc386eba2fc22d214a321533bd9400fa21e39d3ef762f627d55aa10379c85c4c5f4b363d79218642f1627db363fcd997885",
"extract_dir": "skywalking-cli-0.10.0-bin", "extract_dir": "skywalking-cli-0.11.0-bin",
"bin": "bin\\swctl.exe", "bin": "bin\\swctl.exe",
"pre_install": [ "pre_install": [
"$bin_name = if ($architecture -eq '64bit') {'amd64'} else {'386'}", "$bin_name = if ($architecture -eq '64bit') {'amd64'} else {'386'}",