Update manage.ja.md

This commit is contained in:
syuilo 2018-11-23 09:26:14 +09:00 committed by GitHub
parent 4561dd9cd2
commit dbc5f557dd

View File

@ -8,23 +8,11 @@ coming soon
node cli/mark-admin (ユーザーID または ユーザー名) node cli/mark-admin (ユーザーID または ユーザー名)
``` ```
## 'verified'ユーザーを設定する
``` shell
node cli/mark-verified (ユーザーID または ユーザー名)
```
## ユーザーを凍結する
``` shell
node cli/suspend (ユーザーID または ユーザー名)
```
例: 例:
``` shell ``` shell
# ユーザーID # ユーザーID
node cli/suspend 57d01a501fdf2d07be417afe node cli/mark-admin 57d01a501fdf2d07be417afe
# ユーザー名 # ユーザー名
node cli/suspend @syuilo node cli/mark-admin @syuilo
# ユーザー名 (リモート)
node cli/suspend @syuilo@misskey.xyz
``` ```