swisscom/commandmigration

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

Neos Flow package for framework based CLI command migrations

1.1.1

Version
1.1.1
Type
neos-package
Release Date
Oct 10, 2022 05:00
Source
git
Distribution
zip
Requires
  • neos/flow: ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0
MIT fa51b6f6358b312394a0ff7fbb762a889246f472

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).