summaryrefslogtreecommitdiff
path: root/docs/manage.en.md
blob: 85c965a1665cc691cca521f7ec4f43f252775804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Management guide

## Check the status of the job queue
coming soon

## Mark as 'admin' user
``` shell
node cli/mark-admin (User-ID or Username)
```

e.g.
``` shell
# By id
node cli/mark-admin 57d01a501fdf2d07be417afe

# By username
node cli/suspend @syuilo
```