Add RoleDumper and DumpListPermissionsCommand to generate a markdown list of permissions

This commit is contained in:
2025-09-05 16:55:45 +00:00
committed by GitLab
parent 90e3043c3d
commit 9c1611d052
7 changed files with 232 additions and 7 deletions

View File

@@ -80,3 +80,7 @@ services:
Chill\MainBundle\Command\SynchronizeEntityInfoViewsCommand:
tags:
- {name: console.command}
Chill\MainBundle\Command\DumpListPermissionsCommand:
autoconfigure: true
autowire: true