We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent328a607 commit2551303Copy full SHA for 2551303
README.md
@@ -116,9 +116,11 @@ utplsql run "my/Username"/"myP@ssword"@connectstring
116
If only schema is provided, then all suites owner by that schema are executed.
117
If -p is omitted, the current schema is used.
118
119
---tags=tags - A comma separated list of tags to run.
120
- Format: --tags=tag1[,tag2[,tag3]]
121
-
+--tags=tags - A comma separated list of tags to include or exclude in the run.
+ The excluded tags must be preceeded by a `-` (minus) sign and the entire expression must be surrounded by escaped doubleqotes in command line.
+ Format: --tags=tag1[,tag2,...,tagN]
122
+ or
123
+ Format: --tags=\"-tag1\"[,\"-tag2\",...,tagN]
124
-f=format - A reporter to be used for reporting.
125
(--format) If no -f option is provided, the default ut_documentation_reporter is used.
126
See reporters command for possible values