Skip to content

Projects

The projects command (alias: p) manages Redmine projects.

Terminal window
redmine projects list [flags]
FlagDescription
--limitMaximum number of results
--offsetResult offset for pagination
-o, --outputOutput format: table, wide, json, csv
Terminal window
redmine projects get <identifier> [flags]
FlagDescription
--includeExtra data to include: trackers, issue_categories, enabled_modules, time_entry_activities
-o, --outputOutput format
Terminal window
redmine projects create [flags]
FlagDescription
--nameProject name — required
--identifierURL-friendly identifier — required
--descriptionProject description
--publicMake the project public
--parentParent project ID
Terminal window
redmine projects update <identifier> [flags]
FlagDescription
--nameNew project name
--descriptionNew description
--publicSet public visibility
Terminal window
redmine projects delete <identifier> [flags]
FlagDescription
-f, --forceSkip confirmation prompt
Terminal window
redmine projects members <identifier> [flags]

Lists all members and their roles for a project.