dsh-cloudq 0.1.5 → 0.1.6
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 +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,6 +41,13 @@ dsh plugin --profile web remove dsh-cloudq
|
|
|
41
41
|
|
|
42
42
|
Restart the Web profile after changing the installed package set.
|
|
43
43
|
|
|
44
|
+
## Usage
|
|
45
|
+
|
|
46
|
+
1. Open **Settings → Plugins** and expand the **CloudQ** card.
|
|
47
|
+
2. Enter your Tencent Cloud `SecretId` and `SecretKey` (available from the [CAM console](https://console.cloud.tencent.com/cam/capi)).
|
|
48
|
+
3. Click **测试连接** to validate the pair, then **保存配置**. The card shows **AKSK有效** once the credential is active.
|
|
49
|
+
4. Click **进入 CloudQ 模式** in the conversation input area — or type `/cloudq` — and start asking cloud operations questions, e.g. “帮我看看系统有哪些风险”.
|
|
50
|
+
|
|
44
51
|
## Credentials
|
|
45
52
|
|
|
46
53
|
The settings card accepts a Tencent Cloud `SecretId`/`SecretKey` pair.
|