File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ You can download development versions on [Bintray](https://bintray.com/viniciusa
1616* [ Java SE Runtime Environment 8] ( http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html )
1717* When using reporters for Sonar or Coveralls client needs to be invoked from project's root directory.
1818
19+ ## Compatibility
20+ The latest CLI is always compatible with all database frameworks of the same major version.
21+ For example CLI-3.0.4 is compatible with database framework 3.0.0-3.0.4 but not with database framework 2.x.
22+
1923## Usage
2024utplsql run user/pass@[[ host] [ :port ] /] db [ -p=(ut_path|ut_paths)] [ -f=format [ -o=output_file] [ -s] ...]
2125
@@ -77,6 +81,8 @@ db - Database to connect to.
7781-c - If specified, enables printing of test results in colors as defined by ANSICONSOLE standards.
7882 Works only on reporeters that support colors (ut_documentation_reporter).
7983--failure-exit-code - Override the exit code on failure, defaults to 1. You can set it to 0 to always exit with a success status.
84+ -scc - If specified, skips the compatibility-check with the version of the database framework.
85+ If you skip compatibility-check, CLI will expect the most actual framework version
8086```
8187
8288Parameters -f, -o, -s are correlated. That is parameters -o and -s are controlling outputs for reporter specified by the preceding -f parameter.
You can’t perform that action at this time.
0 commit comments