Rt cli script syntax

I am trying to use the RT CLI script to customize group membership and permissions that I could normally do through the UI but I want to automate this process. I am however stuck at just edit the group name:

# ./rt show group/607859
id: group/607859
Name: myGroup
Description: 
Disabled: 0
# ./rt edit group/607859
[ same output as for 'show']

How can I see/edit more details about groups than just those? I’d like to add/remove members and configure group permissions.

I’m afraid right now RT CLI doesn’t support to add/remove members or configure group permissions.

You can see the members by adding “-f members” to the “show” command though.