@@ -16,7 +16,7 @@ This package implements the following commands:
1616Create a new WordPress install -- fast
1717
1818~~~
19- wp valet new <name> [--project=<project>] [--in=<dir>] [--version=<version>] [--locale=<locale>] [--db=<db>] [--dbname=<dbname>] [--dbuser=<dbuser>] [--dbpass=<dbpass>] [--dbprefix=<dbprefix>] [--admin_user=<username>] [--admin_password=<password>] [--admin_email=<email>] [--unsecure] [--portable]
19+ wp valet new <name> [--project=<project>] [--in=<dir>] [--version=<version>] [--locale=<locale>] [--db=<db>] [--dbname=<dbname>] [--dbuser=<dbuser>] [--dbpass=<dbpass>] [--dbhost=<dbhost>] [-- dbprefix=<dbprefix>] [--admin_user=<username>] [--admin_password=<password>] [--admin_email=<email>] [--unsecure] [--portable]
2020~~~
2121
2222This command will spin up a new WordPress installation -- complete with database and https
@@ -75,6 +75,12 @@ _ready-to-use in your browser_ faster than you can put your pants on.
7575 Default: ''
7676 ---
7777
78+ [--dbhost=<dbhost>]
79+ Set the database host.
80+ ---
81+ default: localhost
82+ ---
83+
7884 [--dbprefix=<dbprefix>]
7985 Set the database table prefix.
8086 ---
@@ -159,9 +165,17 @@ Update, if needed, to the latest stable release with `wp cli update`.
159165
160166Installing this package requires WP-CLI v1 || v2 or greater. Update to the latest stable release with ` wp cli update ` .
161167
162- Once you've done so, you can install this package with:
168+ Once you've done so, you can install the latest stable version of this package with:
163169
164- wp package install git@github.com:aaemnnosttv/wp-cli-valet-command.git
170+ ``` bash
171+ wp package install aaemnnosttv/wp-cli-valet-command:@stable
172+ ```
173+
174+ To install the latest development version of this package, use the following command instead:
175+
176+ ``` bash
177+ wp package install aaemnnosttv/wp-cli-valet-command:dev-master
178+ ```
165179
166180## Troubleshooting
167181
@@ -211,7 +225,7 @@ to enable `wp valet new site` to spin up a full, live, running local WordPress s
211225
212226# # Support
213227
214- Github issues aren't for general support questions, but there are other venues you can try : https://wp-cli.org/#support
228+ GitHub issues aren't for general support questions, but there are other venues you can try : https://wp-cli.org/#support
215229
216230# # Contributing
217231
0 commit comments