bobdenotter/yaml-migrations 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

bobdenotter/yaml-migrations

最新稳定版本:1.2.0

Composer 安装命令:

composer require bobdenotter/yaml-migrations

包简介

A library to facilitate migrations for YAML configuration files

README 文档

README

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

统计信息

  • 总下载量: 164.85k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-12-06