CLI
lawn doctor
Check Lawn, installed apps, and local addresses for common problems.
Use lawn doctor when an app is not opening or Lawn reports that something needs attention.
lawn doctor
By default, Lawn checks whether Lawn is running, local network access is allowed, and installed apps are responding.
To diagnose one app more deeply, pass its name or ID:
lawn doctor <instance>
For a running app, this also checks whether the app's local address opens successfully.
| Option | Description |
|---|---|
--verbose | Show more detailed output |
# Check Lawn and all running app checks
lawn doctor
# Check one app's checks and local address
lawn doctor whoami
# Show more detailed output for one app
lawn doctor whoami --verbose
The normal output is written for quick troubleshooting. Use --verbose when you need more detailed diagnostic output.
Continue reading