Skip to content

prepair/tfs-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFS utils

All utils are callable via npm or directly:

  • direct call: node src/foo TASKID
  • npm wrapper: npm run foo -- TASKID

tfs api

env vars

executables

parent

  • get the topmost parent of a task
  • usage: node src/parent TASKID

time

  • log time
  • usage:
    • node src/time 12345 - print times for task id 12345
    • node src/time 12345 +5 - add 5 hours to completed, subtract it from remaining (if remaining has been set)
    • node src/time 12345 5 - explicitly set completed to 5 hours, will not change the remaining field
    • TODO: close task

build

  • get the last updated time and build number of the given definitions

About

Command line tfs tools.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published