Generate Time Per Task Report
How It Works
$ npm run start -- generate-tpt-report -h
Usage: robosaur generate-tpt-report [options] <teamId> <configFile>
generate timestamp Time Per Task report for a specific team with maximum 7 days period
Options:
-s, --startDate <value> Start date in ISO 8601 format
-e, --endDate <value> End date in ISO 8601 format
-o, --outDir <value> Path to a directory where the output will be written
-a, --all Generate all-time Time Per Task report (default: false)
-h, --help Display help for commandnpm run start -- generate-tpt-report 1 ./config.json -s 2023-04-01 -o ./reports/Team ID
Configuration File
Last updated