openclaw-rocketchat 0.6.0 → 0.6.1
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.en.md +25 -1
- package/README.md +25 -1
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -617,6 +617,18 @@ Private Channels
|
|
|
617
617
|
|
|
618
618
|
</details>
|
|
619
619
|
|
|
620
|
+
<details>
|
|
621
|
+
<summary><b>Upgrade Plugin</b></summary>
|
|
622
|
+
|
|
623
|
+
```bash
|
|
624
|
+
openclaw rocketchat upgrade
|
|
625
|
+
```
|
|
626
|
+
|
|
627
|
+
One command does it all: shows version comparison → backs up config → stops Gateway → removes old version → installs new version → restores config.
|
|
628
|
+
Fully automatic — **no bot, group, or binding config is lost**.
|
|
629
|
+
|
|
630
|
+
</details>
|
|
631
|
+
|
|
620
632
|
<details>
|
|
621
633
|
<summary><b>Uninstall</b></summary>
|
|
622
634
|
|
|
@@ -637,6 +649,7 @@ openclaw rocketchat uninstall
|
|
|
637
649
|
| `openclaw rocketchat remove-user` | Remove phone login user |
|
|
638
650
|
| `openclaw rocketchat invite` | Manage group members |
|
|
639
651
|
| `openclaw rocketchat status` | View running status (with Agent health check) |
|
|
652
|
+
| `openclaw rocketchat upgrade` | **One-click upgrade (auto backup/restore config)** |
|
|
640
653
|
| `openclaw rocketchat uninstall` | Uninstall Rocket.Chat |
|
|
641
654
|
|
|
642
655
|
All commands are **interactive** — no flags to memorize, just follow the prompts.
|
|
@@ -693,7 +706,18 @@ If you know the admin username/password, re-run setup and choose "Use existing a
|
|
|
693
706
|
</details>
|
|
694
707
|
|
|
695
708
|
<details>
|
|
696
|
-
<summary><b>How to
|
|
709
|
+
<summary><b>How to upgrade the plugin?</b></summary>
|
|
710
|
+
|
|
711
|
+
```bash
|
|
712
|
+
openclaw rocketchat upgrade
|
|
713
|
+
```
|
|
714
|
+
|
|
715
|
+
One command does it all. Automatically backs up config → installs new version → restores config. **No bot, group, or binding config is lost.**
|
|
716
|
+
|
|
717
|
+
</details>
|
|
718
|
+
|
|
719
|
+
<details>
|
|
720
|
+
<summary><b>How to start completely fresh (reconfigure from scratch)?</b></summary>
|
|
697
721
|
|
|
698
722
|
> Full reset steps also at [docs/CONFIGURATION.en.md — Full Reset](docs/CONFIGURATION.en.md#full-reset)
|
|
699
723
|
|
package/README.md
CHANGED
|
@@ -617,6 +617,18 @@ openclaw rocketchat status
|
|
|
617
617
|
|
|
618
618
|
</details>
|
|
619
619
|
|
|
620
|
+
<details>
|
|
621
|
+
<summary><b>升级插件</b></summary>
|
|
622
|
+
|
|
623
|
+
```bash
|
|
624
|
+
openclaw rocketchat upgrade
|
|
625
|
+
```
|
|
626
|
+
|
|
627
|
+
一键完成:显示版本对比 → 备份配置 → 停 Gateway → 删旧版 → 安装新版 → 恢复配置。
|
|
628
|
+
全程自动,**不会丢失机器人、群组、绑定等任何配置**。
|
|
629
|
+
|
|
630
|
+
</details>
|
|
631
|
+
|
|
620
632
|
<details>
|
|
621
633
|
<summary><b>卸载</b></summary>
|
|
622
634
|
|
|
@@ -637,6 +649,7 @@ openclaw rocketchat uninstall
|
|
|
637
649
|
| `openclaw rocketchat remove-user` | 删除手机登录用户 |
|
|
638
650
|
| `openclaw rocketchat invite` | 群组成员管理(邀请/移除/设管理员) |
|
|
639
651
|
| `openclaw rocketchat status` | 查看运行状态(含 Agent 健康检查) |
|
|
652
|
+
| `openclaw rocketchat upgrade` | **一键升级插件(自动备份/恢复配置)** |
|
|
640
653
|
| `openclaw rocketchat uninstall` | 卸载 Rocket.Chat |
|
|
641
654
|
|
|
642
655
|
所有命令都是**交互式**的——不需要记参数,按提示输入即可。
|
|
@@ -693,7 +706,18 @@ openclaw rocketchat add-bot
|
|
|
693
706
|
</details>
|
|
694
707
|
|
|
695
708
|
<details>
|
|
696
|
-
<summary><b
|
|
709
|
+
<summary><b>如何升级插件?</b></summary>
|
|
710
|
+
|
|
711
|
+
```bash
|
|
712
|
+
openclaw rocketchat upgrade
|
|
713
|
+
```
|
|
714
|
+
|
|
715
|
+
一条命令搞定。自动备份配置 → 安装新版 → 恢复配置,**不会丢失任何机器人、群组、绑定配置**。
|
|
716
|
+
|
|
717
|
+
</details>
|
|
718
|
+
|
|
719
|
+
<details>
|
|
720
|
+
<summary><b>想彻底重来(从头配置)怎么办?</b></summary>
|
|
697
721
|
|
|
698
722
|
> 完整重置步骤也可参阅 [docs/CONFIGURATION.md — 完全重置](docs/CONFIGURATION.md#完全重置-rocketchat-配置)
|
|
699
723
|
|
package/package.json
CHANGED