mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-20 10:01:25 +00:00
deskctl upgrade (#13)
* deskctl upgrade * interactive update as well as --yes flag
This commit is contained in:
parent
2b02513d6e
commit
a64b46b479
6 changed files with 603 additions and 2 deletions
|
|
@ -18,6 +18,12 @@ deskctl doctor
|
|||
deskctl snapshot --annotate
|
||||
```
|
||||
|
||||
If `deskctl` was installed through npm, refresh it later with:
|
||||
|
||||
```bash
|
||||
deskctl upgrade --yes
|
||||
```
|
||||
|
||||
## Agent loop
|
||||
|
||||
Every desktop interaction follows: **observe -> wait -> act -> verify**.
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ runtime contract.
|
|||
|
||||
```bash
|
||||
deskctl doctor
|
||||
deskctl upgrade
|
||||
deskctl snapshot
|
||||
deskctl snapshot --annotate
|
||||
deskctl list-windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue