drush の role:create コマンドについて:
コマンドヘルプ
新しいロールを作成する。
使用例
- drush role:create 'test role'
新しいロール 'test role' を作成する。D8 では表示名が 'Test role' となる。
- drush role:create 'test role' 'Test role'
マシン名が 'test role' の新しいロールを作成し、表示名を 'Test role' にする。
引数
- machine_name
ロールのマシン名。
- [human_readable_name]
ロールの表示名。
エイリアス
参考資料