feat: add update-all command
This commit is contained in:
@@ -20,13 +20,15 @@ python -m sideload
|
||||
## Usage
|
||||
|
||||
```
|
||||
sideload [APP] [--list] [--device SERIAL] [--dry-run] [--config PATH]
|
||||
sideload [APP] [--list] [--update-all] [--device SERIAL] [--dry-run] [--config PATH]
|
||||
```
|
||||
|
||||
- `APP` — app name from config (omit for interactive selection)
|
||||
- `--list` — list configured apps
|
||||
- `--device`, `-s` — ADB device serial
|
||||
- `--dry-run` — resolve, download, validate without installing
|
||||
- `--update-all` — inspect every configured app on one selected device and update only
|
||||
installed apps whose remote APK has a greater `versionCode` (incompatible with `APP` and `--list`)
|
||||
- `--config`, `-c` — path to config.toml (default: ./config.toml)
|
||||
|
||||
## Configuration
|
||||
|
||||
Reference in New Issue
Block a user