Skip to content

Instantly share code, notes, and snippets.

@jessuppi
Last active August 7, 2019 15:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jessuppi/3cca9ffe7e05a92e0a07bff8d6953a96 to your computer and use it in GitHub Desktop.
Save jessuppi/3cca9ffe7e05a92e0a07bff8d6953a96 to your computer and use it in GitHub Desktop.
Complete List Of WP-CLI Variables
## set WP-CLI variables ##
WP_CLI_CACHE_DIR="/var/www/cache/.wp-cli"
WP_CLI_CONFIG_PATH="/var/www/meta/wp-cli.yml"
WP_CLI_CUSTOM_SHELL="/bin/bash"
WP_CLI_DISABLE_AUTO_CHECK_UPDATE="true"
WP_CLI_PACKAGES_DIR="/tmp"
# WP_CLI_PHP=""
# WP_CLI_PHP_ARGS=""
# WP_CLI_SSH_PRE_CMD=""
WP_CLI_STRICT_ARGS_MODE="false"
@jessuppi
Copy link
Author

jessuppi commented Aug 7, 2019

Reserving the first comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment