You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/installing-cli-tool.adoc
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ You can install the {CLINameTitle} on Linux, Windows, or macOS operating systems
11
11
12
12
[IMPORTANT]
13
13
====
14
+
14
15
Starting from {ProductShortName} 7.2.0, you can run the application analysis for Java applications in the containerless mode.
15
16
16
17
The containerless mode is set by default and is used automatically if all requirements are met. For more information, see xref:running-the-containerless-mta-cli_cli-guide[Running the containerless CLI].
. Move the requirements to the `.kantra` directory:
49
+
. Add as a system-wide binary or add to the global `$PATH` variable:
50
+
.. For example, to add the `mta-cli` binary to `/usr/bin` as a system-wide binary, using `sudo`, run:
41
51
+
42
52
[source,terminal,subs="attributes+"]
43
53
----
44
-
$ mv $HOME/kantra.<os>.<arch> $HOME/.kantra
54
+
sudo mv ~/.kantra/mta-cli /usr/bin/
45
55
----
56
+
57
+
.. For example, to add to the global `$PATH` variable, run:
46
58
+
47
-
NOTE: The CLI can run with the requirements moved to the directory from which you run an analysis. During the analysis, the CLI checks for the requirements in this directory first, and if it does not find the requirements, it searches for them in the `$HOME/.kantra` directory.
59
+
[source,terminal,subs="attributes+"]
60
+
----
61
+
export PATH=$HOME/.kantra:$PATH
62
+
----
48
63
64
+
+
65
+
[NOTE]
66
+
====
67
+
The CLI can run with the requirements moved to the directory from which you run an analysis. During the analysis, the CLI checks for the requirements in this directory first, and if it does not find the requirements, it searches for them in the `$HOME/.kantra` directory.
68
+
====
49
69
50
70
. Optional: Display all `mta-cli analyze` command options:
51
71
+
@@ -73,4 +93,3 @@ The command arguments represent the following:
73
93
.Additional resources
74
94
75
95
* xref:installing-downloadable-cli-zip_cli-guide[Installing the CLI .zip file]
0 commit comments