Skip to content

Commit d46bc3f

Browse files
pesseSamuel Nitsche
authored andcommitted
Update documentation
1 parent a514881 commit d46bc3f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
2024
utplsql 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

8288
Parameters -f, -o, -s are correlated. That is parameters -o and -s are controlling outputs for reporter specified by the preceding -f parameter.

0 commit comments

Comments
 (0)