We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 453dd64 + 166bbbe commit eb50ae4Copy full SHA for eb50ae4
2 files changed
README.md
@@ -160,9 +160,11 @@ wp config path
160
161
## Installing
162
163
-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.
164
165
-Once you've done so, you can install this package with `wp package install wp-cli/config-command`.
+To install the latest version of this package over what's included in WP-CLI, run:
166
+
167
+ wp package install [email protected]:wp-cli/config-command.git
168
169
## Contributing
170
composer.json
@@ -31,6 +31,7 @@
31
"branch-alias": {
32
"dev-master": "1.x-dev"
33
},
34
+ "bundled": true,
35
"commands": [
36
"config",
37
"config create",
0 commit comments