edgeone 1.6.17 → 1.6.18
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 +9 -1
- package/edgeone-dist/cli.js +605 -671
- package/edgeone-dist/pages/dev/runner-worker.js +420 -582
- package/edgeone-dist/studio/ui/assets/agent-obs-BpTIot8x.js +4 -0
- package/edgeone-dist/studio/ui/assets/agent-obs-CEOY4DZz.css +1 -0
- package/edgeone-dist/studio/ui/assets/{index-DD3d108t.js → index-DN8YhmEp.js} +1 -1
- package/edgeone-dist/studio/ui/index.html +3 -3
- package/package.json +1 -1
- package/edgeone-dist/studio/ui/assets/agent-obs-Dvi4IpEy.js +0 -4
- package/edgeone-dist/studio/ui/assets/agent-obs-qDJCE0TQ.css +0 -1
package/README.md
CHANGED
|
@@ -40,12 +40,20 @@ Use the `edgeone -v` command to check if the installation is successful. Use the
|
|
|
40
40
|
|
|
41
41
|
### 2. Log in
|
|
42
42
|
|
|
43
|
-
Execute the login command
|
|
43
|
+
Execute the login command. A browser window opens the unified login page, where you can choose Tencent Cloud China, Tencent Cloud International, or Enterprise SSO to complete the login.
|
|
44
44
|
|
|
45
45
|
```plaintext
|
|
46
46
|
edgeone login
|
|
47
47
|
```
|
|
48
48
|
|
|
49
|
+
You can also skip the selection page and go straight to a specific method with `--site`:
|
|
50
|
+
|
|
51
|
+
```plaintext
|
|
52
|
+
edgeone login --site china # Tencent Cloud China console login
|
|
53
|
+
edgeone login --site global # Tencent Cloud International console login
|
|
54
|
+
edgeone login --site sso # Enterprise SSO via the unified login page
|
|
55
|
+
```
|
|
56
|
+
|
|
49
57
|
After completing the login, you can use the `edgeone whoami` command to view the current login account information.
|
|
50
58
|
|
|
51
59
|
### 3. Initialize
|