Skip to content

Rally for Reptiles, a snappy little rally CLI workflow that is integrated with git

License

Notifications You must be signed in to change notification settings

kristianperkins/ralligator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ralligator: Rally for Reptiles

Snappy little rally CLI workflow that is integrated with git.

Usage

rally [-s STORY] <command>

Interface

🚧 Under Construction 🚧

workon

    Mark which story you are working on, (creating and) setting tasks to 'In-Progress' and creates a new branch.

show

    Displays the current user story details on the command line.

notes

    Appends notes to the current user story.

launch

    When all else fails, you can always launch the rally story in a web browser.

Installation

Install dependancies:

gem install rally_rest_api builder launchy html2md nokogiri term-ansicolor trollop

Clone this repo and symlink rally.rb into your path:

git clone git://github.com/krockode/ralligator.git
ln -s $PWD/ralligator/rally.rb $HOME/bin/rally

Create a file called .rallyconf.yml in your home directory that contains your rally URL as well as your username and password, e.g.:

rally:
  url: https://trial.rallydev.com/
  username: example@example.com
  password: password

About

Rally for Reptiles, a snappy little rally CLI workflow that is integrated with git

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages