@opencode-cloud/core 4.2.6 → 4.2.7
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/Cargo.toml +1 -1
- package/README.md +6 -0
- package/package.json +1 -1
package/Cargo.toml
CHANGED
package/README.md
CHANGED
|
@@ -143,6 +143,12 @@ occ stop
|
|
|
143
143
|
# Restart the service
|
|
144
144
|
occ restart
|
|
145
145
|
|
|
146
|
+
# Update the opencode-cloud CLI binary
|
|
147
|
+
occ update cli
|
|
148
|
+
|
|
149
|
+
# Update the opencode-cloud container image
|
|
150
|
+
occ update container
|
|
151
|
+
|
|
146
152
|
# Update opencode inside the container
|
|
147
153
|
occ update opencode
|
|
148
154
|
|