wp help

Gets help on WP-CLI, or on a specific command.

Synopsis

bash
wp help [<command>...]

Options

[<command>…] : Get help on a specific command.

Examples

bash
# get help for `core` command
wp help core

# get help for `core download` subcommand
wp help core download