mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-03-30 15:05:50 +00:00
15 lines
238 B
Markdown
15 lines
238 B
Markdown
# `database`
|
|
|
|
Run database-related operations
|
|
|
|
Global options:
|
|
- `--config <config>`: Path to the configuration file.
|
|
- `--help`: Print help.
|
|
|
|
## `database migrate`
|
|
|
|
Run the pending database migrations.
|
|
|
|
```
|
|
$ mas-cli database migrate
|
|
``` |