Skip to content

Commit 26d045f

Browse files
Merge pull request #17 from wp-cli/clarify-bundled
Clarify this command as a bundled command
2 parents 519d7ba + a725537 commit 26d045f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"branch-alias": {
3333
"dev-master": "1.x-dev"
3434
},
35+
"bundled": true,
3536
"commands": [
3637
"plugin activate",
3738
"plugin deactivate",

0 commit comments

Comments
 (0)