drush core-statusfor drush 7x


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

drush core-status

  • Aliases


    core-status has 2 alias/es:


    drush status

    drush st

  • Arguments


    core-status accepts 1 argument/s:


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

  • Options


    core-status accepts 15 option/s:


    --show-passwords : Show database password.

    --full : Show all file paths and drush aliases in the report, even if there are a lot.

    --project

    --project : project

    --format

    --format : format

    --fields

    --fields : fields

    --list-separator

    --list-separator : list-separator

    --line-separator

    --line-separator : line-separator

    --field-labels

    --field-labels : field-labels

    --format=json

    --format=json : format=json

    --format=config

    --format=config : format=config

    --format=list

    --format=list : format=list

    --format=php

    --format=php : format=php

    --format=print-r

    --format=print-r : format=print-r

    --format=var_export

    --format=var_export : format=var_export

    --format=yaml

    --format=yaml : format=yaml

  • 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 active Config directory with no label.

    drush core-status config-active --pipe

  • Comments


    comments powered by Disqus