We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8c022b + 5e7111e commit 996c2edCopy full SHA for 996c2ed
2 files changed
README.md
@@ -60,9 +60,11 @@ wp eval-file <file> [<arg>...] [--skip-wordpress]
60
61
## Installing
62
63
-Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with `wp cli update`.
+This package is included with WP-CLI itself, no additional installation necessary.
64
65
-Once you've done so, you can install this package with `wp package install wp-cli/eval-command`.
+To install the latest version of this package over what's included in WP-CLI, run:
66
+
67
+ wp package install [email protected]:wp-cli/eval-command.git
68
69
## Contributing
70
composer.json
@@ -32,6 +32,7 @@
32
"branch-alias": {
33
"dev-master": "1.x-dev"
34
},
35
+ "bundled": true,
36
"commands": [
37
"eval",
38
"eval-file"
0 commit comments