跳转到内容

项目

projects 命令(别名 p)用于管理 Redmine 项目。

Terminal window
redmine projects list [flags]
标志描述
--limit最大结果数
--offset分页偏移量
-o, --output输出格式:tablejsoncsv
Terminal window
redmine projects get <identifier> [flags]

别名:showview

标志描述
--include附加数据:trackersissue_categoriesenabled_modulestime_entry_activities
-o, --output输出格式
Terminal window
redmine projects create [flags]
标志描述
--name项目名称 — 必填
--identifierURL 友好的标识符 — 必填
--description项目描述
--public将项目设为公开
--parent父项目 ID
Terminal window
redmine projects update <identifier> [flags]
标志描述
--name新项目名称
--description新描述
--public设置为公开可见
危险操作
Terminal window
redmine projects delete <identifier> [flags]
标志描述
-f, --force跳过确认提示
Terminal window
redmine projects members <identifier> [flags]

列出项目的所有成员及其角色。