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.status.yml
2018-11-23 12:29:20 +00:00

29 lines
878 B
YAML

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'
examples:
- description: 'Get drupal installation status specifying the output format as table'
execution: |
drupal site:status \
--format="table"