mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-04-01 03:55:56 +00:00
16 lines
425 B
Markdown
16 lines
425 B
Markdown
# `doctor`
|
|
|
|
Global options:
|
|
- `--config <config>`: Path to the configuration file.
|
|
- `--help`: Print help.
|
|
|
|
## `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
|
|
``` |