openclaw-service 0.2.1 → 0.3.0

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.
@@ -0,0 +1,13 @@
1
+ # openclaw-upgrade
2
+
3
+ > Alias package for [openclaw-doctor](https://www.npmjs.com/package/openclaw-doctor)
4
+
5
+ ```bash
6
+ npm install -g openclaw-upgrade
7
+ openclaw-upgrade doctor --fix
8
+ openclaw-upgrade gateway restart
9
+ openclaw-upgrade status
10
+ ```
11
+
12
+ This is an alias. All commands are identical to `openclaw-doctor`.
13
+ See the [full documentation](https://github.com/Sobranier/openclaw-doctor#readme).