Add a Note in the Product Changes Log
This task will create a new entry in the Product Changes Log:
add-product-change %ID_Product% %Notes%
where
%ID_Product% is the ID of the Product
%Notes% is the text description (you can use \n to insert carriage returns in your text)
Example:
labview-cli.exe --lv-exe "BLT Automation.exe" "add-product-change 12 - Changed Front Panel color\n- Fixed bug #545"
This will create a new entry in the Changes Log for the Product ID 12 with the following text:
- Changed Front Panel color
- Fixed bug #545