Skip to content

Commit ad1c634

Browse files
authored
Merge pull request #15 from wp-cli/clarify-bundled
Clarify this command as a bundled command
2 parents 6305efe + 456620d commit ad1c634

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,11 @@ wp user term
479479

480480
## Installing
481481

482-
Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with `wp cli update`.
482+
This package is included with WP-CLI itself, no additional installation necessary.
483483

484-
Once you've done so, you can install this package with `wp package install wp-cli/entity-command`.
484+
To install the latest version of this package over what's included in WP-CLI, run:
485+
486+
wp package install [email protected]:wp-cli/entity-command.git
485487

486488
## Contributing
487489

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
"comment",
3738
"comment meta",

0 commit comments

Comments
 (0)