File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ _ready-to-use in your browser_ faster than you can put your pants on.
2424** OPTIONS**
2525
2626 <name>
27- Site domain name without TLD.
27+ Site domain name without TLD. This will become the directory name of the project root.
2828 Eg: To create an install for example.dev, `wp valet new example`
2929
3030 [--project=<project>]
@@ -114,8 +114,7 @@ this install over https.
114114** OPTIONS**
115115
116116 <name>
117- Site domain name without TLD.
118- Eg: To create an install for example.dev, `wp valet new example`
117+ Site domain name without TLD. It should match the directory name of the project root.
119118
120119 [--yes]
121120 Pre-approve the confirmation to delete all files and drop the database.
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public static function boot()
6262 * ## OPTIONS
6363 *
6464 * <name>
65- * : Site domain name without TLD.
65+ * : Site domain name without TLD. This will become the directory name of the project root.
6666 * Eg: To create an install for example.dev, `wp valet new example`
6767 *
6868 * [--project=<project>]
@@ -182,8 +182,7 @@ public function _new($args, $assoc_args)
182182 * ## OPTIONS
183183 *
184184 * <name>
185- * : Site domain name without TLD.
186- * Eg: To create an install for example.dev, `wp valet new example`
185+ * : Site domain name without TLD. It should match the directory name of the project root.
187186 *
188187 * [--yes]
189188 * : Pre-approve the confirmation to delete all files and drop the database.
You can’t perform that action at this time.
0 commit comments