Convenience script for building and deploying branches on EngineYard or on Larga.
2.0.0
$ git-build <options>-a|--action STRINGOperation to perform: add-to, deploy, finish, start (REQUIRED)-b|branch STRINGBranch name; overrides -v|--version (REQUIRED is -v|--version is not provided)-f|--from STRINGParent branch (REQUIRED for start integration and deploy integration)-i|--input-file STRINGList of feature branches to build (REQUIRED except for deploy, finish hotfix, finish release and start release)-o|--output-file STRINGOverride the auto-generated filename for the log file-t|--type STRINGType of branch to build or deploy: bugfix, develop, feature, hotfix, integration, production, release (REQUIRED)-v|--version YY.M.DVersion number- AUTO-GENERATED for deploy release, finish release, start integration, start release
- IGNORED for deploy develop, deploy production and finish feature
- REQUIRED for everything else, if -b|--branch is not provided