Merged in release/release-1.09 (pull request #10)
Release/release 1.09 * Install missing plugins * rs set to 1 * rebase pantheon for aws * rebase pantheon for aws * prod config change * prod config change * fix campaing issue * revert Approved-by: Jay Sharma
This commit is contained in:
committed by
Jay Sharma
parent
779393381f
commit
22f10a9edd
@@ -21,7 +21,7 @@ if ( ! class_exists( 'Plugin_Command' ) ) {
|
||||
*/
|
||||
class WC_CLI_COM_Extension_Command extends Plugin_Command {
|
||||
/**
|
||||
* Registers a commands for managing Woo.com extensions.
|
||||
* Registers a commands for managing WooCommerce.com extensions.
|
||||
*/
|
||||
public static function register_commands() {
|
||||
WP_CLI::add_command( 'wc com extension', 'WC_CLI_COM_Extension_Command' );
|
||||
@@ -50,7 +50,7 @@ class WC_CLI_COM_Extension_Command extends Plugin_Command {
|
||||
*
|
||||
* ## EXAMPLES
|
||||
*
|
||||
* # Install the latest version from Woo.com and activate
|
||||
* # Install the latest version from woocommerce.com and activate
|
||||
* $ wp wc com extension install automatewoo --activate
|
||||
* Downloading install package from http://s3.amazonaws.com/bucketname/automatewoo.zip?AWSAccessKeyId=123&Expires=456&Signature=abcdef......
|
||||
* Using cached file '/home/vagrant/.wp-cli/cache/plugin/automatewoo.zip'...
|
||||
|
||||
Reference in New Issue
Block a user