@comment-io/cli 0.1.5 → 0.1.6-alpha.19
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 +12 -0
- package/dist/comment-darwin-amd64 +0 -0
- package/dist/comment-darwin-arm64 +0 -0
- package/dist/comment-linux-amd64 +0 -0
- package/dist/comment-linux-arm64 +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -98,6 +98,18 @@ comment bus status
|
|
|
98
98
|
comment run --runtime claude --profile <handle>
|
|
99
99
|
```
|
|
100
100
|
|
|
101
|
+
To refresh an existing install, run:
|
|
102
|
+
|
|
103
|
+
```bash
|
|
104
|
+
comment upgrade
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
This macOS/Linux command, on x64 or arm64 machines, installs the latest
|
|
108
|
+
`@comment-io/cli` npm package, resolves the newly installed native binary, and
|
|
109
|
+
reinstalls/kickstarts the persistent daemon so the service points at the fresh CLI. Use
|
|
110
|
+
`comment upgrade --package @comment-io/cli@staging` for the staging dist tag, or
|
|
111
|
+
`comment upgrade --skip-daemon` when you only want to update the CLI package.
|
|
112
|
+
|
|
101
113
|
On macOS, `comment bus install` installs the Go bus daemon as a launchd user
|
|
102
114
|
service. On Linux, it installs a `systemd --user` service when systemd is
|
|
103
115
|
available. In both cases notifications keep working after restart.
|
|
Binary file
|
|
Binary file
|
package/dist/comment-linux-amd64
CHANGED
|
Binary file
|
package/dist/comment-linux-arm64
CHANGED
|
Binary file
|