A simple command-line interface to the Rally agile tracking platform. Uses the pyral Rally library.
Follow the installation instructions below to get yourself up and running, then execute the rallycli.py
command for information about supported commands and parameters.
- Download & install python 2.7
- (Optional) Install virtualenv so that you don't affect your existing python installation when you install the below dependencies.
pip install pyral simplejson ConfigParser argparse requests==0.9
- "Show full info" parameter
- Test case support
- Support to create new work items using the CLI interface.
- Debug mode