mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
10f237be95
* mark-admin command * no cli
15 lines
203 B
Markdown
15 lines
203 B
Markdown
# 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
|
|
```
|