esa-cli 0.0.1-beta.1 → 0.0.1-beta.2

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.
package/README.md CHANGED
@@ -66,13 +66,13 @@ export default {
66
66
  };
67
67
  ```
68
68
 
69
- For more EdgeRoutine APIs and syntax, please refer to the[API Reference](https://help.aliyun.com/document_detail/2710024.html)
69
+ For more EdgeRoutine APIs and syntax, please refer to the [API Reference](https://help.aliyun.com/document_detail/2710024.html)
70
70
 
71
71
  #### Local Debugging
72
72
 
73
73
  After executing `esa dev`, the entry file will be automatically packaged and a local debugging service will be started. The interface looks like this:
74
74
 
75
- ![dev png](./docs/dev.png)
75
+ ![dev png](https://github.com/aliyun/alibabacloud-esa-cli/blob/master/docs/dev.png)
76
76
 
77
77
  - Press `b` to open the debugging page in the browser.
78
78
  - Press `d` to view debugging instructions. **Chrome does not allow the command line to open the debugging page**.
@@ -85,7 +85,7 @@ After executing `esa dev`, the entry file will be automatically packaged and a l
85
85
 
86
86
  You need to log in to your Alibaba Cloud account to perform remote management operations.
87
87
 
88
- First, visit the [Alibaba Cloud RAM Console](https://ram.console.aliyun.com/manage/ak)to get your AccessKey ID and AccessKey Secret, then execute `esa login` and follow the prompts to enter them.
88
+ First, visit the [Alibaba Cloud RAM Console](https://ram.console.aliyun.com/manage/ak) to get your AccessKey ID and AccessKey Secret, then execute `esa login` and follow the prompts to enter them.
89
89
 
90
90
  ```bash
91
91
  & esa login
package/dist/README.md CHANGED
@@ -66,13 +66,13 @@ export default {
66
66
  };
67
67
  ```
68
68
 
69
- For more EdgeRoutine APIs and syntax, please refer to the[API Reference](https://help.aliyun.com/document_detail/2710024.html)
69
+ For more EdgeRoutine APIs and syntax, please refer to the [API Reference](https://help.aliyun.com/document_detail/2710024.html)
70
70
 
71
71
  #### Local Debugging
72
72
 
73
73
  After executing `esa dev`, the entry file will be automatically packaged and a local debugging service will be started. The interface looks like this:
74
74
 
75
- ![dev png](./docs/dev.png)
75
+ ![dev png](https://github.com/aliyun/alibabacloud-esa-cli/blob/master/docs/dev.png)
76
76
 
77
77
  - Press `b` to open the debugging page in the browser.
78
78
  - Press `d` to view debugging instructions. **Chrome does not allow the command line to open the debugging page**.
@@ -85,7 +85,7 @@ After executing `esa dev`, the entry file will be automatically packaged and a l
85
85
 
86
86
  You need to log in to your Alibaba Cloud account to perform remote management operations.
87
87
 
88
- First, visit the [Alibaba Cloud RAM Console](https://ram.console.aliyun.com/manage/ak)to get your AccessKey ID and AccessKey Secret, then execute `esa login` and follow the prompts to enter them.
88
+ First, visit the [Alibaba Cloud RAM Console](https://ram.console.aliyun.com/manage/ak) to get your AccessKey ID and AccessKey Secret, then execute `esa login` and follow the prompts to enter them.
89
89
 
90
90
  ```bash
91
91
  & esa login
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esa-cli",
3
- "version": "0.0.1-beta.1",
3
+ "version": "0.0.1-beta.2",
4
4
  "description": "A CLI for operating Alibaba Cloud ESA EdgeRoutine (Edge Functions).",
5
5
  "main": "bin/enter.cjs",
6
6
  "type": "module",
package/dist/zh_CN.md CHANGED
@@ -72,7 +72,7 @@ export default {
72
72
 
73
73
  执行 `esa dev` 后,会自动打包入口文件,并启动本地调试服务,界面样式如下:
74
74
 
75
- ![调试界面](./docs/dev.png)
75
+ ![调试界面](https://github.com/aliyun/alibabacloud-esa-cli/blob/master/docs/dev.png)
76
76
 
77
77
  - 在界面上按 `b` 即可在浏览器中打开调试页面。
78
78
  - 在界面上按 `d` 可以查看调试引导。**Chrome 不允许命令行打开调试页面。**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esa-cli",
3
- "version": "0.0.1-beta.1",
3
+ "version": "0.0.1-beta.2",
4
4
  "description": "A CLI for operating Alibaba Cloud ESA EdgeRoutine (Edge Functions).",
5
5
  "main": "bin/enter.cjs",
6
6
  "type": "module",