File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,12 @@ Provides an easy way of invoking utPLSQL from command-line. Main features:
1919
2020Published releases are available for download on the [ utPLSQL-cli GitHub Releases Page.] ( https://github.com/utPLSQL/utPLSQL-cli/releases )
2121
22- You can also download all development versions from [ Bintray] ( https://bintray.com/utplsql/utPLSQL-cli/utPLSQL-cli-develop#files ) .
22+ Development (` develop ` branch) builds are not published as downloadable artifacts. To use the latest development version, build it from source:
23+ ```
24+ git clone https://github.com/utPLSQL/utPLSQL-cli.git
25+ cd utPLSQL-cli
26+ mvn package appassembler:assemble
27+ ```
2328
2429
2530## Requirements
@@ -84,7 +89,7 @@ Example:
8489utplsql run -h
8590```
8691
87- #### \< ConnectionURL>
92+ #### ConnectionURL
8893
8994This is used in all commands as first parameter (though it's optional for ` info ` ).
9095
You can’t perform that action at this time.
0 commit comments