swisscom/commandmigration
composer require swisscom/commandmigration
Neos Flow package for framework based CLI command migrations
dev-develop
Readme excerpt
Swisscom.CommandMigrationNeos Flow package for framework based CLI command migrations.
The package allows to create migration scripts similar to Doctrine migrations. Contrary to executing SQL statements, it allows you to define versions with sets of Flow CLI commands. Those are executed when running the migration by the command ./flow commandmigration:migrate.
This mainly solves the problem of executing one-off commands on distributed environments as well as different staging environments. Without this package, those one-off commands are possibly executed manually when needed, or are part of some other scripts in your deployment process. With this package, this becomes p…
Read more
The same vendor provides 7 package(s).