jormungandr-bite/docs/manage.ja.md

19 lines
321 B
Markdown
Raw Normal View History

2018-04-21 16:34:33 -06:00
# 運営ガイド
## ジョブキューの状態を調べる
2018-07-25 17:11:47 -06:00
coming soon
2018-04-21 16:34:33 -06:00
2018-07-24 16:29:55 -06:00
## 管理者ユーザーを設定する
``` shell
node cli/mark-admin (ユーザーID または ユーザー名)
```
2018-07-14 23:27:25 -06:00
例:
``` shell
# ユーザーID
2018-11-22 17:26:14 -07:00
node cli/mark-admin 57d01a501fdf2d07be417afe
2018-07-14 23:27:25 -06:00
# ユーザー名
2018-11-22 17:26:14 -07:00
node cli/mark-admin @syuilo
2018-04-21 16:34:33 -06:00
```