From 86dc2a59058970f3fb529d541562c7ce2cd61e58 Mon Sep 17 00:00:00 2001 From: Jayson Harshbarger Date: Tue, 12 Nov 2024 08:31:22 -0700 Subject: [PATCH] docs: add --https to docs and cli help (#32) --- README.md | 1 + smoke-cli.js | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 478af7f..61867e8 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ Base options: -k, --hooks Middleware hooks [default: none] -x, --proxy Fallback proxy if no mock found -o, --allow-cors [all|] Enable CORS requests [default: none] + --https Enable secure request serving with HTTPS [default: false] -l, --logs Enable server logs -v, --version Show version --help Show help diff --git a/smoke-cli.js b/smoke-cli.js index dbabd8e..e6f0f65 100644 --- a/smoke-cli.js +++ b/smoke-cli.js @@ -13,6 +13,7 @@ Base options: -k, --hooks Middleware hooks [default: none] -x, --proxy Fallback proxy if no mock found -o, --allow-cors [all|] Enable CORS requests [default: none] + --https Enable secure request serving with HTTPS [default: false] -l, --logs Enable server logs -v, --version Show version --help Show help