2018-07-15 01:32:28 +02:00
|
|
|
# Management guide
|
|
|
|
|
|
|
|
## Check the status of the job queue
|
2018-07-26 01:11:47 +02:00
|
|
|
coming soon
|
2018-07-15 01:32:28 +02:00
|
|
|
|
2018-07-25 00:29:55 +02:00
|
|
|
## Mark as 'admin' user
|
|
|
|
``` shell
|
2020-01-19 17:50:12 +01:00
|
|
|
node built/tools/mark-admin (Username)
|
2018-07-25 00:29:55 +02:00
|
|
|
```
|
|
|
|
|
2018-07-15 07:27:25 +02:00
|
|
|
e.g.
|
|
|
|
``` shell
|
2020-01-19 17:50:12 +01:00
|
|
|
node built/tools/mark-admin @syuilo
|
2018-07-15 01:32:28 +02:00
|
|
|
```
|