npm i -g yarn;
yarn install;
1 - open src/scripts/full:group.ts
2 - replaces tickets array with your data
3 - yarn full:group
Obs: When execute yarn full:group, a delay of 10 minutos is defined to close the tickets. You can control this time on config/default.yaml.
yarn full:single 'Title text' 'Message body text'
Obs: If the Message Body Test is null, the Title text is use in place.
yarn solve:single <ticketNumber>