yamotal
v1.0.0
Published
YAML interface for Pivotal Tracker
Downloads
4
Readme
Yamotal
A YAML interface for Pivotal Tracker.
Setup
$ mkdir -p ~/.yamotal
$ cat << EOF > ~/.yamotal/config.yaml
token: <your API token found on https://www.pivotaltracker.com/profile>
projectId: <id of project, found in url for project page>
EOF
$ yarn install -g yamotal
Usage
# Create a template file for new stories.
$ yamotal template [stories-file-name.yaml]
# Upload stories within a yaml file.
$ yamotal upload stories-file-name.yaml