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
Copyright © 2010 Leandro Silva. See LICENSE for details.