Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 820 Bytes

README.markdown

File metadata and controls

22 lines (17 loc) · 820 Bytes

rallycli.py - the command line interface to Rally

A simple command-line interface to the Rally agile tracking platform. Uses the pyral Rally library.

Getting Started

Follow the installation instructions below to get yourself up and running, then execute the rallycli.py command for information about supported commands and parameters.

Installation

  1. Download & install python 2.7
  2. (Optional) Install virtualenv so that you don't affect your existing python installation when you install the below dependencies.
  3. pip install pyral simplejson ConfigParser argparse requests==0.9

Backlog

  1. "Show full info" parameter
  2. Test case support
  3. Support to create new work items using the CLI interface.
  4. Debug mode