Skip to content

kkallday/tracker-cli

Repository files navigation

tracker-cli Build Status

A simple command-line tool to display stories from your Pivotal Tracker project in the terminal. Less "Command+Tab"-ing to-and-from your browser.

tracker-cli works with public and private Tracker projects.

Requirements

  • Go (v1.6+)

Setup

tracker-cli needs the project ID of the Tracker Project you would like to pull stories from. This is provided via the PROJECT_ID environment variable. If your project is private, you will need to provide an access token via the TOKEN environment variable. Information on how to obtain an access token can be [found here] (https://www.pivotaltracker.com/help/api#Getting_Started).

It is recommended that you add the PROJECT_ID and TOKEN variables to your ~/.bash_profile

Usage

To display all in-flight stories run:

PROJECT_ID=12345 TOKEN="XYZ" tracker-cli

NOTE: The environment variable TOKEN is only required for non-public tracker projects.

Testing

About

Displays in-flight stories from Pivotal Tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages