Sha256: 334b59eb1593a88727f51cb8fe04033634bdcd9357611ff4a4e0c2b1f53e5293

Contents?: true

Size: 1.78 KB

Versions: 1

Compression:

Stored size: 1.78 KB

Contents

# pt

Minimal client to use Pivotal Tracker from the console.

## Setup

    gem install pt

The first time you run it, `pt` will ask you some data about your Pivotal Tracker account and your current project.

## Usage

Run `pt` from the root folder of your project.

    pt          # shows your "My work" tasks list

Run `pt create` to create a new bug, chore or feature.

The rest of the commands will open you a list of your tasks and let you interact with it:

    pt show     # shows detailed info about a task

    pt open     # open a task in the browser

    pt assign   # assign owner

    pt comment  # add a comment

    pt estimate # estimate a task in points scale

    pt start    # mark a task as started

    pt finish   # indicate you've finished a task

    pt deliver  # indicate the task is delivered

    pt accept   # mark a task as accepted

    pt reject   # mark a task as rejected, explaining why

## Problems?

You can [open a new issue](https://github.com/raul/pt/issues/new). It can be helpful to include a trace of the requests and responses you're getting from Pivotal Tracker: you can get it by adding the `--debug` parameter while invoking `pt` (remember to remove all sensible data though).

# Contributors

[Anthony Crumley](https://github.com/craftycode)
[Johan Andersson](http://johan.andersson.net)

## Thanks to...
- the contributors mentioned above and all the issue reporters
- the [Pivotal Tracker](https://www.pivotaltracker.com) guys for making a planning tool that doesn't suck and has an API
- [Justin Smestad](https://github.com/jsmestad) for his nice `pivotal-tracker` gem
- [Bryan Liles](http://smartic.us/) for letting me take over the gem name

## License
See the LICENSE file included in the distribution.

## Copyright
Copyright (C) 2011 Raul Murciano <raul@murciano.net>.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pt-0.3.9 README.md