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"}
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file Pivotal Cli-0.0.1.tar.gz
.
File metadata
- Download URL: Pivotal Cli-0.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45168e282ae35c77f64d23b59c8ed199f37340bc57ef1e4e2fb64b197cd5d921 |
|
MD5 | b4e32c1f2ca808ae8f5ecc68070a1373 |
|
BLAKE2b-256 | 62ab6f3de3c9aec525f72561cd0758d4ebebb5e628038b44073caaf920f898bb |