Symflower migrate
symflower migrate
migrates code, packages, dependencies and whole projects automatically.
Usage:
symflower migrate --type=$type --workspace=$workspace
The command takes the following arguments:
--type
: Defines the migration that should be applied. See list below for available values.--workspace
: Defines the file system path to your project.
Available migrations
Type | Description |
---|---|
junit4-to-junit5 | Migrate code, tests and dependencies from JUnit 4 to JUnit 5. |