Skip to content

Groups

The groups command (alias g) manages Redmine groups.

Terminal window
redmine groups list [flags]
Flag Description
--limit Maximum number of results
--offset Result offset for pagination
-o, --output Output format
Terminal window
redmine groups get <id-or-name> [flags]

Aliases: show, view. Accepts a numeric ID or group name.

Terminal window
redmine groups create [flags]
Flag Description
--name Group name — required
Terminal window
redmine groups update <id-or-name> [flags]
Flag Description
--name New group name
Terminal window
redmine groups add-user <group-id-or-name> <user-id-or-name>

Both arguments accept a numeric ID or name.

Terminal window
redmine groups remove-user <group-id-or-name> <user-id-or-name>

Both arguments accept a numeric ID or name.

destructive
Terminal window
redmine groups delete <id-or-name> [flags]
Flag Description
-f, --force Skip confirmation prompt