Symflower migrate
Run code migrations. This feature lets you migrate code, packages, dependencies and whole projects automatically.
Usage
symflower [OPTIONS] migrate [migrate-OPTIONS] [filters...]
The command takes the following arguments:
--type
: Holds the migration type.- workspace options
--language
: Analyze with this language. By default all languages are used.--workspace
: The root directory of the project to analyze. (default: .)
Available migrations
Type | Description |
---|---|
junit4-to-junit5 | Migrate code, tests and dependencies from JUnit 4 to JUnit 5. |