Global Parameters

--path=<path> Path to the WordPress files.

--ssh=[<user>@]<host>[:<port>][<path>] Perform operation against a remote server over SSH.

--http=<http> Perform operation against a remote WordPress install over HTTP.

--url=<url> Pretend request came from given URL. In multisite, this argument is how the target site is specified.

--user=<id|login|email> Set the WordPress user.

--skip-plugins[=<plugin>] Skip loading all or some plugins. Note: mu-plugins are still loaded.

--skip-themes[=<theme>] Skip loading all or some themes.

--skip-packages Skip loading all installed packages.

--require=<path> Load PHP file before running the command (may be used more than once).

--[no-]color Whether to colorize the output.

--debug[=<group>] Show all PHP errors; add verbosity to WP-CLI bootstrap.

--prompt[=<assoc>] Prompt the user to enter values for all command arguments, or a subset specified as comma-separated values.

--quiet Suppress informational messages.