Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / debug.permission.yml
diff --git a/vendor/drupal/console-en/translations/debug.permission.yml b/vendor/drupal/console-en/translations/debug.permission.yml
new file mode 100644 (file)
index 0000000..aade16b
--- /dev/null
@@ -0,0 +1,22 @@
+description: 'Displays all user permissions.'
+help: |
+  Display all user permissions and also list all user permissions from a specific user role.
+
+  List all user permissions:
+  <info>drupal debug:permission</info>
+
+  List all user permissions from a user role
+  <info>drupal debug:permission authenticated</info>
+
+arguments:
+    role: 'User role'
+messages:
+    role-error: 'Role "%s" does not exist. Please use an existing user role.'
+table-headers:
+    permission-name: 'Permission name'
+    permission-label: 'Permission Label'
+    permission-role: 'Role'
+examples:
+    - description: 'Displays all the permissions availables on the site'
+      execution: |
+        drupal debug:permission