From e9d3cb05008d07d51e37728d744fe95f3059c505 Mon Sep 17 00:00:00 2001 From: Sara Bine Date: Fri, 9 Nov 2018 13:56:30 -0800 Subject: [PATCH] Add secure flag (#60) to readme --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 214b1739..3c6547ec 100644 --- a/readme.md +++ b/readme.md @@ -99,6 +99,12 @@ There are also a few optional behaviors based on the parameters you pass (or def lambo superApplication --link ``` +- `-s` or `--secure` to secure the Valet site using https. + + ```bash + lambo superApplication --secure + ``` + ### Commands - `make-config` creates a config file so you don't have to pass the parameters every time you use Lambo