Skip to main content

Command line client for Pivotal Tracker

Project description

# pivotalcli

Ever found you want to add a lot of stories for lots of files to
Pivotal Tracker but found it too much hassle to do by hand? Enter
`pivotalcli`:

find templates/ -name "*html" | xargs -I {} pivotalcli add {} --labels "templates, todo"

That is it, in a nutshell.

## Installation

pip install pivotalcli

## Configuration

`pivotalcli` looks first for `--token` and `--project` flags. If that
fails it looks for `PIVOTAL_[TOKEN|PROJECT]` env vars. If
that also fails, it walks up your file tree until it finds a `.pivotal.json`
file with `TOKEN` and `PROJECT` keys, eg:

{"PROJECT": "123", "TOKEN": "456"}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Pivotal Cli-0.0.1.tar.gz (2.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page