No commit activity in last 3 years
No release in over 3 years
A simple console application to interact with Pivotal Tracker
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 1.2.9

Runtime

>= 0.14.0
 Project Readme

pivotal-tracker-console¶ ↑

It’s just a little console application to Pivotal Tracker.

Install and configuration¶ ↑

Install the pivotal-tracker-console gem:

gem install pivotal-tracker-console

tracker setup -t [PIVOTAL_TRACKER_API_TOKEN]   # Setup the token to authentication on Pivotal Tracker

Done. You can use right now.

Usage¶ ↑

Some examples of usage maybe:

tracker help [TASK]                           # Describe available tasks or one specific task
tracker project [ID]                          # Show the project's details and its stories
tracker projects                              # List all projects
tracker setup -t, --token=TOKEN               # Setup the Pivotal Tracker API token
tracker stories [PROJECT_ID] -p, --project=N  # Show the project's stories
tracker story [ID] -p, --project=N            # Show the story's details

Help¶ ↑

If you need some help, type:

tracker help

Copyright © 2010 Leandro Silva. See LICENSE for details.