tracker-governer
v0.0.1
Published
Your governor to help you sync stories between your private and public board.
Downloads
12
Readme
Pivotal Tracker Governor
Your governor to help you sync stories between your private and public board.
Installation
npm install -g tracker-governor
Usage
Find your Tracker API Token and export it to TG_API_TOKEN
environment variable.
export TG_API_TOKEN=<your token>
tracker-governor sync --help
Usage: sync [options]
sync state of public and private stories
Options:
-u, --public-project-id <id> Project ID of the public project
-r, --private-project-id <id> Project ID of the private project
-d, --dry-run Don't perform any changes, print actions
-y, --yes Automatic yes to prompts
-s, --silent Use with --yes to silently change all stories
-h, --help output usage information