deskctl upgrade (#13)

* deskctl upgrade

* interactive update
as well as --yes flag
This commit is contained in:
Hari 2026-03-26 11:53:15 -04:00 committed by GitHub
parent 2b02513d6e
commit a64b46b479
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 603 additions and 2 deletions

View file

@ -14,6 +14,18 @@ After install, run:
deskctl --help
```
To upgrade version:
```bash
deskctl upgrade
```
For non-interactive use:
```bash
deskctl upgrade --yes
```
One-shot usage is also supported:
```bash