Path to the WordPress files.
Default value: null
|
--path=<path>
|
path: <path>
|
Perform operation against a remote server over SSH.
Default value: null
|
--ssh=[<user>@]<host>[:<port>][<path>]
|
ssh: [<user>@]<host>[:<port>][<path>]
|
Perform operation against a remote WordPress install over HTTP.
Default value: null
|
--http=<http>
|
http: <http>
|
Pretend request came from given URL. In multisite, this argument is how the target site is specified.
Default value: null
|
--url=<url>
|
url: <url>
|
Set the WordPress user.
Default value: null
|
--user=<id|login|email>
|
user: <id|login|email>
|
Skip loading all or some plugins. Note: mu-plugins are still loaded.
Default value: ""
|
--skip-plugins[=<plugin>]
|
skip-plugins: <list>
|
Skip loading all or some themes.
Default value: ""
|
--skip-themes[=<theme>]
|
skip-themes: <list>
|
Skip loading all installed packages.
Default value: false
|
--skip-packages
|
skip-packages: <bool>
|
Load PHP file before running the command (may be used more than once).
Default value: []
|
--require=<path>
|
require: <path>
|
(Sub)commands to disable.
Default value: []
|
Not available as a flag
|
disabled_commands: <list>
|
Whether to colorize the output.
Default value: "auto"
|
--[no-]color
|
color: <bool>
|
Show all PHP errors; add verbosity to WP-CLI bootstrap.
Default value: false
|
--debug[=<group>]
|
debug: <group>
|
Prompt the user to enter values for all command arguments, or a subset specified as comma-separated values.
Default value: false
|
--prompt[=<assoc>]
|
Not available as an option
|
Suppress informational messages.
Default value: false
|
--quiet
|
quiet: <bool>
|
List of Apache Modules that are to be reported as loaded.
Default value: []
|
Not available as a flag
|
apache_modules: <list>
|