drush core:statusfor drush 9x


An overview of the environment - Drush and Drupal.

drush core:status

  • Aliases


    core:status has 3 alias/es:


    drush status

    drush st

    drush core-status

  • Arguments


    core:status accepts 1 argument/s:


    filter : A field to filter on. @deprecated - use --field option instead.

  • Options


    core:status accepts 7 option/s:


    --project

    --project : project

    --format

    --format : format

    --fields

    --fields : fields

    --field

    --field : field

    --notify

    --notify : notify

    --druplicon

    --druplicon : druplicon

    --xh-link

    --xh-link : xh-link

  • Examples


    Emit just one field, not all the default fields.

    drush core-status --field=files

    Emit all fields, not just the default ones.

    drush core-status --fields=*

  • Comments


    comments powered by Disqus