File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ include::topics/mta-cli-run-single-app.adoc[leveloffset=+3]
66
66
67
67
include::topics/mta-cli-run-multiple-apps.adoc[leveloffset=+3]
68
68
69
- include::topics/proc_running-the-containerless-mta-cli.adoc[leveloffset=+3]
70
-
71
69
// Analyze application source code
72
70
include::topics/mta-cli-analyze.adoc[leveloffset=+3]
73
71
72
+ include::topics/proc_running-the-containerless-mta-cli.adoc[leveloffset=+3]
73
+
74
74
// Transform XML rules to YAML
75
75
include::topics/mta-cli-transform.adoc[leveloffset=+3]
76
76
Original file line number Diff line number Diff line change @@ -46,10 +46,8 @@ Flags:
46
46
--jaeger-endpoint (string) Jaeger endpoint to collect traces.
47
47
--json-output Create analysis and dependency
48
48
output as JSON.
49
- --list-sources List rules for available
50
- migration sources.
51
- --list-targets List rules for available
52
- migration targets.
49
+ --list-sources List available migration sources.
50
+ --list-targets List available migration targets.
53
51
-l, --label-selector (string) Run rules based on specified label
54
52
selector expression.
55
53
--maven-settings (string) Path to the custom maven
66
64
--overwrite Overwrite output directory.
67
65
--rules (stringArray) Filename or directory containing
68
66
rule files.
67
+ --run-local Run analysis directly on
68
+ local system without containers
69
+ (for Java and Maven).
69
70
--skip-static-report Do not generate the static report.
70
71
-s, --source (string) Source technology to consider
71
72
for analysis.
You can’t perform that action at this time.
0 commit comments