diff --git a/bin/commands-manifest.json b/bin/commands-manifest.json index f5837834..49b75ede 100644 --- a/bin/commands-manifest.json +++ b/bin/commands-manifest.json @@ -447,6 +447,14 @@ "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/cli\/alias.md", "repo_url": "https:\/\/github.com\/wp-cli\/wp-cli" }, + "cli\/cache": { + "title": "cli cache", + "slug": "cache", + "cmd_path": "cli\/cache", + "parent": "cli", + "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/cli\/cache.md", + "repo_url": "https:\/\/github.com\/wp-cli\/wp-cli" + }, "cli\/check-update": { "title": "cli check-update", "slug": "check-update", @@ -983,6 +991,14 @@ "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/embed\/provider.md", "repo_url": "https:\/\/github.com\/wp-cli\/embed-command" }, + "i18n\/make-json": { + "title": "i18n make-json", + "slug": "make-json", + "cmd_path": "i18n\/make-json", + "parent": "i18n", + "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/i18n\/make-json.md", + "repo_url": "https:\/\/github.com\/wp-cli\/i18n-command" + }, "i18n\/make-pot": { "title": "i18n make-pot", "slug": "make-pot", @@ -1351,6 +1367,14 @@ "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/post\/edit.md", "repo_url": "https:\/\/github.com\/wp-cli\/entity-command" }, + "post\/exists": { + "title": "post exists", + "slug": "exists", + "cmd_path": "post\/exists", + "parent": "post", + "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/post\/exists.md", + "repo_url": "https:\/\/github.com\/wp-cli\/entity-command" + }, "post\/generate": { "title": "post generate", "slug": "generate", @@ -1935,6 +1959,14 @@ "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/transient\/get.md", "repo_url": "https:\/\/github.com\/wp-cli\/cache-command" }, + "transient\/list": { + "title": "transient list", + "slug": "list", + "cmd_path": "transient\/list", + "parent": "transient", + "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/transient\/list.md", + "repo_url": "https:\/\/github.com\/wp-cli\/cache-command" + }, "transient\/set": { "title": "transient set", "slug": "set", @@ -2167,6 +2199,22 @@ "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/widget\/update.md", "repo_url": "https:\/\/github.com\/wp-cli\/widget-command" }, + "cli\/cache\/clear": { + "title": "cli cache clear", + "slug": "clear", + "cmd_path": "cli\/cache\/clear", + "parent": "cli\/cache", + "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/cli\/cache\/clear.md", + "repo_url": "https:\/\/github.com\/wp-cli\/wp-cli" + }, + "cli\/cache\/prune": { + "title": "cli cache prune", + "slug": "prune", + "cmd_path": "cli\/cache\/prune", + "parent": "cli\/cache", + "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/cli\/cache\/prune.md", + "repo_url": "https:\/\/github.com\/wp-cli\/wp-cli" + }, "comment\/meta\/add": { "title": "comment meta add", "slug": "add", @@ -2319,14 +2367,6 @@ "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/language\/core\/activate.md", "repo_url": "https:\/\/github.com\/wp-cli\/language-command" }, - "language\/core\/activate_language": { - "title": "language core activate_language", - "slug": "activate_language", - "cmd_path": "language\/core\/activate_language", - "parent": "language\/core", - "markdown_source": "https:\/\/github.com\/wp-cli\/handbook\/blob\/master\/commands\/language\/core\/activate_language.md", - "repo_url": "https:\/\/github.com\/wp-cli\/language-command" - }, "language\/core\/install": { "title": "language core install", "slug": "install", diff --git a/commands/admin.md b/commands/admin.md index c43a4dae..3d85248a 100644 --- a/commands/admin.md +++ b/commands/admin.md @@ -13,7 +13,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cache/add.md b/commands/cache/add.md index 03011b58..13fe1afd 100644 --- a/commands/cache/add.md +++ b/commands/cache/add.md @@ -39,7 +39,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cache/decr.md b/commands/cache/decr.md index 1866d4bd..ca406389 100644 --- a/commands/cache/decr.md +++ b/commands/cache/decr.md @@ -36,7 +36,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cache/delete.md b/commands/cache/delete.md index 661a2ac7..9d7afabb 100644 --- a/commands/cache/delete.md +++ b/commands/cache/delete.md @@ -30,7 +30,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cache/flush.md b/commands/cache/flush.md index 6cf38ea1..31302acb 100644 --- a/commands/cache/flush.md +++ b/commands/cache/flush.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cache/get.md b/commands/cache/get.md index 1ed7ce27..25a821aa 100644 --- a/commands/cache/get.md +++ b/commands/cache/get.md @@ -30,7 +30,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cache/incr.md b/commands/cache/incr.md index 78c027e0..e7eb5d06 100644 --- a/commands/cache/incr.md +++ b/commands/cache/incr.md @@ -36,7 +36,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cache/replace.md b/commands/cache/replace.md index c8707d6a..cbcc45c1 100644 --- a/commands/cache/replace.md +++ b/commands/cache/replace.md @@ -39,7 +39,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cache/set.md b/commands/cache/set.md index f22a84ef..7b76344c 100644 --- a/commands/cache/set.md +++ b/commands/cache/set.md @@ -39,7 +39,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cache/type.md b/commands/cache/type.md index 81685dc2..669ddd69 100644 --- a/commands/cache/type.md +++ b/commands/cache/type.md @@ -19,7 +19,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cap/add.md b/commands/cap/add.md index 3dfb2e6b..0bd97bb1 100644 --- a/commands/cap/add.md +++ b/commands/cap/add.md @@ -34,7 +34,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cap/list.md b/commands/cap/list.md index 59bc5790..e7f5ff26 100644 --- a/commands/cap/list.md +++ b/commands/cap/list.md @@ -45,7 +45,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cap/remove.md b/commands/cap/remove.md index 41bb44e5..a77f12b5 100644 --- a/commands/cap/remove.md +++ b/commands/cap/remove.md @@ -25,7 +25,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cli.md b/commands/cli.md index eb18a641..d278dbde 100644 --- a/commands/cli.md +++ b/commands/cli.md @@ -19,4 +19,8 @@ Review current WP-CLI info, check for updates, or see defined aliases. New version works. Proceeding to replace. Success: Updated WP-CLI to 0.24.1. + # Clear the internal WP-CLI cache. + $ wp cli cache clear + Success: Cache cleared. + diff --git a/commands/cli/alias.md b/commands/cli/alias.md index 99c54faa..e7f29667 100644 --- a/commands/cli/alias.md +++ b/commands/cli/alias.md @@ -2,7 +2,7 @@ List available WP-CLI aliases. -Aliases are shorthand references to WordPress installs. For instance, `@dev` could refer to a development install and `@prod` could refer to a production install. This command gives you visibility in what registered aliases you have available. +Aliases are shorthand references to WordPress installations. For instance, `@dev` could refer to a development installation and `@prod` could refer to a production installation. This command gives you visibility in what registered aliases you have available. ### OPTIONS @@ -21,6 +21,7 @@ options: # List all available aliases. $ wp cli alias --- + @all: Run command against every registered alias. @prod: ssh: runcommand@runcommand.io~/webapps/production @@ -39,7 +40,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cli/cache.md b/commands/cli/cache.md new file mode 100644 index 00000000..c2c6fd3e --- /dev/null +++ b/commands/cli/cache.md @@ -0,0 +1,17 @@ +# wp cli cache + +Manages the internal WP-CLI cache,. + +### EXAMPLES + + # Remove all cached files. + $ wp cli cache clear + Success: Cache cleared. + + # Remove all cached files except for the newest version of each one. + $ wp cli cache prune + Success: Cache pruned. + + + + diff --git a/commands/language/core/activate_language.md b/commands/cli/cache/clear.md similarity index 91% rename from commands/language/core/activate_language.md rename to commands/cli/cache/clear.md index 21d94488..7f39da50 100644 --- a/commands/language/core/activate_language.md +++ b/commands/cli/cache/clear.md @@ -1,8 +1,11 @@ -# wp language core activate_language - +# wp cli cache clear +Clear the internal cache. +### EXAMPLES + $ wp cli cache clear + Success: Cache cleared. ### GLOBAL PARAMETERS @@ -13,7 +16,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cli/cache/prune.md b/commands/cli/cache/prune.md new file mode 100644 index 00000000..f296d82d --- /dev/null +++ b/commands/cli/cache/prune.md @@ -0,0 +1,30 @@ +# wp cli cache prune + +Prune the internal cache. + +Removes all cached files except for the newest version of each one. + +### EXAMPLES + + $ wp cli cache prune + Success: Cache pruned. + +### GLOBAL PARAMETERS + +These [global parameters](https://make.wordpress.org/cli/handbook/config/) have the same behavior across all commands and affect how WP-CLI interacts with WordPress. + +| **Argument** | **Description** | +|:----------------|:-----------------------------| +| `--path=` | Path to the WordPress files. | +| `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | +| `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | +| `--user=` | Set the WordPress user. | +| `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | +| `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | +| `--skip-packages` | Skip loading all installed packages. | +| `--require=` | Load PHP file before running the command (may be used more than once). | +| `--[no-]color` | Whether to colorize the output. | +| `--debug[=]` | Show all PHP errors and add verbosity to WP-CLI output. Built-in groups include: bootstrap, commandfactory, and help. | +| `--prompt[=]` | Prompt the user to enter values for all command arguments, or a subset specified as comma-separated values. | +| `--quiet` | Suppress informational messages. | diff --git a/commands/cli/check-update.md b/commands/cli/check-update.md index db9cca77..78904180 100644 --- a/commands/cli/check-update.md +++ b/commands/cli/check-update.md @@ -56,7 +56,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cli/cmd-dump.md b/commands/cli/cmd-dump.md index 7b53a167..16178fd2 100644 --- a/commands/cli/cmd-dump.md +++ b/commands/cli/cmd-dump.md @@ -15,7 +15,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cli/completions.md b/commands/cli/completions.md index 953809a1..134636b1 100644 --- a/commands/cli/completions.md +++ b/commands/cli/completions.md @@ -26,7 +26,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cli/has-command.md b/commands/cli/has-command.md index 1652aae2..cf750e52 100644 --- a/commands/cli/has-command.md +++ b/commands/cli/has-command.md @@ -29,7 +29,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cli/info.md b/commands/cli/info.md index 63e28a62..9631ef46 100644 --- a/commands/cli/info.md +++ b/commands/cli/info.md @@ -51,7 +51,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cli/param-dump.md b/commands/cli/param-dump.md index 481c3c24..afc804bd 100644 --- a/commands/cli/param-dump.md +++ b/commands/cli/param-dump.md @@ -42,7 +42,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cli/update.md b/commands/cli/update.md index 9ce00881..7ce485e1 100644 --- a/commands/cli/update.md +++ b/commands/cli/update.md @@ -48,7 +48,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cli/version.md b/commands/cli/version.md index 4eb8e7c5..70220e32 100644 --- a/commands/cli/version.md +++ b/commands/cli/version.md @@ -17,7 +17,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/approve.md b/commands/comment/approve.md index 5989438d..8ac354be 100644 --- a/commands/comment/approve.md +++ b/commands/comment/approve.md @@ -22,7 +22,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/count.md b/commands/comment/count.md index a71fc6d7..e736f5df 100644 --- a/commands/comment/count.md +++ b/commands/comment/count.md @@ -38,7 +38,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/create.md b/commands/comment/create.md index 5c7b5a54..0cec431f 100644 --- a/commands/comment/create.md +++ b/commands/comment/create.md @@ -25,7 +25,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/delete.md b/commands/comment/delete.md index 3a126df5..6397a280 100644 --- a/commands/comment/delete.md +++ b/commands/comment/delete.md @@ -30,7 +30,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/exists.md b/commands/comment/exists.md index f2a28cb1..3af9220e 100644 --- a/commands/comment/exists.md +++ b/commands/comment/exists.md @@ -24,7 +24,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/generate.md b/commands/comment/generate.md index 2e49d7e6..2a11b6c3 100644 --- a/commands/comment/generate.md +++ b/commands/comment/generate.md @@ -45,7 +45,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/get.md b/commands/comment/get.md index 0424d647..56545303 100644 --- a/commands/comment/get.md +++ b/commands/comment/get.md @@ -39,7 +39,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/list.md b/commands/comment/list.md index f0ce7c02..b359b426 100644 --- a/commands/comment/list.md +++ b/commands/comment/list.md @@ -2,6 +2,9 @@ Gets a list of comments. +Display comments based on all arguments supported by +[WP_Comment_Query()](https://developer.wordpress.org/reference/classes/WP_Comment_Query/__construct/). + ### OPTIONS [\--<field>=<value>] @@ -85,7 +88,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/meta/add.md b/commands/comment/meta/add.md index 1b5913bb..41ad7541 100644 --- a/commands/comment/meta/add.md +++ b/commands/comment/meta/add.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/meta/delete.md b/commands/comment/meta/delete.md index 88a043e4..1d4f156b 100644 --- a/commands/comment/meta/delete.md +++ b/commands/comment/meta/delete.md @@ -25,7 +25,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/meta/get.md b/commands/comment/meta/get.md index 3912a603..fc1e8906 100644 --- a/commands/comment/meta/get.md +++ b/commands/comment/meta/get.md @@ -29,7 +29,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/meta/list.md b/commands/comment/meta/list.md index 77c43feb..6561e0ac 100644 --- a/commands/comment/meta/list.md +++ b/commands/comment/meta/list.md @@ -53,7 +53,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/meta/patch.md b/commands/comment/meta/patch.md index 113be0f3..8efab6fe 100644 --- a/commands/comment/meta/patch.md +++ b/commands/comment/meta/patch.md @@ -43,7 +43,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/meta/pluck.md b/commands/comment/meta/pluck.md index 0e339f77..c572d17a 100644 --- a/commands/comment/meta/pluck.md +++ b/commands/comment/meta/pluck.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/meta/update.md b/commands/comment/meta/update.md index 0dfbdec2..876c4bf8 100644 --- a/commands/comment/meta/update.md +++ b/commands/comment/meta/update.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/recount.md b/commands/comment/recount.md index 41069b42..a900e2de 100644 --- a/commands/comment/recount.md +++ b/commands/comment/recount.md @@ -22,7 +22,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/spam.md b/commands/comment/spam.md index 5fa3ff4a..95ae5fae 100644 --- a/commands/comment/spam.md +++ b/commands/comment/spam.md @@ -22,7 +22,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/status.md b/commands/comment/status.md index 538db192..34bdde85 100644 --- a/commands/comment/status.md +++ b/commands/comment/status.md @@ -22,7 +22,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/trash.md b/commands/comment/trash.md index 8f26e324..f0cd1a38 100644 --- a/commands/comment/trash.md +++ b/commands/comment/trash.md @@ -22,7 +22,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/unapprove.md b/commands/comment/unapprove.md index 975b86c0..37082816 100644 --- a/commands/comment/unapprove.md +++ b/commands/comment/unapprove.md @@ -22,7 +22,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/unspam.md b/commands/comment/unspam.md index 5ed9ff8c..1d3d2fe5 100644 --- a/commands/comment/unspam.md +++ b/commands/comment/unspam.md @@ -22,7 +22,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/untrash.md b/commands/comment/untrash.md index ed8d5f9f..3c0c50c2 100644 --- a/commands/comment/untrash.md +++ b/commands/comment/untrash.md @@ -22,7 +22,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/comment/update.md b/commands/comment/update.md index 1a3ed2a5..f923e5ca 100644 --- a/commands/comment/update.md +++ b/commands/comment/update.md @@ -25,7 +25,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/config/create.md b/commands/config/create.md index 94b5a09d..edb4fc5c 100644 --- a/commands/config/create.md +++ b/commands/config/create.md @@ -81,7 +81,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/config/delete.md b/commands/config/delete.md index 71c317eb..22304dd7 100644 --- a/commands/config/delete.md +++ b/commands/config/delete.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/config/edit.md b/commands/config/edit.md index f3c988be..6b547f99 100644 --- a/commands/config/edit.md +++ b/commands/config/edit.md @@ -19,7 +19,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/config/get.md b/commands/config/get.md index acda3e20..7a261c65 100644 --- a/commands/config/get.md +++ b/commands/config/get.md @@ -17,6 +17,16 @@ options: - all \--- +[\--format=<format>] +: Get value in a particular format. +\--- +default: var_export +options: + - var_export + - json + - yaml +\--- + ### EXAMPLES # Get the table_prefix as defined in wp-config.php file. @@ -32,7 +42,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/config/has.md b/commands/config/has.md index 686bd072..d803f034 100644 --- a/commands/config/has.md +++ b/commands/config/has.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/config/list.md b/commands/config/list.md index 4c545c81..ae5bbd9c 100644 --- a/commands/config/list.md +++ b/commands/config/list.md @@ -68,7 +68,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/config/path.md b/commands/config/path.md index ba8a26c9..354c62f8 100644 --- a/commands/config/path.md +++ b/commands/config/path.md @@ -17,7 +17,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/config/set.md b/commands/config/set.md index 350d8714..e3adedd8 100644 --- a/commands/config/set.md +++ b/commands/config/set.md @@ -55,7 +55,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/config/shuffle-salts.md b/commands/config/shuffle-salts.md index b7607f55..38ff7cb4 100644 --- a/commands/config/shuffle-salts.md +++ b/commands/config/shuffle-salts.md @@ -19,7 +19,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/core/check-update.md b/commands/core/check-update.md index c173b19e..8e15600f 100644 --- a/commands/core/check-update.md +++ b/commands/core/check-update.md @@ -48,7 +48,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/core/download.md b/commands/core/download.md index 9e8b8f34..57d7ee81 100644 --- a/commands/core/download.md +++ b/commands/core/download.md @@ -37,7 +37,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/core/install.md b/commands/core/install.md index c63ce84d..75715d54 100644 --- a/commands/core/install.md +++ b/commands/core/install.md @@ -46,7 +46,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/core/is-installed.md b/commands/core/is-installed.md index 52859c10..0883a1a6 100644 --- a/commands/core/is-installed.md +++ b/commands/core/is-installed.md @@ -28,7 +28,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/core/multisite-convert.md b/commands/core/multisite-convert.md index cad42d7a..a36fd87f 100644 --- a/commands/core/multisite-convert.md +++ b/commands/core/multisite-convert.md @@ -38,7 +38,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/core/multisite-install.md b/commands/core/multisite-install.md index 39d7de44..1c450d82 100644 --- a/commands/core/multisite-install.md +++ b/commands/core/multisite-install.md @@ -60,7 +60,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/core/update-db.md b/commands/core/update-db.md index dd4467c8..4eaec791 100644 --- a/commands/core/update-db.md +++ b/commands/core/update-db.md @@ -28,7 +28,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/core/update.md b/commands/core/update.md index a6aab0d7..95319e43 100644 --- a/commands/core/update.md +++ b/commands/core/update.md @@ -62,7 +62,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/core/verify-checksums.md b/commands/core/verify-checksums.md index c1792f4b..d4605e90 100644 --- a/commands/core/verify-checksums.md +++ b/commands/core/verify-checksums.md @@ -49,7 +49,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/core/version.md b/commands/core/version.md index b75d9904..9c3e2831 100644 --- a/commands/core/version.md +++ b/commands/core/version.md @@ -29,7 +29,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cron/event/delete.md b/commands/cron/event/delete.md index a0d37360..42439779 100644 --- a/commands/cron/event/delete.md +++ b/commands/cron/event/delete.md @@ -22,7 +22,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cron/event/list.md b/commands/cron/event/list.md index 154bc6ec..b1df71ec 100644 --- a/commands/cron/event/list.md +++ b/commands/cron/event/list.md @@ -67,7 +67,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cron/event/run.md b/commands/cron/event/run.md index 16ead4b4..23f46b5d 100644 --- a/commands/cron/event/run.md +++ b/commands/cron/event/run.md @@ -28,7 +28,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cron/event/schedule.md b/commands/cron/event/schedule.md index 06743190..07e82e44 100644 --- a/commands/cron/event/schedule.md +++ b/commands/cron/event/schedule.md @@ -39,7 +39,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cron/schedule/list.md b/commands/cron/schedule/list.md index bfc40abc..041aae53 100644 --- a/commands/cron/schedule/list.md +++ b/commands/cron/schedule/list.md @@ -57,7 +57,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/cron/test.md b/commands/cron/test.md index d760cdc7..218ae07e 100644 --- a/commands/cron/test.md +++ b/commands/cron/test.md @@ -23,7 +23,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/db/check.md b/commands/db/check.md index d28a15b2..438103fe 100644 --- a/commands/db/check.md +++ b/commands/db/check.md @@ -15,7 +15,7 @@ Runs `mysqlcheck` utility with `--check` using `DB_HOST`, `DB_NAME`, `DB_USER` a : Password to pass to mysqlcheck. Defaults to DB_PASSWORD. [\--<field>=<value>] -: Extra arguments to pass to mysqlcheck. +: Extra arguments to pass to mysqlcheck. [Refer to mysqlcheck docs](https://dev.mysql.com/doc/en/mysqlcheck.html). ### EXAMPLES @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/db/clean.md b/commands/db/clean.md index 796051eb..9fcde01f 100644 --- a/commands/db/clean.md +++ b/commands/db/clean.md @@ -30,7 +30,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/db/cli.md b/commands/db/cli.md index 7da73686..b3cfc7a0 100644 --- a/commands/db/cli.md +++ b/commands/db/cli.md @@ -17,7 +17,7 @@ Opens a MySQL console using credentials from wp-config.php : Password to pass to mysql. Defaults to DB_PASSWORD. [\--<field>=<value>] -: Extra arguments to pass to mysql. +: Extra arguments to pass to mysql. [Refer to mysql docs](https://dev.mysql.com/doc/en/mysql-command-options.html). ### EXAMPLES @@ -34,7 +34,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/db/columns.md b/commands/db/columns.md index 28f0f96e..58a63b52 100644 --- a/commands/db/columns.md +++ b/commands/db/columns.md @@ -58,7 +58,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/db/create.md b/commands/db/create.md index 528070a4..7dcfd603 100644 --- a/commands/db/create.md +++ b/commands/db/create.md @@ -26,7 +26,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/db/drop.md b/commands/db/drop.md index e3eca997..2481b93d 100644 --- a/commands/db/drop.md +++ b/commands/db/drop.md @@ -29,7 +29,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/db/export.md b/commands/db/export.md index b5a1fc7c..6a33ee5c 100644 --- a/commands/db/export.md +++ b/commands/db/export.md @@ -16,7 +16,7 @@ Runs `mysqldump` utility using `DB_HOST`, `DB_NAME`, `DB_USER` and `DB_PASSWORD` : Password to pass to mysqldump. Defaults to DB_PASSWORD. [\--<field>=<value>] -: Extra arguments to pass to mysqldump. +: Extra arguments to pass to mysqldump. [Refer to mysqldump docs](https://dev.mysql.com/doc/en/mysqldump.html#mysqldump-option-summary). [\--tables=<tables>] : The comma separated list of specific tables to export. Excluding this parameter will export all tables in the database. @@ -83,7 +83,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/db/import.md b/commands/db/import.md index a68e81a7..730b3b19 100644 --- a/commands/db/import.md +++ b/commands/db/import.md @@ -15,6 +15,9 @@ Runs SQL queries using `DB_HOST`, `DB_NAME`, `DB_USER` and `DB_PASSWORD` databas [\--dbpass=<value>] : Password to pass to mysql. Defaults to DB_PASSWORD. +[\--<field>=<value>] +: Extra arguments to pass to mysql. [Refer to mysql binary docs](https://dev.mysql.com/doc/refman/8.0/en/mysql-command-options.html). + [\--skip-optimization] : When using an SQL file, do not include speed optimization such as disabling auto-commit and key checks. @@ -33,7 +36,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/db/optimize.md b/commands/db/optimize.md index 25e2cbf4..1dcac441 100644 --- a/commands/db/optimize.md +++ b/commands/db/optimize.md @@ -15,7 +15,7 @@ Runs `mysqlcheck` utility with `--optimize=true` using `DB_HOST`, `DB_NAME`, `DB : Password to pass to mysqlcheck. Defaults to DB_PASSWORD. [\--<field>=<value>] -: Extra arguments to pass to mysqlcheck. +: Extra arguments to pass to mysqlcheck. [Refer to mysqlcheck docs](https://dev.mysql.com/doc/en/mysqlcheck.html). ### EXAMPLES @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/db/prefix.md b/commands/db/prefix.md index 37f9d226..4996c8d8 100644 --- a/commands/db/prefix.md +++ b/commands/db/prefix.md @@ -18,7 +18,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/db/query.md b/commands/db/query.md index c14d93a8..64ee0b59 100644 --- a/commands/db/query.md +++ b/commands/db/query.md @@ -17,7 +17,7 @@ Executes an arbitrary SQL query using `DB_HOST`, `DB_NAME`, `DB_USER` : Password to pass to mysql. Defaults to DB_PASSWORD. [\--<field>=<value>] -: Extra arguments to pass to mysql. +: Extra arguments to pass to mysql. [Refer to mysql docs](https://dev.mysql.com/doc/en/mysql-command-options.html). ### EXAMPLES @@ -58,7 +58,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/db/repair.md b/commands/db/repair.md index 7cd71ace..a357c803 100644 --- a/commands/db/repair.md +++ b/commands/db/repair.md @@ -15,7 +15,7 @@ Runs `mysqlcheck` utility with `--repair=true` using `DB_HOST`, `DB_NAME`, `DB_U : Password to pass to mysqlcheck. Defaults to DB_PASSWORD. [\--<field>=<value>] -: Extra arguments to pass to mysqlcheck. +: Extra arguments to pass to mysqlcheck. [Refer to mysqlcheck docs](https://dev.mysql.com/doc/en/mysqlcheck.html). ### EXAMPLES @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/db/reset.md b/commands/db/reset.md index 97004a82..0016e0c1 100644 --- a/commands/db/reset.md +++ b/commands/db/reset.md @@ -29,7 +29,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/db/search.md b/commands/db/search.md index 5f3a8ad6..ad435532 100644 --- a/commands/db/search.md +++ b/commands/db/search.md @@ -123,6 +123,16 @@ They can be concatenated. For instance, the default match color of black on a mu ... Success: Found 99146 matches in 10.752s (10.559s searching). Searched 12 tables, 53 columns, 1358907 rows. 1 table skipped: wp_term_relationships. + # SQL search database table 'wp_options' where 'option_name' match 'foo' + wp db query 'SELECT * FROM wp_options WHERE option_name like "%foo%"' --skip-column-names + +----+--------------+--------------------------------+-----+ + | 98 | foo_options | a:1:{s:12:"_multiwidget";i:1;} | yes | + | 99 | foo_settings | a:0:{} | yes | + +----+--------------+--------------------------------+-----+ + + # SQL search and delete records from database table 'wp_options' where 'option_name' match 'foo' + wp db query "DELETE from wp_options where option_id in ($(wp db query "SELECT GROUP_CONCAT(option_id SEPARATOR ',') from wp_options where option_name like '%foo%';" --silent --skip-column-names))" + ### GLOBAL PARAMETERS These [global parameters](https://make.wordpress.org/cli/handbook/config/) have the same behavior across all commands and affect how WP-CLI interacts with WordPress. @@ -132,7 +142,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/db/size.md b/commands/db/size.md index 0b33b910..b078d712 100644 --- a/commands/db/size.md +++ b/commands/db/size.md @@ -30,6 +30,9 @@ options: [\--tables] : Display each table name and size instead of the database size. +[\--human-readable] +: Display database sizes in human readable formats. + [\--format] : table, csv, json \--- @@ -96,7 +99,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/db/tables.md b/commands/db/tables.md index fb6a9d0b..8f57b812 100644 --- a/commands/db/tables.md +++ b/commands/db/tables.md @@ -57,7 +57,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/dist-archive.md b/commands/dist-archive.md index ce6499ea..8f621226 100644 --- a/commands/dist-archive.md +++ b/commands/dist-archive.md @@ -43,7 +43,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/embed/cache/clear.md b/commands/embed/cache/clear.md index 35383138..005ad5c5 100644 --- a/commands/embed/cache/clear.md +++ b/commands/embed/cache/clear.md @@ -24,7 +24,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/embed/cache/find.md b/commands/embed/cache/find.md index 28df6245..056584c0 100644 --- a/commands/embed/cache/find.md +++ b/commands/embed/cache/find.md @@ -35,7 +35,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/embed/cache/trigger.md b/commands/embed/cache/trigger.md index 59b2ea97..d56da0d8 100644 --- a/commands/embed/cache/trigger.md +++ b/commands/embed/cache/trigger.md @@ -24,7 +24,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/embed/fetch.md b/commands/embed/fetch.md index d8a2a32b..066b17fe 100644 --- a/commands/embed/fetch.md +++ b/commands/embed/fetch.md @@ -65,7 +65,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/embed/handler/list.md b/commands/embed/handler/list.md index 16994674..1dd5f5ea 100644 --- a/commands/embed/handler/list.md +++ b/commands/embed/handler/list.md @@ -52,7 +52,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/embed/provider/list.md b/commands/embed/provider/list.md index 7627e5cb..ccabf870 100644 --- a/commands/embed/provider/list.md +++ b/commands/embed/provider/list.md @@ -54,7 +54,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/embed/provider/match.md b/commands/embed/provider/match.md index 98bac294..00c5d9ec 100644 --- a/commands/embed/provider/match.md +++ b/commands/embed/provider/match.md @@ -36,7 +36,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/eval-file.md b/commands/eval-file.md index dd6a2b02..0d5472ac 100644 --- a/commands/eval-file.md +++ b/commands/eval-file.md @@ -24,7 +24,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/eval.md b/commands/eval.md index bb7b880c..3ca100a1 100644 --- a/commands/eval.md +++ b/commands/eval.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/export.md b/commands/export.md index db863043..5688e87c 100644 --- a/commands/export.md +++ b/commands/export.md @@ -91,7 +91,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/find.md b/commands/find.md index fae82bbd..ede45b24 100644 --- a/commands/find.md +++ b/commands/find.md @@ -17,6 +17,22 @@ $ wp find ./ +--------------------------------------+---------------------+-------+--------+ ``` +### AVAILABLE FIELDS + +These fields will be displayed by default for each installation: + +* version_path - Path to the version.php file. +* version - WordPress version. +* depth - Directory depth at which the installation was found. +* alias - WP-CLI alias, if one is registered. + +These fields are optionally available: + +* wp_path - Path that can be passed to `--path=<path>` global parameter. +* db_host - Host name for the database. +* db_user - User name for the database. +* db_name - Database name for the database. + ### OPTIONS <path> @@ -61,7 +77,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/help.md b/commands/help.md index 3cb4e61e..df6b31e8 100644 --- a/commands/help.md +++ b/commands/help.md @@ -24,7 +24,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/i18n/make-json.md b/commands/i18n/make-json.md new file mode 100644 index 00000000..d9ac80f6 --- /dev/null +++ b/commands/i18n/make-json.md @@ -0,0 +1,49 @@ +# wp i18n make-json + +Extract JavaScript strings from PO files and add them to individual JSON files. + +For JavaScript internationalization purposes, WordPress requires translations to be split up into one Jed-formatted JSON file per JavaScript source file. + +See https://make.wordpress.org/core/2018/11/09/new-javascript-i18n-support-in-wordpress/ to learn more about WordPress JavaScript internationalization. + +### OPTIONS + +<source> +: Path to an existing PO file or a directory containing multiple PO files. + +[<destination>] +: Path to the destination directory for the resulting JSON files. Defaults to the source directory. + +[\--purge] +: Whether to purge the strings that were extracted from the original source file. Defaults to true, use `--no-purge` to skip the removal. + +[\--pretty-print] +: Pretty-print resulting JSON files. + +### EXAMPLES + + # Create JSON files for all PO files in the languages directory + $ wp i18n make-json languages + + # Create JSON files for my-plugin-de_DE.po and leave the PO file untouched. + $ wp i18n make-json my-plugin-de_DE.po /tmp --no-purge + +### GLOBAL PARAMETERS + +These [global parameters](https://make.wordpress.org/cli/handbook/config/) have the same behavior across all commands and affect how WP-CLI interacts with WordPress. + +| **Argument** | **Description** | +|:----------------|:-----------------------------| +| `--path=` | Path to the WordPress files. | +| `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | +| `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | +| `--user=` | Set the WordPress user. | +| `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | +| `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | +| `--skip-packages` | Skip loading all installed packages. | +| `--require=` | Load PHP file before running the command (may be used more than once). | +| `--[no-]color` | Whether to colorize the output. | +| `--debug[=]` | Show all PHP errors and add verbosity to WP-CLI output. Built-in groups include: bootstrap, commandfactory, and help. | +| `--prompt[=]` | Prompt the user to enter values for all command arguments, or a subset specified as comma-separated values. | +| `--quiet` | Suppress informational messages. | diff --git a/commands/i18n/make-pot.md b/commands/i18n/make-pot.md index c8961bc0..40f0f6c6 100644 --- a/commands/i18n/make-pot.md +++ b/commands/i18n/make-pot.md @@ -39,7 +39,10 @@ Scans PHP and JavaScript files for translatable strings, as well as theme styles [\--skip-js] : Skips JavaScript string extraction. Useful when this is done in another build step, e.g. through Babel. -[\--file-comment] +[\--skip-audit] +: Skips string audit where it tries to find possible mistakes in translatable strings. Useful when running in an automated environment. + +[\--file-comment=<file-comment>] : String that should be added as a comment to the top of the resulting POT file. By default, a copyright comment is added for WordPress plugins and themes in the following manner: ``` @@ -74,7 +77,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/import.md b/commands/import.md index 66fd1ce0..60285626 100644 --- a/commands/import.md +++ b/commands/import.md @@ -35,7 +35,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/language/core/activate.md b/commands/language/core/activate.md index 0ac13f32..4058bf04 100644 --- a/commands/language/core/activate.md +++ b/commands/language/core/activate.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/language/core/install.md b/commands/language/core/install.md index 7180b6b1..4f37be42 100644 --- a/commands/language/core/install.md +++ b/commands/language/core/install.md @@ -16,7 +16,12 @@ Downloads the language pack from WordPress.org. # Install the Japanese language. $ wp language core install ja - Success: Language installed. + Downloading translation from https://downloads.wordpress.org/translation/core/4.9.8/ja.zip... + Unpacking the update... + Installing the latest version... + Translation updated successfully. + Language 'ja' installed. + Success: Installed 1 of 1 languages. ### GLOBAL PARAMETERS @@ -27,7 +32,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/language/core/is-installed.md b/commands/language/core/is-installed.md index d8e5b3cb..1fecbd15 100644 --- a/commands/language/core/is-installed.md +++ b/commands/language/core/is-installed.md @@ -25,7 +25,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/language/core/list.md b/commands/language/core/list.md index 479ac014..68edcabf 100644 --- a/commands/language/core/list.md +++ b/commands/language/core/list.md @@ -34,11 +34,6 @@ These fields will be displayed by default for each translation: * update * updated -These fields are optionally available: - -* version -* package - ### EXAMPLES # List language,english_name,status fields of available languages. @@ -59,7 +54,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/language/core/uninstall.md b/commands/language/core/uninstall.md index e3cef28d..5a600c42 100644 --- a/commands/language/core/uninstall.md +++ b/commands/language/core/uninstall.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/language/core/update.md b/commands/language/core/update.md index dca2c2f8..6e256499 100644 --- a/commands/language/core/update.md +++ b/commands/language/core/update.md @@ -24,7 +24,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/language/plugin.md b/commands/language/plugin.md index 302032c9..705e4427 100644 --- a/commands/language/plugin.md +++ b/commands/language/plugin.md @@ -4,15 +4,15 @@ Installs, activates, and manages plugin language packs. ### EXAMPLES - # Install the Dutch theme language pack. + # Install the Dutch plugin language pack. $ wp language plugin install hello-dolly nl_NL Success: Language installed. - # Uninstall the Dutch theme language pack. + # Uninstall the Dutch plugin language pack. $ wp language plugin uninstall hello-dolly nl_NL Success: Language uninstalled. - # List installed theme language packages. + # List installed plugin language packages. $ wp language plugin list --status=installed +----------+--------------+-------------+-----------+-----------+---------------------+ | language | english_name | native_name | status | update | updated | diff --git a/commands/language/plugin/install.md b/commands/language/plugin/install.md index 4346acb5..b5b5a649 100644 --- a/commands/language/plugin/install.md +++ b/commands/language/plugin/install.md @@ -6,17 +6,36 @@ Downloads the language pack from WordPress.org. ### OPTIONS -<plugin> +[<plugin>] : Plugin to install language for. +[\--all] +: If set, languages for all plugins will be installed. + <language>... : Language code to install. +[\--format=<format>] +: Render output in a particular format. Used when installing languages for all plugins. +\--- +default: table +options: + - table + - csv + - json + - summary +\--- + ### EXAMPLES # Install the Japanese language for Akismet. $ wp language plugin install akismet ja - Success: Language installed. + Downloading translation from https://downloads.wordpress.org/translation/plugin/akismet/4.0.3/ja.zip... + Unpacking the update... + Installing the latest version... + Translation updated successfully. + Language 'ja' installed. + Success: Installed 1 of 1 languages. ### GLOBAL PARAMETERS @@ -27,7 +46,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/language/plugin/is-installed.md b/commands/language/plugin/is-installed.md index 5fd44fb9..d3a00aa2 100644 --- a/commands/language/plugin/is-installed.md +++ b/commands/language/plugin/is-installed.md @@ -28,7 +28,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/language/plugin/list.md b/commands/language/plugin/list.md index 05f00853..b08a4ffb 100644 --- a/commands/language/plugin/list.md +++ b/commands/language/plugin/list.md @@ -41,11 +41,6 @@ These fields will be displayed by default for each translation: * update * updated -These fields are optionally available: - -* version -* package - ### EXAMPLES # List language,english_name,status fields of available languages. @@ -66,7 +61,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/language/plugin/uninstall.md b/commands/language/plugin/uninstall.md index 1a17674c..4a02b655 100644 --- a/commands/language/plugin/uninstall.md +++ b/commands/language/plugin/uninstall.md @@ -24,7 +24,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/language/plugin/update.md b/commands/language/plugin/update.md index bb071ec6..cbb03130 100644 --- a/commands/language/plugin/update.md +++ b/commands/language/plugin/update.md @@ -30,7 +30,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/language/theme/install.md b/commands/language/theme/install.md index 36a3c82e..31d97f78 100644 --- a/commands/language/theme/install.md +++ b/commands/language/theme/install.md @@ -6,17 +6,36 @@ Downloads the language pack from WordPress.org. ### OPTIONS -<theme> +[<theme>] : Theme to install language for. +[\--all] +: If set, languages for all themes will be installed. + <language>... : Language code to install. +[\--format=<format>] +: Render output in a particular format. Used when installing languages for all themes. +\--- +default: table +options: + - table + - csv + - json + - summary +\--- + ### EXAMPLES # Install the Japanese language for Twenty Seventeen. $ wp language theme install twentyseventeen ja - Success: Language installed. + Downloading translation from https://downloads.wordpress.org/translation/theme/twentyseventeen/1.3/ja.zip... + Unpacking the update... + Installing the latest version... + Translation updated successfully. + Language 'ja' installed. + Success: Installed 1 of 1 languages. ### GLOBAL PARAMETERS @@ -27,7 +46,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/language/theme/is-installed.md b/commands/language/theme/is-installed.md index 2481e269..7d4ba522 100644 --- a/commands/language/theme/is-installed.md +++ b/commands/language/theme/is-installed.md @@ -28,7 +28,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/language/theme/list.md b/commands/language/theme/list.md index 713196bb..af929abb 100644 --- a/commands/language/theme/list.md +++ b/commands/language/theme/list.md @@ -41,11 +41,6 @@ These fields will be displayed by default for each translation: * update * updated -These fields are optionally available: - -* version -* package - ### EXAMPLES # List language,english_name,status fields of available languages. @@ -66,7 +61,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/language/theme/uninstall.md b/commands/language/theme/uninstall.md index 23b531ad..b730f114 100644 --- a/commands/language/theme/uninstall.md +++ b/commands/language/theme/uninstall.md @@ -24,7 +24,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/language/theme/update.md b/commands/language/theme/update.md index 8857f4d7..0b214410 100644 --- a/commands/language/theme/update.md +++ b/commands/language/theme/update.md @@ -4,8 +4,8 @@ Updates installed languages for one or more themes. ### OPTIONS -[<plugin>...] -: One or more plugins to update languages for. +[<theme>...] +: One or more themes to update languages for. [\--all] : If set, languages for all themes will be updated. @@ -30,7 +30,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/media/image-size.md b/commands/media/image-size.md index db1a7771..912ba3f8 100644 --- a/commands/media/image-size.md +++ b/commands/media/image-size.md @@ -52,7 +52,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/media/import.md b/commands/media/import.md index e0c656c4..451ae67b 100644 --- a/commands/media/import.md +++ b/commands/media/import.md @@ -75,7 +75,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/media/regenerate.md b/commands/media/regenerate.md index 0db5383c..ccc8ad64 100644 --- a/commands/media/regenerate.md +++ b/commands/media/regenerate.md @@ -64,7 +64,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/menu/create.md b/commands/menu/create.md index 29b3b519..ee340690 100644 --- a/commands/menu/create.md +++ b/commands/menu/create.md @@ -24,7 +24,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/menu/delete.md b/commands/menu/delete.md index e93fe8ea..2594c4e6 100644 --- a/commands/menu/delete.md +++ b/commands/menu/delete.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/menu/item/add-custom.md b/commands/menu/item/add-custom.md index c1357c13..8d477235 100644 --- a/commands/menu/item/add-custom.md +++ b/commands/menu/item/add-custom.md @@ -48,7 +48,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/menu/item/add-post.md b/commands/menu/item/add-post.md index dedf299d..906f9a2b 100644 --- a/commands/menu/item/add-post.md +++ b/commands/menu/item/add-post.md @@ -51,7 +51,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/menu/item/add-term.md b/commands/menu/item/add-term.md index bf3bf165..3a48d080 100644 --- a/commands/menu/item/add-term.md +++ b/commands/menu/item/add-term.md @@ -54,7 +54,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/menu/item/delete.md b/commands/menu/item/delete.md index 44275052..7a5806c1 100644 --- a/commands/menu/item/delete.md +++ b/commands/menu/item/delete.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/menu/item/list.md b/commands/menu/item/list.md index c16ced40..d52354ca 100644 --- a/commands/menu/item/list.md +++ b/commands/menu/item/list.md @@ -65,7 +65,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/menu/item/update.md b/commands/menu/item/update.md index c6e12c5c..1c6d01f0 100644 --- a/commands/menu/item/update.md +++ b/commands/menu/item/update.md @@ -45,7 +45,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/menu/list.md b/commands/menu/list.md index 8602eab2..3a5a955d 100644 --- a/commands/menu/list.md +++ b/commands/menu/list.md @@ -57,7 +57,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/menu/location/assign.md b/commands/menu/location/assign.md index 289fee92..27baa004 100644 --- a/commands/menu/location/assign.md +++ b/commands/menu/location/assign.md @@ -24,7 +24,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/menu/location/list.md b/commands/menu/location/list.md index 1a83bd7b..6562d66b 100644 --- a/commands/menu/location/list.md +++ b/commands/menu/location/list.md @@ -43,7 +43,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/menu/location/remove.md b/commands/menu/location/remove.md index f5638cde..d4448ff4 100644 --- a/commands/menu/location/remove.md +++ b/commands/menu/location/remove.md @@ -24,7 +24,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/network/meta/add.md b/commands/network/meta/add.md index 304e2ed0..e2a26d80 100644 --- a/commands/network/meta/add.md +++ b/commands/network/meta/add.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/network/meta/delete.md b/commands/network/meta/delete.md index d04caa41..c565be89 100644 --- a/commands/network/meta/delete.md +++ b/commands/network/meta/delete.md @@ -25,7 +25,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/network/meta/get.md b/commands/network/meta/get.md index 9042f911..bbc63aa6 100644 --- a/commands/network/meta/get.md +++ b/commands/network/meta/get.md @@ -29,7 +29,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/network/meta/list.md b/commands/network/meta/list.md index ab32adc3..a50d5661 100644 --- a/commands/network/meta/list.md +++ b/commands/network/meta/list.md @@ -53,7 +53,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/network/meta/patch.md b/commands/network/meta/patch.md index ee2dbe73..dbf1f99b 100644 --- a/commands/network/meta/patch.md +++ b/commands/network/meta/patch.md @@ -43,7 +43,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/network/meta/pluck.md b/commands/network/meta/pluck.md index e43583a7..ea049933 100644 --- a/commands/network/meta/pluck.md +++ b/commands/network/meta/pluck.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/network/meta/update.md b/commands/network/meta/update.md index 0b63dfa3..aa020171 100644 --- a/commands/network/meta/update.md +++ b/commands/network/meta/update.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/option/add.md b/commands/option/add.md index 11402066..f0e8c7fc 100644 --- a/commands/option/add.md +++ b/commands/option/add.md @@ -44,7 +44,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/option/delete.md b/commands/option/delete.md index 9bef402a..fc017a12 100644 --- a/commands/option/delete.md +++ b/commands/option/delete.md @@ -22,7 +22,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/option/get.md b/commands/option/get.md index 7ac63aee..fae1b0c5 100644 --- a/commands/option/get.md +++ b/commands/option/get.md @@ -48,7 +48,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/option/list.md b/commands/option/list.md index e83108a2..07508c71 100644 --- a/commands/option/list.md +++ b/commands/option/list.md @@ -107,7 +107,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/option/patch.md b/commands/option/patch.md index 029821b6..4a5f0621 100644 --- a/commands/option/patch.md +++ b/commands/option/patch.md @@ -40,7 +40,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/option/pluck.md b/commands/option/pluck.md index fe0f6744..9580bc13 100644 --- a/commands/option/pluck.md +++ b/commands/option/pluck.md @@ -29,7 +29,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/option/update.md b/commands/option/update.md index 439c8dd6..d9159237 100644 --- a/commands/option/update.md +++ b/commands/option/update.md @@ -67,7 +67,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/package/browse.md b/commands/package/browse.md index a0e16b47..5d795b24 100644 --- a/commands/package/browse.md +++ b/commands/package/browse.md @@ -61,7 +61,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/package/install.md b/commands/package/install.md index 35cdd70e..6735c3c2 100644 --- a/commands/package/install.md +++ b/commands/package/install.md @@ -58,7 +58,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/package/list.md b/commands/package/list.md index c5255d48..bc3380d7 100644 --- a/commands/package/list.md +++ b/commands/package/list.md @@ -51,7 +51,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/package/path.md b/commands/package/path.md index f0a4ba57..1de80a7e 100644 --- a/commands/package/path.md +++ b/commands/package/path.md @@ -28,7 +28,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/package/uninstall.md b/commands/package/uninstall.md index dfb0e330..a5dda719 100644 --- a/commands/package/uninstall.md +++ b/commands/package/uninstall.md @@ -24,7 +24,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/package/update.md b/commands/package/update.md index cfdfdfd0..cd469f5f 100644 --- a/commands/package/update.md +++ b/commands/package/update.md @@ -27,7 +27,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/plugin/activate.md b/commands/plugin/activate.md index e5632104..a146897f 100644 --- a/commands/plugin/activate.md +++ b/commands/plugin/activate.md @@ -34,7 +34,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/plugin/deactivate.md b/commands/plugin/deactivate.md index 98bce056..2813ac62 100644 --- a/commands/plugin/deactivate.md +++ b/commands/plugin/deactivate.md @@ -32,7 +32,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/plugin/delete.md b/commands/plugin/delete.md index 5f94e378..5b01d00d 100644 --- a/commands/plugin/delete.md +++ b/commands/plugin/delete.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/plugin/get.md b/commands/plugin/get.md index 084a90a1..4e773f92 100644 --- a/commands/plugin/get.md +++ b/commands/plugin/get.md @@ -38,7 +38,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/plugin/install.md b/commands/plugin/install.md index 122eb627..2a169fba 100644 --- a/commands/plugin/install.md +++ b/commands/plugin/install.md @@ -85,7 +85,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/plugin/is-active.md b/commands/plugin/is-active.md index 8819f657..148cac18 100644 --- a/commands/plugin/is-active.md +++ b/commands/plugin/is-active.md @@ -25,7 +25,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/plugin/is-installed.md b/commands/plugin/is-installed.md index d90f30c0..35d7f58a 100644 --- a/commands/plugin/is-installed.md +++ b/commands/plugin/is-installed.md @@ -25,7 +25,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/plugin/list.md b/commands/plugin/list.md index 7b77c757..dbf011cd 100644 --- a/commands/plugin/list.md +++ b/commands/plugin/list.md @@ -76,7 +76,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/plugin/path.md b/commands/plugin/path.md index a760a26f..80ad8f7b 100644 --- a/commands/plugin/path.md +++ b/commands/plugin/path.md @@ -24,7 +24,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/plugin/search.md b/commands/plugin/search.md index 693e8c99..0c6e0c2e 100644 --- a/commands/plugin/search.md +++ b/commands/plugin/search.md @@ -92,7 +92,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/plugin/status.md b/commands/plugin/status.md index ad3641cd..799a0984 100644 --- a/commands/plugin/status.md +++ b/commands/plugin/status.md @@ -37,7 +37,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/plugin/toggle.md b/commands/plugin/toggle.md index a9da7b5d..5b1ebf98 100644 --- a/commands/plugin/toggle.md +++ b/commands/plugin/toggle.md @@ -33,7 +33,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/plugin/uninstall.md b/commands/plugin/uninstall.md index a23e8181..63aa2de5 100644 --- a/commands/plugin/uninstall.md +++ b/commands/plugin/uninstall.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/plugin/update.md b/commands/plugin/update.md index c9524c44..fd80d76c 100644 --- a/commands/plugin/update.md +++ b/commands/plugin/update.md @@ -91,7 +91,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/plugin/verify-checksums.md b/commands/plugin/verify-checksums.md index b921dbaa..45eb38af 100644 --- a/commands/plugin/verify-checksums.md +++ b/commands/plugin/verify-checksums.md @@ -44,7 +44,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post-type/get.md b/commands/post-type/get.md index 13f5ef32..112bfba8 100644 --- a/commands/post-type/get.md +++ b/commands/post-type/get.md @@ -39,7 +39,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post-type/list.md b/commands/post-type/list.md index 7d94ae3f..499f982b 100644 --- a/commands/post-type/list.md +++ b/commands/post-type/list.md @@ -69,7 +69,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post/create.md b/commands/post/create.md index a7e90be6..210941f6 100644 --- a/commands/post/create.md +++ b/commands/post/create.md @@ -113,7 +113,7 @@ Creates a new post. Success: Created post 1922. # Create a post with multiple meta values. - $ wp post create --post_title='A post' --post_content='Just a small post.' --meta_input='{"key1":"value1","key2":"value2"} + $ wp post create --post_title='A post' --post_content='Just a small post.' --meta_input='{"key1":"value1","key2":"value2"}' Success: Created post 1923. # Create a duplicate post from existing posts. @@ -129,7 +129,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post/delete.md b/commands/post/delete.md index 79b40a35..1cbf9298 100644 --- a/commands/post/delete.md +++ b/commands/post/delete.md @@ -38,7 +38,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post/edit.md b/commands/post/edit.md index 743a24ae..a06c680b 100644 --- a/commands/post/edit.md +++ b/commands/post/edit.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post/exists.md b/commands/post/exists.md new file mode 100644 index 00000000..d777481e --- /dev/null +++ b/commands/post/exists.md @@ -0,0 +1,43 @@ +# wp post exists + +Verifies whether a post exists. + +Displays a success message if the post does exist. + +### OPTIONS + +<id> +: The ID of the post to check. + +### EXAMPLES + + # The post exists. + $ wp post exists 1 + Success: Post with ID 1337 exists. + $ echo $? + 0 + + # The post does not exist. + $ wp post exists 10000 + $ echo $? + 1 + +### GLOBAL PARAMETERS + +These [global parameters](https://make.wordpress.org/cli/handbook/config/) have the same behavior across all commands and affect how WP-CLI interacts with WordPress. + +| **Argument** | **Description** | +|:----------------|:-----------------------------| +| `--path=` | Path to the WordPress files. | +| `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | +| `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | +| `--user=` | Set the WordPress user. | +| `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | +| `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | +| `--skip-packages` | Skip loading all installed packages. | +| `--require=` | Load PHP file before running the command (may be used more than once). | +| `--[no-]color` | Whether to colorize the output. | +| `--debug[=]` | Show all PHP errors and add verbosity to WP-CLI output. Built-in groups include: bootstrap, commandfactory, and help. | +| `--prompt[=]` | Prompt the user to enter values for all command arguments, or a subset specified as comma-separated values. | +| `--quiet` | Suppress informational messages. | diff --git a/commands/post/generate.md b/commands/post/generate.md index e0c7d92c..0b89c70e 100644 --- a/commands/post/generate.md +++ b/commands/post/generate.md @@ -88,7 +88,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post/get.md b/commands/post/get.md index ccf8e36c..99fae4bb 100644 --- a/commands/post/get.md +++ b/commands/post/get.md @@ -38,7 +38,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post/list.md b/commands/post/list.md index c7ae58f6..98754f05 100644 --- a/commands/post/list.md +++ b/commands/post/list.md @@ -2,6 +2,9 @@ Gets a list of posts. +Display posts based on all arguments supported by +[WP_Query()](https://developer.wordpress.org/reference/classes/wp_query/). + ### OPTIONS [\--<field>=<value>] @@ -102,7 +105,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post/meta/add.md b/commands/post/meta/add.md index 7ffd1a13..675e911c 100644 --- a/commands/post/meta/add.md +++ b/commands/post/meta/add.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post/meta/delete.md b/commands/post/meta/delete.md index a5c33aa0..c7b6bf5f 100644 --- a/commands/post/meta/delete.md +++ b/commands/post/meta/delete.md @@ -25,7 +25,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post/meta/get.md b/commands/post/meta/get.md index 6ff6c32c..f9611133 100644 --- a/commands/post/meta/get.md +++ b/commands/post/meta/get.md @@ -29,7 +29,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post/meta/list.md b/commands/post/meta/list.md index db715b74..9af6f8e0 100644 --- a/commands/post/meta/list.md +++ b/commands/post/meta/list.md @@ -53,7 +53,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post/meta/patch.md b/commands/post/meta/patch.md index d78bfed6..cc652562 100644 --- a/commands/post/meta/patch.md +++ b/commands/post/meta/patch.md @@ -43,7 +43,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post/meta/pluck.md b/commands/post/meta/pluck.md index bbb9b330..4a75d021 100644 --- a/commands/post/meta/pluck.md +++ b/commands/post/meta/pluck.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post/meta/update.md b/commands/post/meta/update.md index 1d2d890f..68a27837 100644 --- a/commands/post/meta/update.md +++ b/commands/post/meta/update.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post/term/add.md b/commands/post/term/add.md index cd35d769..7f9f49be 100644 --- a/commands/post/term/add.md +++ b/commands/post/term/add.md @@ -30,7 +30,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post/term/list.md b/commands/post/term/list.md index b83bac1e..067d162c 100644 --- a/commands/post/term/list.md +++ b/commands/post/term/list.md @@ -53,7 +53,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post/term/remove.md b/commands/post/term/remove.md index baeba674..8dbdf0be 100644 --- a/commands/post/term/remove.md +++ b/commands/post/term/remove.md @@ -33,7 +33,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post/term/set.md b/commands/post/term/set.md index af10039a..a5673ec0 100644 --- a/commands/post/term/set.md +++ b/commands/post/term/set.md @@ -30,7 +30,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/post/update.md b/commands/post/update.md index 11000443..c5a4ae23 100644 --- a/commands/post/update.md +++ b/commands/post/update.md @@ -113,7 +113,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/profile/eval-file.md b/commands/profile/eval-file.md index 1b30ce2d..a9e18d72 100644 --- a/commands/profile/eval-file.md +++ b/commands/profile/eval-file.md @@ -47,7 +47,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/profile/eval.md b/commands/profile/eval.md index 8b2af0db..08e097bc 100644 --- a/commands/profile/eval.md +++ b/commands/profile/eval.md @@ -47,7 +47,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/profile/hook.md b/commands/profile/hook.md index d9995a17..d0898edf 100644 --- a/commands/profile/hook.md +++ b/commands/profile/hook.md @@ -53,7 +53,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/profile/stage.md b/commands/profile/stage.md index c891b0a4..640b2bfb 100644 --- a/commands/profile/stage.md +++ b/commands/profile/stage.md @@ -87,7 +87,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/rewrite/flush.md b/commands/rewrite/flush.md index 814a0014..b2a046ca 100644 --- a/commands/rewrite/flush.md +++ b/commands/rewrite/flush.md @@ -30,7 +30,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/rewrite/list.md b/commands/rewrite/list.md index e1d3a825..1910b53f 100644 --- a/commands/rewrite/list.md +++ b/commands/rewrite/list.md @@ -44,7 +44,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/rewrite/structure.md b/commands/rewrite/structure.md index 5664635a..6c1142f6 100644 --- a/commands/rewrite/structure.md +++ b/commands/rewrite/structure.md @@ -39,7 +39,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/role/create.md b/commands/role/create.md index 174b3c29..463ef04a 100644 --- a/commands/role/create.md +++ b/commands/role/create.md @@ -32,7 +32,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/role/delete.md b/commands/role/delete.md index ae603b3c..25705008 100644 --- a/commands/role/delete.md +++ b/commands/role/delete.md @@ -26,7 +26,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/role/exists.md b/commands/role/exists.md index 809f4220..16ce2197 100644 --- a/commands/role/exists.md +++ b/commands/role/exists.md @@ -24,7 +24,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/role/list.md b/commands/role/list.md index 8a00472b..aa887e28 100644 --- a/commands/role/list.md +++ b/commands/role/list.md @@ -51,7 +51,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/role/reset.md b/commands/role/reset.md index 6a1ee71f..eacbf1c6 100644 --- a/commands/role/reset.md +++ b/commands/role/reset.md @@ -29,7 +29,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/scaffold/_s.md b/commands/scaffold/_s.md index d35941ff..3aebfbc9 100644 --- a/commands/scaffold/_s.md +++ b/commands/scaffold/_s.md @@ -48,7 +48,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/scaffold/block.md b/commands/scaffold/block.md index 9c24cff9..d963ca06 100644 --- a/commands/scaffold/block.md +++ b/commands/scaffold/block.md @@ -67,7 +67,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/scaffold/child-theme.md b/commands/scaffold/child-theme.md index 89d522ab..34954051 100644 --- a/commands/scaffold/child-theme.md +++ b/commands/scaffold/child-theme.md @@ -48,7 +48,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/scaffold/plugin-tests.md b/commands/scaffold/plugin-tests.md index f3a845bc..bccd751e 100644 --- a/commands/scaffold/plugin-tests.md +++ b/commands/scaffold/plugin-tests.md @@ -54,7 +54,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/scaffold/plugin.md b/commands/scaffold/plugin.md index 28d14636..3b727720 100644 --- a/commands/scaffold/plugin.md +++ b/commands/scaffold/plugin.md @@ -81,7 +81,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/scaffold/post-type.md b/commands/scaffold/post-type.md index 53ef165f..1ea3ea99 100644 --- a/commands/scaffold/post-type.md +++ b/commands/scaffold/post-type.md @@ -43,7 +43,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/scaffold/taxonomy.md b/commands/scaffold/taxonomy.md index cda74061..16e683f9 100644 --- a/commands/scaffold/taxonomy.md +++ b/commands/scaffold/taxonomy.md @@ -42,7 +42,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/scaffold/theme-tests.md b/commands/scaffold/theme-tests.md index a398bbb3..d88e72f6 100644 --- a/commands/scaffold/theme-tests.md +++ b/commands/scaffold/theme-tests.md @@ -54,7 +54,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/search-replace.md b/commands/search-replace.md index e06296b6..6c2c04d1 100644 --- a/commands/search-replace.md +++ b/commands/search-replace.md @@ -125,7 +125,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/server.md b/commands/server.md index 4596a2e0..9fa47834 100644 --- a/commands/server.md +++ b/commands/server.md @@ -59,7 +59,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/shell.md b/commands/shell.md index 6b0562af..78d2123c 100644 --- a/commands/shell.md +++ b/commands/shell.md @@ -25,7 +25,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/sidebar/list.md b/commands/sidebar/list.md index 99898486..22c6d91c 100644 --- a/commands/sidebar/list.md +++ b/commands/sidebar/list.md @@ -52,7 +52,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/activate.md b/commands/site/activate.md index b2c745fb..ec95e2b9 100644 --- a/commands/site/activate.md +++ b/commands/site/activate.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/archive.md b/commands/site/archive.md index 5b9d427d..26513818 100644 --- a/commands/site/archive.md +++ b/commands/site/archive.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/create.md b/commands/site/create.md index 5b00b8b0..608af314 100644 --- a/commands/site/create.md +++ b/commands/site/create.md @@ -36,7 +36,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/deactivate.md b/commands/site/deactivate.md index a072bd92..801b24ad 100644 --- a/commands/site/deactivate.md +++ b/commands/site/deactivate.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/delete.md b/commands/site/delete.md index 4bfb7858..2605243e 100644 --- a/commands/site/delete.md +++ b/commands/site/delete.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/empty.md b/commands/site/empty.md index 5cb3369a..125115c8 100644 --- a/commands/site/empty.md +++ b/commands/site/empty.md @@ -41,7 +41,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/list.md b/commands/site/list.md index ff7f1b9e..c67aac52 100644 --- a/commands/site/list.md +++ b/commands/site/list.md @@ -70,7 +70,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/mature.md b/commands/site/mature.md index d316019f..bf1b864f 100644 --- a/commands/site/mature.md +++ b/commands/site/mature.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/meta/add.md b/commands/site/meta/add.md index dc955267..84f96b15 100644 --- a/commands/site/meta/add.md +++ b/commands/site/meta/add.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/meta/delete.md b/commands/site/meta/delete.md index 99a4ae30..9e546c00 100644 --- a/commands/site/meta/delete.md +++ b/commands/site/meta/delete.md @@ -25,7 +25,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/meta/get.md b/commands/site/meta/get.md index 4ce56e8c..eeb735ec 100644 --- a/commands/site/meta/get.md +++ b/commands/site/meta/get.md @@ -29,7 +29,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/meta/list.md b/commands/site/meta/list.md index 97671b1b..6216e6c6 100644 --- a/commands/site/meta/list.md +++ b/commands/site/meta/list.md @@ -53,7 +53,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/meta/patch.md b/commands/site/meta/patch.md index 6765b4b7..6074c48a 100644 --- a/commands/site/meta/patch.md +++ b/commands/site/meta/patch.md @@ -43,7 +43,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/meta/pluck.md b/commands/site/meta/pluck.md index bae49f5d..89d61962 100644 --- a/commands/site/meta/pluck.md +++ b/commands/site/meta/pluck.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/meta/update.md b/commands/site/meta/update.md index 34e0372c..6ba781c6 100644 --- a/commands/site/meta/update.md +++ b/commands/site/meta/update.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/option/add.md b/commands/site/option/add.md index 3a0956c4..513af9a2 100644 --- a/commands/site/option/add.md +++ b/commands/site/option/add.md @@ -34,7 +34,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/option/delete.md b/commands/site/option/delete.md index 50f6e3df..f57e047a 100644 --- a/commands/site/option/delete.md +++ b/commands/site/option/delete.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/option/get.md b/commands/site/option/get.md index 94d47870..3909de1a 100644 --- a/commands/site/option/get.md +++ b/commands/site/option/get.md @@ -32,7 +32,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/option/list.md b/commands/site/option/list.md index 22cda129..6969e477 100644 --- a/commands/site/option/list.md +++ b/commands/site/option/list.md @@ -61,7 +61,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/option/patch.md b/commands/site/option/patch.md index 564b84e9..92f184d0 100644 --- a/commands/site/option/patch.md +++ b/commands/site/option/patch.md @@ -40,7 +40,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/option/pluck.md b/commands/site/option/pluck.md index 47852aac..0915363e 100644 --- a/commands/site/option/pluck.md +++ b/commands/site/option/pluck.md @@ -28,7 +28,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/option/update.md b/commands/site/option/update.md index 25031b90..13cfdd9f 100644 --- a/commands/site/option/update.md +++ b/commands/site/option/update.md @@ -34,7 +34,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/private.md b/commands/site/private.md index 8ea9425d..cfc498b3 100644 --- a/commands/site/private.md +++ b/commands/site/private.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/public.md b/commands/site/public.md index e71bb5b8..b4c41bbb 100644 --- a/commands/site/public.md +++ b/commands/site/public.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/spam.md b/commands/site/spam.md index c402171c..eeb321ff 100644 --- a/commands/site/spam.md +++ b/commands/site/spam.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/switch-language.md b/commands/site/switch-language.md index 1ad061d4..8ae2dcb9 100644 --- a/commands/site/switch-language.md +++ b/commands/site/switch-language.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/unarchive.md b/commands/site/unarchive.md index 7189f2d9..61d058bd 100644 --- a/commands/site/unarchive.md +++ b/commands/site/unarchive.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/unmature.md b/commands/site/unmature.md index 29208300..cd345f50 100644 --- a/commands/site/unmature.md +++ b/commands/site/unmature.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/site/unspam.md b/commands/site/unspam.md index d2e53d81..44719504 100644 --- a/commands/site/unspam.md +++ b/commands/site/unspam.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/super-admin/add.md b/commands/super-admin/add.md index 6df42722..83e66e4c 100644 --- a/commands/super-admin/add.md +++ b/commands/super-admin/add.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/super-admin/list.md b/commands/super-admin/list.md index 84bd07d0..b97b496a 100644 --- a/commands/super-admin/list.md +++ b/commands/super-admin/list.md @@ -33,7 +33,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/super-admin/remove.md b/commands/super-admin/remove.md index 52c078c9..beb44044 100644 --- a/commands/super-admin/remove.md +++ b/commands/super-admin/remove.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/taxonomy/get.md b/commands/taxonomy/get.md index 7f701207..6692b072 100644 --- a/commands/taxonomy/get.md +++ b/commands/taxonomy/get.md @@ -49,7 +49,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/taxonomy/list.md b/commands/taxonomy/list.md index 50248794..a318c7d7 100644 --- a/commands/taxonomy/list.md +++ b/commands/taxonomy/list.md @@ -67,7 +67,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/term/create.md b/commands/term/create.md index 89136e40..f630fab7 100644 --- a/commands/term/create.md +++ b/commands/term/create.md @@ -37,7 +37,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/term/delete.md b/commands/term/delete.md index 3e47f967..0997d7d1 100644 --- a/commands/term/delete.md +++ b/commands/term/delete.md @@ -49,7 +49,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/term/generate.md b/commands/term/generate.md index 2a00fa30..500250ed 100644 --- a/commands/term/generate.md +++ b/commands/term/generate.md @@ -51,7 +51,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/term/get.md b/commands/term/get.md index 3c5edf41..dc5f4b71 100644 --- a/commands/term/get.md +++ b/commands/term/get.md @@ -55,7 +55,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/term/list.md b/commands/term/list.md index 3277871c..86885d64 100644 --- a/commands/term/list.md +++ b/commands/term/list.md @@ -75,7 +75,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/term/meta/add.md b/commands/term/meta/add.md index 67cbcba4..8422de68 100644 --- a/commands/term/meta/add.md +++ b/commands/term/meta/add.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/term/meta/delete.md b/commands/term/meta/delete.md index 889091e0..c1a9b919 100644 --- a/commands/term/meta/delete.md +++ b/commands/term/meta/delete.md @@ -25,7 +25,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/term/meta/get.md b/commands/term/meta/get.md index 346ddf16..12519fdc 100644 --- a/commands/term/meta/get.md +++ b/commands/term/meta/get.md @@ -29,7 +29,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/term/meta/list.md b/commands/term/meta/list.md index 9ffd6276..30acf0de 100644 --- a/commands/term/meta/list.md +++ b/commands/term/meta/list.md @@ -53,7 +53,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/term/meta/patch.md b/commands/term/meta/patch.md index 8c910a70..10bf5fb6 100644 --- a/commands/term/meta/patch.md +++ b/commands/term/meta/patch.md @@ -43,7 +43,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/term/meta/pluck.md b/commands/term/meta/pluck.md index c862333d..01536207 100644 --- a/commands/term/meta/pluck.md +++ b/commands/term/meta/pluck.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/term/meta/update.md b/commands/term/meta/update.md index 3b4eb598..7ac95a5e 100644 --- a/commands/term/meta/update.md +++ b/commands/term/meta/update.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/term/recount.md b/commands/term/recount.md index 40e44b16..a6311f68 100644 --- a/commands/term/recount.md +++ b/commands/term/recount.md @@ -35,7 +35,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/term/update.md b/commands/term/update.md index da8916d9..ac5ac1ae 100644 --- a/commands/term/update.md +++ b/commands/term/update.md @@ -50,7 +50,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/theme/activate.md b/commands/theme/activate.md index c9ba6ab0..d8caad68 100644 --- a/commands/theme/activate.md +++ b/commands/theme/activate.md @@ -21,7 +21,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/theme/delete.md b/commands/theme/delete.md index a9966fea..219840d4 100644 --- a/commands/theme/delete.md +++ b/commands/theme/delete.md @@ -24,7 +24,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/theme/disable.md b/commands/theme/disable.md index e144fe47..74075cf2 100644 --- a/commands/theme/disable.md +++ b/commands/theme/disable.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/theme/enable.md b/commands/theme/enable.md index 3774e174..3351c794 100644 --- a/commands/theme/enable.md +++ b/commands/theme/enable.md @@ -39,7 +39,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/theme/get.md b/commands/theme/get.md index 5422d4a6..bb64c474 100644 --- a/commands/theme/get.md +++ b/commands/theme/get.md @@ -44,7 +44,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/theme/install.md b/commands/theme/install.md index 0821f420..9f3cacdb 100644 --- a/commands/theme/install.md +++ b/commands/theme/install.md @@ -43,7 +43,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/theme/is-active.md b/commands/theme/is-active.md index 0e32b5fc..f05a189d 100644 --- a/commands/theme/is-active.md +++ b/commands/theme/is-active.md @@ -25,7 +25,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/theme/is-installed.md b/commands/theme/is-installed.md index eae9e8fe..bdd9ecbd 100644 --- a/commands/theme/is-installed.md +++ b/commands/theme/is-installed.md @@ -25,7 +25,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/theme/list.md b/commands/theme/list.md index da763763..24cb0070 100644 --- a/commands/theme/list.md +++ b/commands/theme/list.md @@ -59,7 +59,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/theme/mod/get.md b/commands/theme/mod/get.md index eb4306c8..3a5b643f 100644 --- a/commands/theme/mod/get.md +++ b/commands/theme/mod/get.md @@ -62,7 +62,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/theme/mod/list.md b/commands/theme/mod/list.md index 0ef539ee..82ae8e17 100644 --- a/commands/theme/mod/list.md +++ b/commands/theme/mod/list.md @@ -39,7 +39,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/theme/mod/remove.md b/commands/theme/mod/remove.md index 38325d58..195bb8e4 100644 --- a/commands/theme/mod/remove.md +++ b/commands/theme/mod/remove.md @@ -33,7 +33,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/theme/mod/set.md b/commands/theme/mod/set.md index 251f703e..f0aee223 100644 --- a/commands/theme/mod/set.md +++ b/commands/theme/mod/set.md @@ -25,7 +25,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/theme/path.md b/commands/theme/path.md index e25f7cfa..9bcde00a 100644 --- a/commands/theme/path.md +++ b/commands/theme/path.md @@ -28,7 +28,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/theme/search.md b/commands/theme/search.md index 9738b51f..d70e6690 100644 --- a/commands/theme/search.md +++ b/commands/theme/search.md @@ -66,7 +66,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/theme/status.md b/commands/theme/status.md index 49a944fd..f421c4a6 100644 --- a/commands/theme/status.md +++ b/commands/theme/status.md @@ -25,7 +25,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/theme/update.md b/commands/theme/update.md index e9314d98..e19c8664 100644 --- a/commands/theme/update.md +++ b/commands/theme/update.md @@ -84,7 +84,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/transient/delete.md b/commands/transient/delete.md index f2233b0c..e02f0461 100644 --- a/commands/transient/delete.md +++ b/commands/transient/delete.md @@ -28,10 +28,21 @@ For a more complete explanation of the transient cache, including the network|si $ wp transient delete --expired Success: 12 expired transients deleted from the database. + # Delete expired site transients. + $ wp transient delete --expired --network + Success: 1 expired transient deleted from the database. + # Delete all transients. $ wp transient delete --all Success: 14 transients deleted from the database. + # Delete all site transients. + $ wp transient delete --all --network + Success: 2 transients deleted from the database. + + # Delete all transients in a multsite. + $ wp transient delete --all --network && wp site list --field=url | xargs -n1 -I % wp --url=% transient delete --all + ### GLOBAL PARAMETERS These [global parameters](https://make.wordpress.org/cli/handbook/config/) have the same behavior across all commands and affect how WP-CLI interacts with WordPress. @@ -41,7 +52,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/transient/get.md b/commands/transient/get.md index 405d7400..62c488e0 100644 --- a/commands/transient/get.md +++ b/commands/transient/get.md @@ -40,7 +40,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/transient/list.md b/commands/transient/list.md new file mode 100644 index 00000000..02c015ec --- /dev/null +++ b/commands/transient/list.md @@ -0,0 +1,76 @@ +# wp transient list + +Lists transients and their values. + +### OPTIONS + +[\--search=<pattern>] +: Use wildcards ( * and ? ) to match transient name. + +[\--exclude=<pattern>] +: Pattern to exclude. Use wildcards ( * and ? ) to match transient name. + +[\--network] +: Get the values of network|site transients. On single site, this is a specially-named cache key. On multisite, this is a global cache (instead of local to the site). + +[\--unserialize] +: Unserialize transient values in output. + +[\--human-readable] +: Human-readable output for expirations. + +[\--fields=<fields>] +: Limit the output to specific object fields. + +[\--format=<format>] +: The serialization format for the value. +\--- +default: table +options: + - table + - json + - csv + - count + - yaml +\--- + +### AVAILABLE FIELDS + +This field will be displayed by default for each matching option: + +* name +* value +* expiration + +### EXAMPLES + + # List all transients + $ wp transient list + +------+-------+---------------+ + | name | value | expiration | + +------+-------+---------------+ + | foo | bar | 39 mins | + | foo2 | bar2 | no expiration | + | foo3 | bar2 | expired | + | foo4 | bar4 | 4 hours | + +------+-------+---------------+ + +### GLOBAL PARAMETERS + +These [global parameters](https://make.wordpress.org/cli/handbook/config/) have the same behavior across all commands and affect how WP-CLI interacts with WordPress. + +| **Argument** | **Description** | +|:----------------|:-----------------------------| +| `--path=` | Path to the WordPress files. | +| `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | +| `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | +| `--user=` | Set the WordPress user. | +| `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | +| `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | +| `--skip-packages` | Skip loading all installed packages. | +| `--require=` | Load PHP file before running the command (may be used more than once). | +| `--[no-]color` | Whether to colorize the output. | +| `--debug[=]` | Show all PHP errors and add verbosity to WP-CLI output. Built-in groups include: bootstrap, commandfactory, and help. | +| `--prompt[=]` | Prompt the user to enter values for all command arguments, or a subset specified as comma-separated values. | +| `--quiet` | Suppress informational messages. | diff --git a/commands/transient/set.md b/commands/transient/set.md index 1bfebaf2..bb9786c4 100644 --- a/commands/transient/set.md +++ b/commands/transient/set.md @@ -34,7 +34,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/transient/type.md b/commands/transient/type.md index 43723149..d0a4b198 100644 --- a/commands/transient/type.md +++ b/commands/transient/type.md @@ -2,14 +2,14 @@ Determines the type of transients implementation. -Indicates whether the transients API is using an object cache or the options table. +Indicates whether the transients API is using an object cache or the database. For a more complete explanation of the transient cache, including the network|site cache, please see docs for `wp transient`. ### EXAMPLES $ wp transient type - Transients are saved to the wp_options table. + Transients are saved to the database. ### GLOBAL PARAMETERS @@ -20,7 +20,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/add-cap.md b/commands/user/add-cap.md index e6a2bbb5..3ab4bfa6 100644 --- a/commands/user/add-cap.md +++ b/commands/user/add-cap.md @@ -29,7 +29,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/add-role.md b/commands/user/add-role.md index 33fd4432..37488c90 100644 --- a/commands/user/add-role.md +++ b/commands/user/add-role.md @@ -24,7 +24,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/check-password.md b/commands/user/check-password.md index 73e43b54..c4fc8429 100644 --- a/commands/user/check-password.md +++ b/commands/user/check-password.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/create.md b/commands/user/create.md index 0ad490c5..a2c3d5d5 100644 --- a/commands/user/create.md +++ b/commands/user/create.md @@ -69,7 +69,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/delete.md b/commands/user/delete.md index 21ef6e0c..3ac44db1 100644 --- a/commands/user/delete.md +++ b/commands/user/delete.md @@ -38,7 +38,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/generate.md b/commands/user/generate.md index 0cd2634d..88badf24 100644 --- a/commands/user/generate.md +++ b/commands/user/generate.md @@ -41,7 +41,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/get.md b/commands/user/get.md index f67ed23e..9757c7d6 100644 --- a/commands/user/get.md +++ b/commands/user/get.md @@ -42,7 +42,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/import-csv.md b/commands/user/import-csv.md index ea654251..269022dc 100644 --- a/commands/user/import-csv.md +++ b/commands/user/import-csv.md @@ -42,7 +42,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/list-caps.md b/commands/user/list-caps.md index 901903c2..3845dd63 100644 --- a/commands/user/list-caps.md +++ b/commands/user/list-caps.md @@ -35,7 +35,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/list.md b/commands/user/list.md index dc2906c0..ef639177 100644 --- a/commands/user/list.md +++ b/commands/user/list.md @@ -88,7 +88,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/meta/add.md b/commands/user/meta/add.md index 00b17ad4..972750eb 100644 --- a/commands/user/meta/add.md +++ b/commands/user/meta/add.md @@ -37,7 +37,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/meta/delete.md b/commands/user/meta/delete.md index e3eb8910..3a0cfc24 100644 --- a/commands/user/meta/delete.md +++ b/commands/user/meta/delete.md @@ -28,7 +28,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/meta/get.md b/commands/user/meta/get.md index ca1200ab..b2db1740 100644 --- a/commands/user/meta/get.md +++ b/commands/user/meta/get.md @@ -36,7 +36,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/meta/list.md b/commands/user/meta/list.md index 03f613e4..04a391f9 100644 --- a/commands/user/meta/list.md +++ b/commands/user/meta/list.md @@ -65,7 +65,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/meta/patch.md b/commands/user/meta/patch.md index b2a788b6..8a84312e 100644 --- a/commands/user/meta/patch.md +++ b/commands/user/meta/patch.md @@ -43,7 +43,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/meta/pluck.md b/commands/user/meta/pluck.md index 8cb45cd0..9a0f9c95 100644 --- a/commands/user/meta/pluck.md +++ b/commands/user/meta/pluck.md @@ -31,7 +31,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/meta/update.md b/commands/user/meta/update.md index d4ac4372..7b549e3f 100644 --- a/commands/user/meta/update.md +++ b/commands/user/meta/update.md @@ -37,7 +37,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/remove-cap.md b/commands/user/remove-cap.md index 94eec553..b41174e2 100644 --- a/commands/user/remove-cap.md +++ b/commands/user/remove-cap.md @@ -30,7 +30,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/remove-role.md b/commands/user/remove-role.md index bbec5298..91d74349 100644 --- a/commands/user/remove-role.md +++ b/commands/user/remove-role.md @@ -24,7 +24,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/reset-password.md b/commands/user/reset-password.md index e940fb7f..5cea1fcd 100644 --- a/commands/user/reset-password.md +++ b/commands/user/reset-password.md @@ -27,7 +27,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/session/destroy.md b/commands/user/session/destroy.md index 9987dc8e..b700b038 100644 --- a/commands/user/session/destroy.md +++ b/commands/user/session/destroy.md @@ -41,7 +41,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/session/list.md b/commands/user/session/list.md index 8731eab0..d5548a4d 100644 --- a/commands/user/session/list.md +++ b/commands/user/session/list.md @@ -56,7 +56,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/set-role.md b/commands/user/set-role.md index 61293e32..c7fbf480 100644 --- a/commands/user/set-role.md +++ b/commands/user/set-role.md @@ -24,7 +24,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/spam.md b/commands/user/spam.md index 0c95c09b..dea58fc6 100644 --- a/commands/user/spam.md +++ b/commands/user/spam.md @@ -22,7 +22,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/term/add.md b/commands/user/term/add.md index d5c65ba6..f5c95d84 100644 --- a/commands/user/term/add.md +++ b/commands/user/term/add.md @@ -30,7 +30,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/term/list.md b/commands/user/term/list.md index 0eee3fcd..15e0ab65 100644 --- a/commands/user/term/list.md +++ b/commands/user/term/list.md @@ -53,7 +53,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/term/remove.md b/commands/user/term/remove.md index d04f821a..ef18a2f8 100644 --- a/commands/user/term/remove.md +++ b/commands/user/term/remove.md @@ -33,7 +33,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/term/set.md b/commands/user/term/set.md index 4b3ec649..8b40d18e 100644 --- a/commands/user/term/set.md +++ b/commands/user/term/set.md @@ -30,7 +30,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/unspam.md b/commands/user/unspam.md index 148891fd..b1100ac5 100644 --- a/commands/user/unspam.md +++ b/commands/user/unspam.md @@ -22,7 +22,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/user/update.md b/commands/user/update.md index 1d9b9b6d..b92c7c35 100644 --- a/commands/user/update.md +++ b/commands/user/update.md @@ -64,7 +64,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/widget/add.md b/commands/widget/add.md index 5e37b009..30b9db1d 100644 --- a/commands/widget/add.md +++ b/commands/widget/add.md @@ -33,7 +33,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/widget/deactivate.md b/commands/widget/deactivate.md index 97fa93d1..67f30d83 100644 --- a/commands/widget/deactivate.md +++ b/commands/widget/deactivate.md @@ -24,7 +24,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/widget/delete.md b/commands/widget/delete.md index eade0b50..5fbc64e8 100644 --- a/commands/widget/delete.md +++ b/commands/widget/delete.md @@ -22,7 +22,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/widget/list.md b/commands/widget/list.md index 89e30f02..694ed903 100644 --- a/commands/widget/list.md +++ b/commands/widget/list.md @@ -50,7 +50,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/widget/move.md b/commands/widget/move.md index 698d49a4..0796d8e4 100644 --- a/commands/widget/move.md +++ b/commands/widget/move.md @@ -34,7 +34,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/widget/reset.md b/commands/widget/reset.md index 3fe5d362..8339f3e5 100644 --- a/commands/widget/reset.md +++ b/commands/widget/reset.md @@ -38,7 +38,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/commands/widget/update.md b/commands/widget/update.md index 067cf395..56e94ff4 100644 --- a/commands/widget/update.md +++ b/commands/widget/update.md @@ -25,7 +25,7 @@ These [global parameters](https://make.wordpress.org/cli/handbook/config/) have | `--path=` | Path to the WordPress files. | | `--url=` | Pretend request came from given URL. In multisite, this argument is how the target site is specified. | | `--ssh=[:][@][:][]` | Perform operation against a remote server over SSH (or a container using scheme of "docker", "docker-compose", "vagrant"). | -| `--http=` | Perform operation against a remote WordPress install over HTTP. | +| `--http=` | Perform operation against a remote WordPress installation over HTTP. | | `--user=` | Set the WordPress user. | | `--skip-plugins[=]` | Skip loading all plugins, or a comma-separated list of plugins. Note: mu-plugins are still loaded. | | `--skip-themes[=]` | Skip loading all themes, or a comma-separated list of themes. | diff --git a/internal-api.md b/internal-api.md index 83508cdb..80b300e5 100644 --- a/internal-api.md +++ b/internal-api.md @@ -32,10 +32,10 @@ This also means functions and methods not listed here are considered part of the