@mnemonik/scanner 5.152.0 → 5.152.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,6 +39,7 @@ mnemonik-scanner start
|
|
|
39
39
|
| `mnemonik-scanner stop` | Stop the running daemon |
|
|
40
40
|
| `mnemonik-scanner status` | Show daemon status and watched projects |
|
|
41
41
|
| `mnemonik-scanner log` | Show recent log output |
|
|
42
|
+
| `mnemonik-scanner doctor` | Check install health (drift detection) |
|
|
42
43
|
| `mnemonik-scanner help` | Show usage information |
|
|
43
44
|
|
|
44
45
|
### Start Options
|