drush helpfor drush 8x


Print this help message. See `drush help help` for more options.

drush help

  • Arguments


    help accepts 1 argument/s:


    command : A command name, or command alias.

  • Options


    help accepts 19 option/s:


    --sort : Sort commands in alphabetical order. Drush waits for full bootstrap before printing any commands when this option is used.

    --filter

    --filter : filter

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


    List all commands.

    drush

    Show only commands defined in devel_generate.drush.inc

    drush --filter=devel_generate

    Show help for one command.

    drush help pm-download

    Show help for one command using an alias.

    drush help dl

    Show an HTML page detailing all available commands.

    drush help --format=html

    All available comamnds, in a machine parseable format.

    drush help --format=json

  • Comments


    comments powered by Disqus