Skip to content
This repository was archived by the owner on Aug 10, 2020. It is now read-only.

Commit c1923e3

Browse files
authored
Merge pull request #30 from vishaldodiya/issue/GH-28
Update Lestencrypt options in help and readme
2 parents 4fb5eca + 181a0ab commit c1923e3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ ee4 delete example.com
4141
ee4 wp example.com theme list
4242
```
4343

44+
4. Create a Wordpress Site with SSL
45+
```shell
46+
ee4 create example.com --wp --le
47+
```
48+
4449
Run `ee4 --help` for all commands.
4550

4651
## Configuration

scripts/ee4

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ help () {
2828
echo -e "\trestart\t\t\tReload configuration for existing site"
2929
echo -e "\twp\t\t\tUse wp-cli with a site"
3030

31-
echo -e "\nUsage: ee4 create SITE [Options]"
31+
echo -e "\nUsage: ee4 create SITE [Options] [Suboptions]"
3232
echo -e "\nOptions:"
3333
echo -e "\t[--wp ]\t\t\tWordPress Site"
3434
echo -e "\t[--wpsubdir ]\t\tWordPress Multisite with Subdirectory"
3535
echo -e "\t[--wpsubdomain ]\tWordPress Multisite with Subdomains"
36+
echo -e "\nSuboptions:"
37+
echo -e "\t[--le]\t\t\tEnable LetsEncrypt Only with --wp"
3638

3739
echo -e "\nUsage: ee4 delete SITE"
3840

0 commit comments

Comments
 (0)