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 +3 -3
- package/dist/README.md +3 -3
- package/dist/package.json +1 -1
- package/dist/zh_CN.md +1 -1
- package/package.json +1 -1
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
|
-

|
|
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
|
-

|
|
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
package/dist/zh_CN.md
CHANGED
|
@@ -72,7 +72,7 @@ export default {
|
|
|
72
72
|
|
|
73
73
|
执行 `esa dev` 后,会自动打包入口文件,并启动本地调试服务,界面样式如下:
|
|
74
74
|
|
|
75
|
-

|
|
76
76
|
|
|
77
77
|
- 在界面上按 `b` 即可在浏览器中打开调试页面。
|
|
78
78
|
- 在界面上按 `d` 可以查看调试引导。**Chrome 不允许命令行打开调试页面。**
|