Pull Pivotal Tracker stories into a local SQLite database. No changes to the local DB will be reflected in Pivotal Tracker (this is not sync).
This provides a basic CLI (pivotal-db) along with a Ruby library.
gem install pivotal_db
Before starting, you'll have to add a configuration file at ~/.pivotal_db/config.yml like the following:
default:
project_id: 123
api_token: secret
db_file: ~/.pivotal_db/pivotal.db
Your API token can be found on Pivotal Tracker at https://www.pivotaltracker.com/profile.
To see usage, run (without any arguments)
pivotal-db