2018-07-14 16:32:28 -07:00
|
|
|
# Management guide
|
|
|
|
|
|
|
|
## Check the status of the job queue
|
2018-07-25 16:11:47 -07:00
|
|
|
coming soon
|
2018-07-14 16:32:28 -07:00
|
|
|
|
2018-07-24 15:29:55 -07:00
|
|
|
## Mark as 'admin' user
|
|
|
|
``` shell
|
|
|
|
node cli/mark-admin (User-ID or Username)
|
|
|
|
```
|
|
|
|
|
2018-07-14 22:27:25 -07:00
|
|
|
e.g.
|
|
|
|
``` shell
|
2018-11-22 16:25:32 -08:00
|
|
|
# By id
|
|
|
|
node cli/mark-admin 57d01a501fdf2d07be417afe
|
2018-07-14 22:27:25 -07:00
|
|
|
|
2018-11-22 16:25:32 -08:00
|
|
|
# By username
|
2018-07-14 22:27:25 -07:00
|
|
|
node cli/suspend @syuilo
|
2018-07-14 16:32:28 -07:00
|
|
|
```
|