phala 1.1.2 → 1.1.3
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/api/index.js +15 -15
- package/dist/index.js +78 -78
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -63,7 +63,7 @@ ___
|
|
|
63
63
|
|
|
64
64
|
To deploy applications to Phala Cloud, you'll need an API key:
|
|
65
65
|
|
|
66
|
-
- Visit [Phala Cloud](https://cloud.phala.
|
|
66
|
+
- Visit [Phala Cloud](https://cloud.phala.com/login) to log into your Phala Cloud account. If you do not have an account, registe [here](https://cloud.phala.com/register?invite=beta).
|
|
67
67
|
- After logging in, navigate to the "API Keys" section in your profile
|
|
68
68
|
- Create a new API key with an appropriate name (e.g., "CLI Access")
|
|
69
69
|
- Copy the generated API key - you'll need it for authentication
|
|
@@ -104,7 +104,7 @@ ___
|
|
|
104
104
|
# ℹ Name: webshell
|
|
105
105
|
# ℹ Status: creating
|
|
106
106
|
# ℹ App ID: e15c1a29a9dfb522da528464a8d5ce40ac28039f
|
|
107
|
-
# ℹ App URL: <https://cloud.phala.
|
|
107
|
+
# ℹ App URL: <https://cloud.phala.com/dashboard/cvms/app_e15c1a29a9dfb522da528464a8d5ce40ac28039f>
|
|
108
108
|
# ℹ
|
|
109
109
|
# ℹ Your CVM is being created. You can check its status with:
|
|
110
110
|
# ℹ phala cvms status e15c1a29a9dfb522da528464a8d5ce40ac28039f
|
|
@@ -552,7 +552,7 @@ Suggestions:
|
|
|
552
552
|
- Reduce the number of CPUs requested
|
|
553
553
|
- Remove the --node-id flag to search all available nodes
|
|
554
554
|
|
|
555
|
-
Need help? Contact support: https://cloud.phala.
|
|
555
|
+
Need help? Contact support: https://cloud.phala.com/contact
|
|
556
556
|
Reference error code: ERR-1003
|
|
557
557
|
```
|
|
558
558
|
|