diff --git a/.npmignore b/.npmignore index b8b4466..8cca1fa 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,5 @@ node_modules/ +jenkins/ .env opensearch-report* docs @@ -6,6 +7,4 @@ test .github .gitignore .npmignore -CODE_OF_CONDUCT.md -CONTRIBUTING.md yarn.lock \ No newline at end of file diff --git a/USER_GUIDE.md b/USER_GUIDE.md index 1f4bfc9..aead95e 100644 --- a/USER_GUIDE.md +++ b/USER_GUIDE.md @@ -38,6 +38,7 @@ Option | Default Value | Valid Options | Environment Variable | Description --smtppassword | - | - | OPENSEARCH_SMTP_PASSWORD | smtp password --smtpsecure | - | - | OPENSEARCH_SMTP_SECURE | if true the connection will use TLS when connecting to server. --subject | This is an email containing your dashboard report | - | OPENSEARCH_SUBJECT | subject for the email +--note | Hi,\nHere is the latest report! | string or path to text file | OPENSEARCH_EMAIL_NOTE | The email body | - | - | - | CHROMIUM_PATH | path to chromium directory You can also find this information using help command.