File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1158,9 +1158,11 @@ wp theme update [<theme>...] [--all] [--format=<format>] [--version=<version>] [
11581158
11591159## Installing
11601160
1161- Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with ` wp cli update ` .
1161+ This package is included with WP-CLI itself, no additional installation necessary .
11621162
1163- Once you've done so, you can install this package with ` wp package install wp-cli/extension-command ` .
1163+ To install the latest version of this package over what's included in WP-CLI, run:
1164+
1165+ wp package install git@github.com:wp-cli/extension-command.git
11641166
11651167## Contributing
11661168
Original file line number Diff line number Diff line change 3232 "branch-alias" : {
3333 "dev-master" : " 1.x-dev"
3434 },
35+ "bundled" : true ,
3536 "commands" : [
3637 " plugin activate" ,
3738 " plugin deactivate" ,
You can’t perform that action at this time.
0 commit comments