@@ -72,6 +72,14 @@ a|`--json-output`
72
72
|
73
73
a|Flag to create analysis and dependency output as JSON.
74
74
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
+
75
83
a|`--list-sources`
76
84
|
77
85
a|Flag to list rules for available migration sources.
@@ -80,14 +88,6 @@ a|`--list-targets`
80
88
|
81
89
|Flag to list rules for available migration targets.
82
90
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
-
91
91
a|`--maven-settings`
92
92
|string
93
93
|Flag path to a custom Maven settings file to use
@@ -96,6 +96,10 @@ a|`-m`, `--mode`
96
96
|String
97
97
a|Flag for analysis mode, this must be one of `full` , for `source` and `dependencies` , or `source-only` (default `full` ).
98
98
99
+ a|`--no-proxy`
100
+ |String
101
+ |Flag to excluded URLs from passing through any proxy (relevant only with proxy)
102
+
99
103
a|`-o` , `--output`
100
104
|String
101
105
|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`
116
120
|String Array
117
121
a|Flag to specify the filename or directory containing rule files. Use multiple times for additional rules, for example, `--rules --rules …` .
118
122
123
+ a|`--run-local`
124
+ |
125
+ |Local flag to run analysis directly on local system without containers (for Java and Maven)
126
+
119
127
a|`--skip-static-report`
120
128
|
121
129
|Flag to not generate static report.
0 commit comments