Skip to content

MTA-2204-Changes-needed-for-mta-cli-docs#848

Merged
anarnold97 merged 34 commits intowindup:mainfrom
anarnold97:MTA-2204-Changes-needed-for-mta-cli-docs
Feb 9, 2024
Merged

MTA-2204-Changes-needed-for-mta-cli-docs#848
anarnold97 merged 34 commits intowindup:mainfrom
anarnold97:MTA-2204-Changes-needed-for-mta-cli-docs

Conversation

@anarnold97
Copy link
Copy Markdown
Collaborator

@anarnold97 anarnold97 commented Feb 8, 2024

Signed-off-by: Andy Arnold <anarnold@redhat.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 8, 2024

Deploy Preview for windup-documentation ready!

Name Link
🔨 Latest commit f5b04b3
🔍 Latest deploy log https://app.netlify.com/sites/windup-documentation/deploys/65c61c0abd8457000836a319
😎 Deploy Preview https://deploy-preview-848--windup-documentation.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Comment thread docs/topics/mta-exclude-files-and-packages.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Signed-off-by: Andy Arnold <anarnold@redhat.com>
Signed-off-by: Andy Arnold <anarnold@redhat.com>
Comment thread docs/topics/mta-exclude-files-and-packages.adoc Outdated
Signed-off-by: Andy Arnold <anarnold@redhat.com>
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-exclude-files-and-packages.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-exclude-files-and-packages.adoc
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/cli-guide/master.adoc Outdated
Comment thread docs/topics/mta-review-reports.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
@RichardHoch
Copy link
Copy Markdown
Collaborator

@anarnold97 Please check "Running MTA on source code" again -- the preview of the code block shows both --previews and eap:6 . Wonder if his comments apply to the rest of the section?
"MTA CLI Bash completion" section still in preview.|
Looks like " Deploying and running the application" (section 6.1 of previous document) was completely removed, not just modified (did the requirement change?)

The rest is LGTM.

Comment thread docs/topics/mta-cli-args.adoc Outdated

[NOTE]
====
To run the {ProductShortName} command without prompting, for example when executing from a script, you must use the following arguments:
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

without prompting to be removed. The new mta-cli doesn't prompt anymore

Comment thread docs/topics/mta-cli-args.adoc Outdated

|--help |Display the {ProductShortName} help message.
|--input |A space-delimited list of the path to the file or directory containing one or more applications to be analyzed. This argument is required.
|--listTags| Flag to list all available tags.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This option no longer exists

Comment thread docs/topics/mta-cli-args.adoc Outdated
|--input |A space-delimited list of the path to the file or directory containing one or more applications to be analyzed. This argument is required.
|--listTags| Flag to list all available tags.
|--list-targets| Flag to list all available target technologies.
|--mavenize| Flag to create a Maven project directory structure based on the structure and content of the application. This creates `pom.xml` files using the appropriate Java EE API and the correct dependencies between project modules. See also the `--mavenizeGroupId` option.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This option no longer exists

Comment thread docs/topics/mta-cli-args.adoc Outdated
|--listTags| Flag to list all available tags.
|--list-targets| Flag to list all available target technologies.
|--mavenize| Flag to create a Maven project directory structure based on the structure and content of the application. This creates `pom.xml` files using the appropriate Java EE API and the correct dependencies between project modules. See also the `--mavenizeGroupId` option.
| -m, --mode string | Flag for analysis mode" `full` (default) or `source-only`
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This option no longer exists

Comment thread docs/topics/mta-cli-args.adoc
Comment thread docs/topics/mta-cli-args.adoc Outdated
| --rules stringArray | Filename or directory containing rule files
|--source |A space-delimited list of one or more source technologies, servers, platforms, or frameworks to migrate from. This argument, in conjunction with the `--target` argument, helps to determine which rulesets are used. Use the `--listSourceTechnologies` argument to list all available sources.
|--target |A space-delimited list of one or more target technologies, servers, platforms, or frameworks to migrate to. This argument, in conjunction with the `--source` argument, helps to determine which rulesets are used. Use the `--listTargetTechnologies` argument to list all available targets.
|--userIgnorePath |Specify a location, in addition to `${user.home}/.{LC_PSN}/ignore/`, for {ProductShortName} to identify files that should be ignored.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line as the option no longer exists

Comment thread docs/topics/mta-cli-args.adoc Outdated
Do not overwrite a report output directory that contains important information.
====
| --rules stringArray | Filename or directory containing rule files
|--source |A space-delimited list of one or more source technologies, servers, platforms, or frameworks to migrate from. This argument, in conjunction with the `--target` argument, helps to determine which rulesets are used. Use the `--listSourceTechnologies` argument to list all available sources.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--listSourceTechnologies to be replaced with --list-sources

Comment thread docs/topics/mta-cli-args.adoc Outdated
====
| --rules stringArray | Filename or directory containing rule files
|--source |A space-delimited list of one or more source technologies, servers, platforms, or frameworks to migrate from. This argument, in conjunction with the `--target` argument, helps to determine which rulesets are used. Use the `--listSourceTechnologies` argument to list all available sources.
|--target |A space-delimited list of one or more target technologies, servers, platforms, or frameworks to migrate to. This argument, in conjunction with the `--source` argument, helps to determine which rulesets are used. Use the `--listTargetTechnologies` argument to list all available targets.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--listTargetTechnologies to be replaced with --list-targets

Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Comment thread docs/topics/mta-cli-args.adoc Outdated
Copy link
Copy Markdown

@dymurray dymurray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VISIACK

@anarnold97 anarnold97 merged commit 19979db into windup:main Feb 9, 2024
@abrugaro abrugaro mentioned this pull request Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants