CloudNet
CloudNet copied to clipboard
feat(node): add a command to rename groups easily
Motivation
Currently there is no way to rename groups from the cli, you would have to edit the files yourself.
Modification
Added a command to rename groups.
Result
Groups can be renamed using groups rename <old> <new>