You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -478,6 +478,20 @@ Supports global or project scope installation. Project scope installs Skills int
478
478
-`--all` install Skills for all supported agents
479
479
-`--detected-only` install Skills for supported agents that were detected on the system
480
480
481
+
## Self-update
482
+
483
+
`clickhousectl` can update itself to the latest release:
484
+
485
+
```bash
486
+
# Update to the latest version
487
+
clickhousectl update
488
+
489
+
# Check for updates without installing
490
+
clickhousectl update --check
491
+
```
492
+
493
+
The CLI also checks for updates in the background (at most once per 24 hours) and displays a notice when a newer version is available.
494
+
481
495
## Cloud integration testing
482
496
483
497
Cloud commands are tested against a real ClickHouse Cloud workspace. All changes to Cloud commands must pass CI testing before merge. CI tests are under [`tests/cloud_cli.rs`](tests/cloud_cli.rs).
0 commit comments