Skip to content

Commit ff3c039

Browse files
authored
feat(cli): add self update command
Adds miosa update/miosa upgrade and repairs the lockfile for clean installs.
1 parent be3919e commit ff3c039

7 files changed

Lines changed: 824 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The official MIOSA command-line interface. Deploy apps and manage OpenComputers
66
npm install -g @miosa/cli
77
```
88

9+
Keep it current from the CLI:
10+
11+
```bash
12+
miosa update
13+
miosa update --check --json
14+
```
15+
916
## Deploy — 60 seconds to first deploy
1017

1118
Point the CLI at any repo and it handles the rest: framework detection, build wiring, GitHub webhook setup, and live log streaming.

0 commit comments

Comments
 (0)