diff --git a/ChangeLog.md b/ChangeLog.md index 28212c9..81a5708 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,7 @@ +## 0.0.13 +- Added configFile +- added ssl options (with truststore and keystore) + ## 0.0.12 - Added a rateFile to output CSV rate statistics - added -skipCols to skip input columns diff --git a/README.md b/README.md index 44a1008..278ec9b 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,15 @@ different styles, the True and False strings are as follows: TRUE_FALSE | TRUE | FALSE ``` +configFile is a file with configuration options that are formatted just like on +the command line. This allows you to not specify arguments on the command line. +For example, you can specify passwords in the configFile and avoid having them on +the command line. The format is one switch and option per line: +``` +-pwd mypassword +-host 1.2.3.4 +``` + ## Usage Statement: ``` Usage: -f -host -schema [OPTIONS]