ユーザーとロールを管理するためのコマンド

「-U」は、ユーザーとロールを管理するためのコマンドのグループに、そのコマンドが属することを示す接頭辞です。

kesl-control --get-user-list

このコマンドは、ユーザートロールのリストを出力します。

コマンド構文

kesl-control [-U] --get-user-list

kesl-control --grant-role

このコマンドは、特定のユーザーにロールを割り当てます。

コマンド構文

kesl-control [-U] --grant-role <ロール> <ユーザー>

kesl-control --revoke-role

このコマンドは、特定のユーザーのロールを取り消します。

コマンド構文

kesl-control [-U] --revoke-role <ロール> <ユーザー>

ページのトップに戻る