Ora::Cli
A command line tool to automate development workflow in ORA
Installation
$ gem install ora-cli
Usage
$ ora
- Run
oracommand at the project folder - Fuzzy search (using selecta) the task you want to run and type enter.
Tasks
new_feature_branch: Help to create a new branch from up-to-date develop branch
push_feature_branch: Help to push your feature branch to remote ready for pull request
push_to_staging: Help to push your feature branch to staging
push_to_uat: Help to push your feature branch to uat
push_to_master: Help to push your feature branch to develop and master branches with a version tag
switch_branch: Help to switch branch without thinking about dirty files`
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/ducktyper/ora-cli.