drush core-requirementsfor drush 8x


Provides information about things that may be wrong in your Drupal installation, if any.

drush core-requirements

  • Aliases


    core-requirements has 2 alias/es:


    drush status-report

    drush rq

  • Options


    core-requirements accepts 19 option/s:


    --severity

    --severity : severity

    --ignore : Comma-separated list of requirements to remove from output. Run with --pipe to see key values to use.

    --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=csv

    --format=csv : format=csv

    --format=html

    --format=html : format=html

    --format=labeled-export

    --format=labeled-export : format=labeled-export

    --format=list

    --format=list : format=list

    --format=php

    --format=php : format=php

    --format=print-r

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

    --format=table

    --format=table : format=table

    --format=var_export

    --format=var_export : format=var_export

    --format=variables

    --format=variables : format=variables

    --format=yaml

    --format=yaml : format=yaml

  • Examples


    Show all status lines from the Status Report admin page.

    drush core-requirements

    Show only the red lines from the Status Report admin page.

    drush core-requirements --severity=2

    Print out a short report in JSON format, where severity 2=error, 1=warning, and 0/-1=OK

    drush core-requirements --pipe

  • Comments


    comments powered by Disqus