Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / site.status.yml
index f6474dd93110c8094b247cec6dec5cd03e1390f8..8d8dffde9951b656461ee65a566a7a6bf41e1505 100644 (file)
@@ -1,23 +1,28 @@
 description: 'View current Drupal Installation status'
 messages:
-    application: Application
-    system: 'System Info'
-    hash_salt: 'Hash salt'
-    console: 'Drupal Console'
-    database: 'Database connection'
-    driver: 'Driver'
-    host: 'Host'
-    port: 'Port'
-    username: 'Username'
-    password: 'Password'
-    theme: 'Themes'
-    connection: 'Connection'
-    theme_default: 'Default theme'
-    theme_admin: 'Admin theme'
-    directory: 'Directories'
-    directory_root: 'Site root directory'
-    directory_temporary: 'Site temporary directory'
-    directory_theme_default: 'Default theme directory'
-    directory_theme_admin: 'Admin theme directory'
-    current_version: 'Current Drupal ("%s")'
-    not_installed: 'Drupal is not installed'
+  application: Application
+  system: 'System Info'
+  hash-salt: 'Hash salt'
+  console: 'Drupal Console'
+  database: 'Database connection'
+  driver: 'Driver'
+  host: 'Host'
+  port: 'Port'
+  username: 'Username'
+  password: 'Password'
+  theme: 'Themes'
+  connection: 'Connection'
+  theme-default: 'Default theme'
+  theme-admin: 'Admin theme'
+  directory: 'Directories'
+  directory-root: 'Site root directory'
+  directory-temporary: 'Site temporary directory'
+  directory-theme-default: 'Default theme directory'
+  directory-theme-admin: 'Admin theme directory'
+  current-version: 'Current Drupal ("%s")'
+  not-installed: 'Drupal is not installed'
+examples:
+  - description: 'Get drupal installation status specifying the output format as table'
+    execution: |
+      drupal site:status  \
+        --format="table"