blob: d310e9531f007571a290713b75479fc56b83d5b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Management guide
## Check the status of the job queue
coming soon
## Mark as 'admin' user
``` shell
node built/tools/mark-admin (Username)
```
e.g.
``` shell
node built/tools/mark-admin @syuilo
```
|