The projects command (alias: p) manages Redmine projects.
redmine projects list [flags]
| Flag | Description |
|---|
--limit | Maximum number of results |
--offset | Result offset for pagination |
-o, --output | Output format: table, wide, json, csv |
redmine projects get <identifier> [flags]
| Flag | Description |
|---|
--include | Extra data to include: trackers, issue_categories, enabled_modules, time_entry_activities |
-o, --output | Output format |
redmine projects create [flags]
| Flag | Description |
|---|
--name | Project name — required |
--identifier | URL-friendly identifier — required |
--description | Project description |
--public | Make the project public |
--parent | Parent project ID |
redmine projects update <identifier> [flags]
| Flag | Description |
|---|
--name | New project name |
--description | New description |
--public | Set public visibility |
redmine projects delete <identifier> [flags]
| Flag | Description |
|---|
-f, --force | Skip confirmation prompt |
redmine projects members <identifier> [flags]
Lists all members and their roles for a project.