2025-07-08 14:57:28 +02:00
2020-12-06 12:32:43 +01:00
2025-07-08 14:57:28 +02:00
2025-07-08 14:57:28 +02:00
2020-12-06 12:08:48 +01:00
2025-07-08 14:57:28 +02:00
2020-12-28 17:07:37 +01:00
2025-07-08 14:57:28 +02:00
2021-08-26 16:02:29 +02:00

yaml-migrations

A library to facilitate migrations for YAML configuration files

Run migrations

Standalone:

bin/yaml-migrate process -c config.yaml -v

Run a single file forcibly, convenient for testing:

bin/yaml-migrate process -c config.yaml -v -f m_replace.yaml

Run it in the context of a Bolt installation:

vendor/bobdenotter/yaml-migrations/bin/yaml-migrate process -c vendor/bolt/core/yaml-migrations/config.yaml -v

Tip: Reset the checkpoint:

echo '1.0.0' > sample/migrations/checkpoint.txt
Description
No description provided
Readme 98 KiB
Languages
PHP 100%