Skip to content

Commit 77a78f0

Browse files
committed
SME feedback applied
1 parent ee200a7 commit 77a78f0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/topics/proc_running-the-containerless-mta-cli.adoc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
Starting from {ProductShortName} 7.2.0, you can perform an application analysis for Java applications by using the {ProductShortName} CLI that does not require installation of a container runtime.
99

1010
[IMPORTANT]
11-
====
12-
In {ProductShortName} 7.2.0 and later, containerless CLI is a default mode. To enable container runtime usage, you must set the `--run-local` variable to `false`:
11+
====
12+
In {ProductShortName} 7.2.0 and later, containerless CLI is a default mode. To enable container runtime usage, you must set the `--run-local` flag to `false`:
1313
1414
----
1515
--run-local=false
@@ -42,7 +42,12 @@ $ mv <mta_cli_zip>/<os>-kantra /usr/bin
4242
$ mv $HOME/kantra.<os>.<arch> $HOME/.kantra
4343
----
4444

45-
. Open a terminal and navigate to the directory where you installed the {ProductShortName} CLI.
45+
. Optional: Display all `mta-cli analyze` command options:
46+
+
47+
[source,terminal,subs="attributes+"]
48+
----
49+
mta-cli analyze --help
50+
----
4651

4752
. Run the application analysis:
4853
+
@@ -56,7 +61,7 @@ The command arguments represent the following:
5661
** `--overwrite`: Overwrites the output folder if it exists.
5762
** `--input`: The application to be analyzed.
5863
** `--output`: The output directory for the generated reports.
59-
** `--target`: The target technology for the application migration, for example, `eap8`.
64+
** `--target`: The target technology for the application migration, for example, `eap8`.
6065

6166

6267
[role="_additional-resources"]

0 commit comments

Comments
 (0)