Introduction
tracker_cmd is user centric command line tool for pivotal tracker.
Configuration
You'll need to provide you pivotal tracker api token and initials as git configuration.
Git Configuration
git config --global pivotal.token <API TOKEN>
git config --global pivotal.initials <INITIALS>
Note: Find your api token and intials on your profile page.