Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.09 KB

File metadata and controls

24 lines (20 loc) · 1.09 KB

The OpenRewrite command options

The {ProductFullName} command-line interface (CLI) provides the mta-cli transform OpenRewrite command options to customize the transformation of your application source code. Check the following table to identify the available arguments for applying specific migration recipes and controlling the output of the transformation process.

Table 1. The mta-cli transform OpenRewrite command options
Option Description

--goal (string)

A target goal. The default is "dryRun".

--help

Display all mta-cli transform OpenRewrite command options.

--input (string)

A path to the application source code directory.

--list-targets

List all available OpenRewrite recipes.

-maven-settings (string)

A path to a custom Maven settings file.

--target (string)

A target OpenRewrite recipe.

--log-level uint32

A log level. The default is 4.

--no-cleanup

Do not clean up temporary resources.