Skip to content

Commit d3abf0b

Browse files
committed
update
Signed-off-by: A.Arnold <[email protected]>
1 parent 23a8e38 commit d3abf0b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/topics/mta-cli-args.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,6 @@ a|`--maven-settings`
8585
|string
8686
|Flag path to a custom Maven settings file to use
8787

88-
a|`--overwrite`
89-
|
90-
|Flag to overwrite the output directory. If you do not specify this argument and the `--output` directory exists, you are prompted to choose whether to overwrite the contents.
91-
92-
a|`--skip-static-report`
93-
|
94-
|Flag to not generate static report.
95-
9688
a|`-m`, `--mode`
9789
|String
9890
a|Flag for analysis mode, this must be one of `full`, for `source` and `dependencies`, or `source-only` (default `full`).
@@ -105,6 +97,10 @@ a|`--override-provider-settings`
10597
|String
10698
|Flag to override the provider settings. The analysis pod runs on the host network, and no providers are started.
10799

100+
a|`--overwrite`
101+
|
102+
|Flag to overwrite the output directory. If you do not specify this argument and the `--output` directory exists, you are prompted to choose whether to overwrite the contents.
103+
108104
a|`--provider`
109105
|String Array
110106
|Flag to specify which provider or providers to run.
@@ -113,6 +109,10 @@ a|`--rules`
113109
|String Array
114110
a|Flag to specify the filename or directory containing rule files. Use multiple times for additional rules, for example, `--rules --rules …`.
115111

112+
a|`--skip-static-report`
113+
|
114+
|Flag to not generate static report.
115+
116116
a|`-s`, `--source`
117117
|String Array
118118
a|Flag for the source technology to consider for analysis. Use multiple times for additional sources, for example, `--source --source …`. For more details, see xref:cli-source-argument_cli-guide[Setting the source technology].

0 commit comments

Comments
 (0)