Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 312 Bytes

File metadata and controls

30 lines (16 loc) · 312 Bytes

pivotal-cli

Simple command line app for pivotal tracker

Config:

update the api key and project id in the script

Usage:

to list bugs:

pivotal bug

to list features:

pivotal feature 

Requirements:

requires curl and xmlstarlet:

brew install xmlstarlet