UpdateGroupRoles
Updates the roles assigned to a group.
Examples
Replace all roles assigned to a group:
octo-cli -c UpdateGroupRoles -id "<group-rtid>" -rids "Development,DashboardViewer,ReportingViewer"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-id | --identifier | yes | ID of the group |
-rids | --roleIds | yes | Comma-separated list of role IDs to assign |