cloudcc-cli 1.5.8 → 1.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +8 -1
  2. package/bin/cc.js +4 -4
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,12 @@
1
+ # ReleaseV1.5.9
2
+ #### 发布日期:2023-3-11
3
+ #### 发布范围:全量
4
+ #### 发布内容
5
+ * 修复
6
+ * 更改帮助文档地址
7
+
1
8
  # ReleaseV1.5.8
2
- #### 发布日期:
9
+ #### 发布日期:2023-3-11
3
10
  #### 发布范围:全量
4
11
  #### 发布内容
5
12
  * 迭代
package/bin/cc.js CHANGED
@@ -6,7 +6,7 @@ let argvs = process.argv.splice(2);
6
6
  let action = argvs[0]
7
7
  if (!action) {
8
8
  console.log()
9
- console.log(chalk.yellow("请查看帮助文档:https://help.cloudcc.developer.com"));
9
+ console.log(chalk.yellow("请查看帮助文档:https://cloudccone.feishu.cn/wiki/Q2AgwlxAtijmMJkjXXZcYgQVnmw?fromScene=spaceOverview"));
10
10
  console.log()
11
11
  return;
12
12
  }
@@ -15,7 +15,7 @@ if (!action) {
15
15
  let type = argvs[1]
16
16
  if (!type) {
17
17
  console.log()
18
- console.log(chalk.yellow("请查看帮助文档:https://help.cloudcc.developer.com"));
18
+ console.log(chalk.yellow("请查看帮助文档:https://cloudccone.feishu.cn/wiki/Q2AgwlxAtijmMJkjXXZcYgQVnmw?fromScene=spaceOverview"));
19
19
  console.log()
20
20
  return;
21
21
  }
@@ -24,7 +24,7 @@ if (!type) {
24
24
  let name = argvs[2]
25
25
  if (!name) {
26
26
  console.log()
27
- console.log(chalk.yellow("请查看帮助文档:https://help.cloudcc.developer.com"));
27
+ console.log(chalk.yellow("请查看帮助文档:https://cloudccone.feishu.cn/wiki/Q2AgwlxAtijmMJkjXXZcYgQVnmw?fromScene=spaceOverview"));
28
28
  console.log()
29
29
  return;
30
30
  }
@@ -45,6 +45,6 @@ try {
45
45
  cc[type](action, name);
46
46
  } catch (e) {
47
47
  console.log()
48
- console.log(chalk.yellow("请查看帮助文档:https://help.cloudcc.developer.com"), e);
48
+ console.log(chalk.yellow("请查看帮助文档:https://cloudccone.feishu.cn/wiki/Q2AgwlxAtijmMJkjXXZcYgQVnmw?fromScene=spaceOverview"), e);
49
49
  console.log()
50
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudcc-cli",
3
- "version": "1.5.8",
3
+ "version": "1.5.9",
4
4
  "description": "cloudcc-cli",
5
5
  "keywords": [
6
6
  "cloudcc",