swisscom/commandmigration

Last activity 23 May 2025 6 27130
composer require swisscom/commandmigration

Neos Flow package for framework based CLI command migrations

dev-master

Version
dev-master
Type
neos-package
Release Date
May 23, 2025 06:23
Source
git
Distribution
zip
Requires
  • neos/flow: ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0
MIT 8d26da3900a8d9e02d549bdf41d1b6bc71664d52

Readme excerpt

Swisscom.CommandMigration

Neos 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 content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 7 package(s).