Skip to content
This repository was archived by the owner on Aug 10, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion scripts/ee4
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down