File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -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>] [--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>] [--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
@@ -37,6 +37,10 @@ _ready-to-use in your browser_ faster than you can put your pants on.
3737 - bedrock
3838 ---
3939
40+ [--in=<dir>]
41+ Specify the path to the parent directory to create the install in.
42+ Defaults to the current working directory.
43+
4044 [--version=<version>]
4145 WordPress version to install.
4246 ---
You can’t perform that action at this time.
0 commit comments