core-status

Provides a birds-eye view of the current Drupal installation, if any.

drush core-status

Aliases:

Arguments:

item : Optional. The status item line(s) to display.

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.

Examples:

Show all status lines that contain version information.

drush core-status version

A list key=value items separated by line breaks.

drush core-status --pipe

Emit just the drush version with no label.

drush core-status drush-version --pipe

Emit just the sync Config directory with no label.

drush core-status config-sync --pipe