This is an automated email from the ASF dual-hosted git repository. alexkli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git
commit fb6606ada0eecca72a79d72464a5bf6c6c688c3e Author: Alexander Klimetschek <[email protected]> AuthorDate: Tue Apr 14 12:09:38 2020 -0700 update usage in readme for --cleanup and --ignore-certs options --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 65cd80d..7d4373a 100644 --- a/README.md +++ b/README.md @@ -477,6 +477,9 @@ Agent options: --agent-timeout Debugging agent timeout (seconds). Default: 5 min [number] --ngrok Use 3rd party service ngrok.com for agent forwarding. [boolean] --ngrok-region Ngrok region to use. Defaults to 'us'. [string] + --cleanup Remove backup and any helper actions on exit. Makes shutdown slower. + [boolean] + --ignore-certs Bypass TLS certificate checking for openwhisk requests. [boolean] Options: -v, --verbose Verbose output. Logs activation parameters and result [boolean]
