arconia update framework

The arconia update framework command upgrades your project to a newer version of the Arconia Framework. It uses upgrade recipes from the Arconia Migrations project.

Usage

Basic usage:

arconia update framework

Options

The following options are available:

Option Default Description

--dry-run

false

Update in dry-run mode. Shows what changes would be made without actually making them.

--to-version

0.10

Arconia Framework target version to upgrade to.

--debug or -d

false

Include debug output.

--verbose or -v

false

Include more verbose output about the execution.

--stacktrace or -s

false

Include more details about errors.

--params or -p

Additional build parameters passed directly to the build tool.

--help or -h

Display help information for the command.

Build Tool Integration

The command runs the appropriate OpenRewrite task based on your build tool, following the same approach used by the arconia rewrite command.