Update docs
This commit is contained in:
parent
dbf335a05d
commit
2018a29968
2 changed files with 20 additions and 0 deletions
|
@ -7,6 +7,16 @@ node_modules/kue/bin/kue-dashboard -p 3050
|
|||
```
|
||||
When you access port 3050, you will see the UI.
|
||||
|
||||
## Mark as 'admin' user
|
||||
``` shell
|
||||
node cli/mark-admin (User-ID or Username)
|
||||
```
|
||||
|
||||
## Mark as 'verified' user
|
||||
``` shell
|
||||
node cli/mark-verified (User-ID or Username)
|
||||
```
|
||||
|
||||
## Suspend users
|
||||
``` shell
|
||||
node cli/suspend (User-ID or Username)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue