Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / site.mode.yml
index b7296d6119f345b35a1206d7a2d9c84d34f151ce..92deb6479d9070728af4dba5cdf06f0490d91e1b 100644 (file)
@@ -1,18 +1,25 @@
 description: 'Switch system performance configuration'
 arguments:
-    environment: 'Environment name [dev, prod]'
+  environment: 'Environment name [dev, prod]'
 options:
-    local: 'Use this option for testing PROD config, but using settings.local.php for connect to your local environment'
+  local: 'Use this option for testing PROD config, but using settings.local.php for connect to your local environment'
 messages:
-    configuration: 'Configuration name'
-    configuration-key: 'Configuration key'
-    original: 'Original Value'
-    updated: 'Override Value'
-    invalid-env: 'Invalid environment'
-    new-services-settings: 'New services settings'
-    service: 'Service'
-    service-parameter: 'Parameter'
-    service-value: 'Value'
-    error-copying-file: 'Error copying file'
-    error-writing-file: 'Error copying file'
-    services-file-overwritten: 'Services files "%s" was overwritten'
+  configuration: 'Configuration name'
+  configuration-key: 'Configuration key'
+  original: 'Original Value'
+  updated: 'Override Value'
+  invalid-env: 'Invalid environment'
+  new-services-settings: 'New services settings'
+  service: 'Service'
+  service-parameter: 'Parameter'
+  service-value: 'Value'
+  error-copying-file: 'Error copying file'
+  error-writing-file: 'Error copying file'
+  services-file-overwritten: 'Services files "%s" was overwritten'
+examples:
+  - description: 'Switch system to prod'
+    execution: |
+      drupal site:mode  prod
+  - description: 'Switch system to dev'
+    execution: |
+      drupal site:mode  dev