Pivotal Tracker is outstanding task management service. So, in order to make it easier to use, I made a CLI.
npm install pivotal-tracker-cli -g
and if you want to skip to input project id and token as cli arguments,
export PIVOTAL_TRACKER_DEFAULT_PROJECT_ID=*******. export PIVOTAL_TRACKER_TOKEN=*******.
$ pvt list --project-id 123456 --token ********************* 10000001 1 started enable to finish subcommand 10000002 1 accepted write API document 10000003 3 unscheduled write test cases
You can cut of project id option and token option when you set these value as environment variables.
$ pvt show 10000001 10000001 1 started enable to finish subcommand
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT License