wp help

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

Synopsis

wp help [<command>...]

Options

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

Examples

# get help for `core` command
wp help core

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