Skip to content

Commit aef647c

Browse files
Applying peer review suggestions
Co-authored-by: Andy Arnold <[email protected]>
1 parent 83810ff commit aef647c

12 files changed

+20
-20
lines changed

assemblies/cli-guide/assembly_analyzing-nonjava-applications.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ endif::[]
1818
Starting from {ProductFullName} version 7.1.0, you can run the application analysis on applications written in languages other than Java. You can perform the analysis either of the following ways:
1919

2020
* Select a supported language provider to run the analysis for.
21-
* Overwrite the existing supported language provider with your own unsupported language provider and then run the analysis for it.
21+
* Overwrite the existing supported language provider with your own unsupported language provider, and then run the analysis on it.
2222
2323
24-
IMPORTANT: Analyzing applications written in languages other than Java is only possible in container mode. You can use containerless CLI only for Java applications. For more information, see xref:running-the-containerless-mta-cli_analyzing-applications-mta-cli[Analyzing an application in containerless mode].
24+
IMPORTANT: Analyzing applications written in languages other than Java is only possible in container mode. You can use the containerless CLI only for Java applications. For more information, see xref:running-the-containerless-mta-cli_analyzing-applications-mta-cli[Analyzing an application in containerless mode].
2525

2626

2727
include::topics/mta-cli/proc_analyze-selected-provider.adoc[leveloffset=+1]

docs/topics/mta-cli/con_intro-to-the-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The {ProductFullName} command-line interface (CLI) provides a comprehensive set
1717
:FeatureName: Analyzing applications written in the .NET language
1818
include::../snippets/developer-preview-admonition.adoc[]
1919

20-
:FeatureName: Analysing applications written in the Python and Node.js languages
20+
:FeatureName: Analyzing applications written in the Python and Node.js languages
2121
include::../snippets/technology-preview-admonition.adoc[]
2222

2323
The CLI provides numerous reports that highlight the analysis without using the other tools. You can use the CLI to customize {ProductShortName} analysis options or integrate with external automation tools.

docs/topics/mta-cli/proc_analyzing-multiple-apps-with-mta-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[id="analyzing-multiple-apps-with-mta-cli_{context}"]
66
= Analyzing multiple applications
77

8-
You can use the {ProductFullName} {CLINameTitle} to perfrom ana application analysis for multiple applications at once and generate a combined report.
8+
You can use the {ProductFullName} {CLINameTitle} to perform an application analysis for multiple applications at once and generate a combined report.
99

1010
:FeatureName: Analyzing multiple applications
1111
include::../snippets/developer-preview-admonition.adoc[]

docs/topics/mta-cli/proc_generating-discovery-manifest.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can generate the discovery manifest for the Cloud Foundry (CF) application b
1919

2020
. Open the terminal application and navigate to the `<{ProductShortName}_HOME>/` directory.
2121

22-
. List supported platforms for the discovery process:
22+
. List the supported platforms for the discovery process:
2323
+
2424
[subs="+quotes"]
2525
----

docs/topics/mta-cli/proc_installing-cli-for-docker.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[id="installing-cli-for-docker_{context}"]
66
= Installing the CLI for use with Docker on Windows
77

8-
To migrate applications built with .NET framework version 4.5 or later on Windows to cross-platform .NET 8.0, you must install the CLI for use with Docker on Windows. To do so, you must configure Docker to use Windows containers first.
8+
To migrate applications built with .NET framework version 4.5 or later, on Microsoft Windows to cross-platform .NET 8.0, you must install the CLI for use with Docker on Windows. To do so, you must configure Docker to use Windows containers first.
99

1010
.Prerequisites
1111

docs/topics/mta-cli/proc_installing-cli-zip.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[id="installing-cli-zip_{context}"]
66
= Installing the CLI by using a .zip file
77

8-
You can install the {ProductFullName} command-line interface (CLI) by using the downloadable `.zip` file available at the link:https://developers.redhat.com/products/mta/download[official {ProductShortName} download page].
8+
You can install the {ProductFullName} command-line interface (CLI) by using the downloadable `.zip` file available on the link:https://developers.redhat.com/products/mta/download[official {ProductShortName} download page].
99

1010

1111
.Prerequisites
@@ -22,7 +22,7 @@ NOTE: This prerequisite is not applicable for the containerless mode. For more i
2222

2323
.Procedure
2424

25-
. Navigate to the link:{DevDownloadPageURL}[{ProductShortName} download page] and download one of the following operating system specific CLI file or the `src` file:
25+
. Navigate to the link:{DevDownloadPageURL}[{ProductShortName} download page] and download one of the following operating system-specific CLI files or the `src` file:
2626
+
2727
* {ProductShortNameLower}-{ProductVersion}-cli-linux.zip
2828
* {ProductShortNameLower}-{ProductVersion}-cli-macos.zip
@@ -33,4 +33,4 @@ NOTE: This prerequisite is not applicable for the containerless mode. For more i
3333

3434
. Move the `mta-cli` binary to your `$PATH` variable.
3535
+
36-
NOTE: You can place the `mta-cli` binary in any folder that is included into 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.
36+
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.

docs/topics/mta-cli/proc_installing-mta-disconnected-environment.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ When your system is in a disconnected environment, you can install the {ProductF
1313

1414
IMPORTANT: The following procedure applies only to container mode.
1515

16-
NOTE: The analysis output in the disconnected environment usually results in less incidents because a dependency analysis does not run accurately without access to Maven.
16+
NOTE: The analysis output in the disconnected environment usually results in fewer incidents because a dependency analysis does not run accurately without access to Maven.
1717

1818
.Prerequisites
1919

20-
* You downloaded the required {ProductShortName} CLI binary from {ProductName} Red Hat Developer page.
20+
* You downloaded the required {ProductShortName} CLI binary from the link:https://developers.redhat.com/products/mta/download[{ProductName} Red Hat Developer page].
2121
* You installed the Podman tool on your system.
2222
* For the analysis of Java applications, you enabled container runtime usage by setting the `--run-local` flag to `false`:
2323
+
@@ -46,7 +46,7 @@ $ *podman login registry.redhat.io*
4646
$ *mta-cli analyze*
4747
....
4848
+
49-
IMPORTANT: This command only pulls the required images. For example, if you run a command that requires Java images, a .NET image will not be pulled.
49+
IMPORTANT: This command only pulls the required images. For example, if you run a command that requires Java images, a .NET image will not be pulled.
5050

5151
.. Display the image list:
5252
+

docs/topics/mta-cli/ref_analysis-report-sections.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ include::../snippets/technology-preview-admonition.adoc[]
1616
[options="header"]
1717
|====
1818
|Section|Description
19-
|Dashboard|An overview of the incidents and total story points sorted by category.
19+
|Dashboard|An overview of the incidents and total story points, sorted by category.
2020
|Issues|A concise summary of all issues and their details that require attention.
2121
|Dependencies|All Java-packaged dependencies found within the application.
2222
|Technologies|All embedded libraries grouped by functionality. Use this report to display the technologies used in each application.
23-
|Insights|Information about a violation generated by a rule with zero effort. Issues are generated by general rules, whereas string tags are generated by tagging rules. String tags indicate the presence of a technology but do not show the code location. Insights contain the information about the technologies used in the application and their usage in the code.
23+
|Insights|Information about a violation generated by a rule with zero effort. Issues are generated by general rules, whereas string tags are generated by the tagging rules. String tags indicate the presence of a technology but do not show the code location. Insights contain information about the technologies used in the application and their usage in the code.
2424

2525
Insights do not impact the migration. For example, a rule searching for deprecated API usage in the code that does not impact the current migration but can be tracked and fixed when needed in the future.
2626

docs/topics/mta-cli/ref_assets-generation-example.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $ *mta-cli generate helm \
7575
--input discover.yaml --output-dir newDir*
7676
----
7777

78-
. Check the contents of the Dockerfile the `newDir` directory:
78+
. Check the contents of the Dockerfile in the `newDir` directory:
7979
+
8080
[subs="+quotes"]
8181
----

docs/topics/mta-cli/ref_discover-generate-command-options.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ a|Display details for different command arguments.
1919

2020

2121
a|`--list-platforms`
22-
a|List supported platforms for the discovery process.
22+
a|List the supported platforms for the discovery process.
2323

2424

2525
.3+a|`discover cloud-foundry`

0 commit comments

Comments
 (0)