Handling Rounds Part 2 - abin-raj/Easy-Manager GitHub Wiki
In the second part we will be looking at round promotion and round completion.
See this [link]
Once all the matches are over and points calculated, we need to promote the teams from each group into the next round. With easy manager this becomes easy. All you need to do is to select the teams and click some buttons. To do it, run,
em.r promote <group num>
By default all teams from group will be shown with ⛔ mark. Once you click on the numbers corresponding to each team, the ✅ will appear across the team name and they will be selected for promotion.
Click on the submit button to save the promotion list. You can run this command multiple times to select/deselect teams for promotion.
Once all groups are considered for promotion, run the next command to actually move the teams to next round and drop all the remaining teams.
/setroundstatus complete
em.r complete
repeat the steps for further rounds.