From fce8ae96381a7c851d698992661f19cdb6cd81bb Mon Sep 17 00:00:00 2001 From: Lucas Bustamante Date: Mon, 11 Mar 2024 18:43:14 -0300 Subject: [PATCH] Typos --- .../Environment/UpEnvironmentCommand.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/src/Commands/Environment/UpEnvironmentCommand.php b/src/src/Commands/Environment/UpEnvironmentCommand.php index 04b3b328..f45283e0 100644 --- a/src/src/Commands/Environment/UpEnvironmentCommand.php +++ b/src/src/Commands/Environment/UpEnvironmentCommand.php @@ -137,19 +137,19 @@ protected function configure() { Parameters: Parameters specified at runtime override config file settings. -Example: qit env:up --php-version=8.3 forces PHP version 8.3 regardless of config files. +Example: qit env:up --php_version=8.3 forces PHP version 8.3 regardless of config files. PHP Version -To set the PHP version, use the --php-version flag, e.g.: -qit env:up --php-version=8.3 +To set the PHP version, use the --php_version flag, e.g.: +qit env:up --php_version=8.3 WordPress Version -To set the WordPress version, use the --wordpress-version flag, e.g.: -qit env:up --wordpress-version=rc +To set the WordPress version, use the --wordpress_version flag, e.g.: +qit env:up --wordpress_version=rc WooCommerce Version -To set the WooCommerce version, use the --woocommerce-version flag, e.g.: -qit env:up --woocommerce-version=rc +To set the WooCommerce version, use the --woocommerce_version flag, e.g.: +qit env:up --woocommerce_version=rc Object Cache To enable Object Cache (Redis) in the environment, use the --object_cache flag, e.g.: @@ -179,7 +179,7 @@ protected function configure() { - URL provided at command completion. Default: "http://localhost:" Example: -qit env:up --wordpress-version=rc --woocommerce-version=rc --php-version=8.3 --php_extensions=gd --object_cache --plugins gutenberg --plugins automatewoo --themes storefront +qit env:up --wordpress_version=rc --woocommerce_version=rc --php_version=8.3 --php_extensions=gd --object_cache --plugins gutenberg --plugins automatewoo --themes storefront This will create a disposable test environment with the latest release candidate versions of WordPress and WooCommerce, PHP 8.3, the GD extension, Object Cache enabled, Gutenberg from WordPress.org Plugin Repository and AutomateWoo from the Woo.com Marketplace installed and active, and Storefront installed. HELP