Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / debug.database.table.yml
diff --git a/vendor/drupal/console-en/translations/debug.database.table.yml b/vendor/drupal/console-en/translations/debug.database.table.yml
new file mode 100644 (file)
index 0000000..7f86a79
--- /dev/null
@@ -0,0 +1,18 @@
+description: 'Show all tables in a given database.'
+help: 'The <info>debug:database:table</info> command helps you debug database tables.'
+arguments:
+  table: 'Table to debug'
+options:
+  database: 'Database key from settings.php'
+messages:
+  table-show: 'Showing tables for "%s" database'
+  table: 'Table'
+  column: 'Column'
+  type: 'Type'
+examples:
+    - description: 'Show all tables on a database'
+      execution: |
+        drupal debug:database:table
+    - description: 'Show fields on the node table or another specified on the argument'
+      execution: |
+        drupal debug:database:table node