CreateGroup
Creates a group.
Examples
Basic usage:
octo-cli -c CreateGroup `
-n "Engineering" `
-d "Engineering team" `
-rids "Development,CommunicationManagement"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-n | --name | yes | Name of the group |
-d | --description | no | Optional description of the group |
-rids | --roleIds | no | Comma-separated list of role IDs to assign |