Skip to content

Commit 91a2275

Browse files
committed
Adjustments for the CLI guide
1 parent 78ee57b commit 91a2275

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/cli-guide/master.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ include::topics/mta-cli-run-single-app.adoc[leveloffset=+3]
6666

6767
include::topics/mta-cli-run-multiple-apps.adoc[leveloffset=+3]
6868

69-
include::topics/proc_running-the-containerless-mta-cli.adoc[leveloffset=+3]
70-
7169
// Analyze application source code
7270
include::topics/mta-cli-analyze.adoc[leveloffset=+3]
7371

72+
include::topics/proc_running-the-containerless-mta-cli.adoc[leveloffset=+3]
73+
7474
// Transform XML rules to YAML
7575
include::topics/mta-cli-transform.adoc[leveloffset=+3]
7676

docs/topics/mta-cli-analyze.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,8 @@ Flags:
4646
--jaeger-endpoint (string) Jaeger endpoint to collect traces.
4747
--json-output Create analysis and dependency
4848
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.
5351
-l, --label-selector (string) Run rules based on specified label
5452
selector expression.
5553
--maven-settings (string) Path to the custom maven
@@ -66,6 +64,9 @@ Flags:
6664
--overwrite Overwrite output directory.
6765
--rules (stringArray) Filename or directory containing
6866
rule files.
67+
--run-local Run analysis directly on
68+
local system without containers
69+
(for Java and Maven).
6970
--skip-static-report Do not generate the static report.
7071
-s, --source (string) Source technology to consider
7172
for analysis.

0 commit comments

Comments
 (0)