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/mta-cli/proc_installing-cli-zip.adoc
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,12 @@ You can install the {ProductFullName} command-line interface (CLI) by using the
12
12
13
13
* Red Hat Container Registry Authentication for `registry.redhat.io`. Red Hat distributes container images from `registry.redhat.io`, which requires authentication. For more details, see link:https://access.redhat.com/RegistryAuthentication[Red Hat Container Registry Authentication].
14
14
+
15
-
NOTE: This prerequisite is not applicable for the containerless mode. For more information, see xref:running-the-containerless-mta-cli_analyzing-applications-mta-cli[Analyzing applications in containerless mode].
15
+
NOTE: This prerequisite is not applicable for the containerless mode. For more information, see xref:running-the-containerless-mta-cli_analyzing-applications-mta-cli[Analyzing applications in containerless mode].
16
16
17
17
* You installed Java Development Kit (JDK) version 17 or later.
18
-
* You set the `JAVA_HOME` environmental variable.
18
+
* You set the `JAVA_HOME` environmental variable.
19
19
* You installed Maven version 3.9.9 or later with its binary added to the `$PATH` variable.
20
20
21
-
22
-
23
21
.Procedure
24
22
25
23
. Navigate to the link:{DevDownloadPageURL}[{ProductShortName} download page] and download one of the following operating system-specific CLI files or the `src` file:
@@ -32,8 +30,9 @@ NOTE: This prerequisite is not applicable for the containerless mode. For more i
. Extract the `.zip` file. `.zip` extracts the `mta-cli` binary, along with other required directories and files.
33
+
. Extract the `.zip` file to the `.kantra` directory inside your `$HOME` directory. The `.zip` file extracts the `mta-cli` binary, along with other required directories and files.
36
34
37
35
. Move the `mta-cli` binary to your `$PATH` variable.
36
+
38
37
+
39
38
NOTE: You can place the `mta-cli` binary in any folder that is included in the `$PATH` variable. Alternatively, you can add a folder that contains `mta-cli` to `$PATH`. This way, you do not need to specify a full path when using the CLI.
0 commit comments