Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 595 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 595 Bytes

bulkrun

bulkrun commands from terminal

Install

npm install  bulkrun --save-dev

Run

node node_modules/@alexjv89/bulkrun --file="temp/bulk_run/movement_FY2023-24.txt"

Options

  • --file - specify file containing commands to run
  • --limit - execute a maximum of this many commands from the file
  • --retry - retry failed commands
  • --sleep - sleep time in seconds between execution of each line

Others

Publish

npm publish --access=public