From 181a0ab16105ecb2da535505789c613b20983141 Mon Sep 17 00:00:00 2001 From: Vishal Dodiya Date: Fri, 2 Feb 2018 02:30:05 +0530 Subject: [PATCH] update lestencrypt help and readme --- README.md | 5 +++++ scripts/ee4 | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b0dbba..2112700 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,11 @@ ee4 delete example.com ee4 wp example.com theme list ``` +4. Create a Wordpress Site with SSL +```shell +ee4 create example.com --wp --le +``` + Run `ee4 --help` for all commands. ## Configuration diff --git a/scripts/ee4 b/scripts/ee4 index f5f103b..b6b7bb7 100755 --- a/scripts/ee4 +++ b/scripts/ee4 @@ -28,11 +28,13 @@ help () { echo -e "\trestart\t\t\tReload configuration for existing site" echo -e "\twp\t\t\tUse wp-cli with a site" - echo -e "\nUsage: ee4 create SITE [Options]" + echo -e "\nUsage: ee4 create SITE [Options] [Suboptions]" echo -e "\nOptions:" echo -e "\t[--wp ]\t\t\tWordPress Site" echo -e "\t[--wpsubdir ]\t\tWordPress Multisite with Subdirectory" echo -e "\t[--wpsubdomain ]\tWordPress Multisite with Subdomains" + echo -e "\nSuboptions:" + echo -e "\t[--le]\t\t\tEnable LetsEncrypt Only with --wp" echo -e "\nUsage: ee4 delete SITE"