drush helpfor drush 9x


Display usage details for a command.

drush help

  • Arguments


    help accepts 2 argument/s:


    command* : The command to execute

    command_name : A command name

  • Options


    help accepts 24 option/s:


    --format

    --format : format

    --all

    --all : all

    --include-field-labels

    --include-field-labels : include-field-labels

    --table-style

    --table-style : table-style

    --help

    --help : help

    --quiet

    --quiet : quiet

    --verbose

    --verbose : verbose

    --version

    --version : version

    --ansi

    --ansi : ansi

    --no-ansi

    --no-ansi : no-ansi

    --no-interaction

    --no-interaction : no-interaction

    --debug

    --debug : debug

    --yes

    --yes : yes

    --no

    --no : no

    --remote-host

    --remote-host : remote-host

    --remote-user

    --remote-user : remote-user

    --root

    --root : root

    --uri

    --uri : uri

    --simulate

    --simulate : simulate

    --pipe

    --pipe : pipe

    --define

    --define : define

    --notify

    --notify : notify

    --druplicon

    --druplicon : druplicon

    --xh-link

    --xh-link : xh-link

  • Examples


    Show help for a command.

    drush help pm-uninstall

    Show help for a command using an alias.

    drush help pmu

    Show all available commands in XML format.

    drush help --format=xml

    All available commands, in JSON format.

    drush help --format=json

  • Comments


    comments powered by Disqus