mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-16 13:11:05 +08:00
新增 doctor 诊断自救功能
This commit is contained in:
@@ -107,6 +107,12 @@ moviepilot restart
|
||||
moviepilot restart --start-timeout 60 --stop-timeout 30
|
||||
moviepilot status
|
||||
moviepilot version
|
||||
moviepilot doctor
|
||||
moviepilot doctor --json
|
||||
moviepilot doctor --fix
|
||||
moviepilot doctor --deep
|
||||
moviepilot doctor --json --fix
|
||||
moviepilot start --safe
|
||||
```
|
||||
|
||||
```bash
|
||||
@@ -240,6 +246,16 @@ moviepilot agent --new-session "Summarize any obvious problems with the current
|
||||
|
||||
---
|
||||
|
||||
## Docker CLI — Doctor
|
||||
|
||||
```bash
|
||||
docker exec -it <container> moviepilot doctor
|
||||
docker exec -it <container> moviepilot doctor --json
|
||||
docker run --rm --entrypoint python -v <config-dir>:/config <image> -m app.cli doctor
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Local CLI — Help Discovery
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user