Skip to content

Commit 20f7cf9

Browse files
authored
Update mta-cli-args.adoc
1 parent 16191b7 commit 20f7cf9

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

docs/topics/mta-cli-args.adoc

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ a|`--json-output`
7272
|
7373
a|Flag to create analysis and dependency output as JSON.
7474

75+
a|`-l`, `--label-selector`
76+
|String
77+
|Flag to run rules based on a specified label selector expression.
78+
79+
a|`--list-providers`
80+
|
81+
|Flag to list available supported providers.
82+
7583
a|`--list-sources`
7684
|
7785
a|Flag to list rules for available migration sources.
@@ -80,14 +88,6 @@ a|`--list-targets`
8088
|
8189
|Flag to list rules for available migration targets.
8290

83-
a|`--list-providers`
84-
|
85-
|Flag to list available supported providers.
86-
87-
a|`-l`, `--label-selector`
88-
|String
89-
|Flag to run rules based on a specified label selector expression.
90-
9191
a|`--maven-settings`
9292
|string
9393
|Flag path to a custom Maven settings file to use
@@ -96,6 +96,10 @@ a|`-m`, `--mode`
9696
|String
9797
a|Flag for analysis mode, this must be one of `full`, for `source` and `dependencies`, or `source-only` (default `full`).
9898

99+
a|`--no-proxy`
100+
|String
101+
|Flag to excluded URLs from passing through any proxy (relevant only with proxy)
102+
99103
a|`-o`, `--output`
100104
|String
101105
|Flag for the path to the directory for analysis output. For more details, see xref:cli-output-argument_cli-guide[Specifying the output directory].
@@ -116,6 +120,10 @@ a|`--rules`
116120
|String Array
117121
a|Flag to specify the filename or directory containing rule files. Use multiple times for additional rules, for example, `--rules --rules …`.
118122

123+
a|`--run-local`
124+
|
125+
|Local flag to run analysis directly on local system without containers (for Java and Maven)
126+
119127
a|`--skip-static-report`
120128
|
121129
|Flag to not generate static report.

0 commit comments

Comments
 (0)