Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/topics/cli-run.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can run {ProductShortName} against your application.
+
[source,terminal,subs="attributes+"]
----
$ ./{mta-cli} --input /path/to/jee-example-app-1.0.0.ear \
$ ./{mta-cli} analyze --input /path/to/jee-example-app-1.0.0.ear \
--output /path/to/output --source weblogic --target eap:6 \
--packages com.acme org.apache
----
Expand Down Expand Up @@ -52,7 +52,7 @@ The following command analyzes the `org.jboss.seam` packages of the link:https:/

[source,terminal,subs="attributes+"]
----
$ <{ProductShortName}_HOME>/{mta-cli} --sourceMode --input /path/to/seam-booking-5.2/ \
$ <{ProductShortName}_HOME>/{mta-cli} analyze --sourceMode --input /path/to/seam-booking-5.2/ \
--output /path/to/report-output/ --target eap:6 --packages org.jboss.seam
----
[]
Expand All @@ -63,7 +63,7 @@ The following command analyzes the `com.acme` and `org.apache` packages of the l

[source,terminal,subs="attributes+"]
----
$ <{ProductShortName}_HOME>/{mta-cli} --input /path/to/jee-example-app-1.0.0.ear \
$ <{ProductShortName}_HOME>/{mta-cli} analyze --input /path/to/jee-example-app-1.0.0.ear \
--output /path/to/report-output/ \
--target eap:7 --target cloud-readiness --packages com.acme org.apache
----
Expand Down