This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console-en/translations/site.mode.yml

26 lines
886 B
YAML
Raw Normal View History

2018-11-23 12:29:20 +00:00
description: 'Switch system performance configuration'
arguments:
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'
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'
examples:
- description: 'Switch system to prod'
execution: |
drupal site:mode prod
- description: 'Switch system to dev'
execution: |
drupal site:mode dev