drush core-status
Provides a birds-eye view of the current Drupal installation, if any.
Drush Command
drush core-status
Arguments
item : Optional. The status item line(s) to display.
Aliases
drush status
drush st
Options
--show-passwords : Show database password. Defaults to --no-show-passwords.
--full : Show all file paths and drush aliases in the report, even if there are a lot.
--project : [object Object]
--format : [object Object]
--fields : [object Object]
--list-separator : [object Object]
--line-separator : [object Object]
--field-labels : [object Object]
--format=json : [object Object]
--format=config : [object Object]
--format=list : [object Object]
--format=php : [object Object]
--format=print-r : [object Object]
--format=var_export : [object Object]
--format=yaml : [object Object]
Examples
Show all status lines that contain version information.
drush core-status version
drush core-status --pipe
drush core-status drush-version --pipe
drush core-status config-sync --pipe