Skip to content

Commit

Permalink
Merge pull request #211 from pdaalder/master
Browse files Browse the repository at this point in the history
Added WP_CLI_PHP to Environment variables
  • Loading branch information
danielbachhuber committed Feb 23, 2018
2 parents a28c7f4 + 635a52a commit 37cce2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.md
Expand Up @@ -301,6 +301,7 @@ WP-CLI's behavior can be changed at runtime through the use of environment varia
* `WP_CLI_CONFIG_PATH` - Path to the global `config.yml` file. Default is `~/.wp-cli/config.yml`.
* `WP_CLI_DISABLE_AUTO_CHECK_UPDATE` - Disable WP-CLI automatic checks for updates.
* `WP_CLI_PACKAGES_DIR` - Directory to store packages installed through WP-CLI's package management. Default is `~/.wp-cli/packages/`.
* `WP_CLI_PHP` - PHP binary path to use when overriding the system default (only works for non-Phar installation).
* `WP_CLI_SSH_PRE_CMD` - When using `--ssh=<ssh>`, perform a command before WP-CLI calls WP-CLI on the remote server.
* `WP_CLI_STRICT_ARGS_MODE` - Avoid ambiguity by telling WP-CLI to treat any arguments before the command as global, and after the command as local.

Expand Down

0 comments on commit 37cce2d

Please sign in to comment.