drush helpfor drush 7x


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 5 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 to output . Allowed values are: json, var_export, html.

    --html : Print help for all commands in HTML format. Deprecated - see --format option.

    --pipe : A list of available commands, one per line.

  • 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

  • Comments


    comments powered by Disqus