disparity / deployment-bundle
此包已被弃用且不再维护。未建议替代包。
Symfony 2 Bundle,用于轻松迁移到指定的提交/标签/分支执行(和撤销)迁移Doctrine和安装依赖项
v0.2.0-beta
2014-10-26 17:24 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2022-02-01 12:40:28 UTC
README
此项目已弃用,请使用 git hooks 代替。
Symfony 2 Bundle,用于轻松迁移到指定的提交/标签/分支执行(和撤销)迁移Doctrine和安装依赖项
使用方法
app/console disparity:deployment:migrate [--display-sql] [--clean-working-copy] [分支名 | 标签 | 提交]
Composer 安装
{ "require": { "disparity/deployment-bundle": ">=0.1" } }
通过终端: composer require disparity/deployment-bundle:>=0.1