You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
11 lines
317 B
Markdown
11 lines
317 B
Markdown
# `doctor`
|
|
|
|
Run diagnostics on the live deployment.
|
|
This tool should help diagnose common issues with the service configuration and deployment.
|
|
|
|
When running this tool, make sure it runs from the same point-of-view as the service, with the same configuration file and environment variables.
|
|
|
|
```
|
|
$ mas-cli doctor
|
|
```
|