linear-create

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Create Issues

创建议题

bash
undefined
bash
undefined

Basic

基础用法

linear-cli i create "Title" -t TEAM
linear-cli i create "Title" -t TEAM

With options

带选项用法

linear-cli i create "Bug" -t ENG -p 1 # Priority (1=urgent) linear-cli i create "Task" -t ENG -a me # Assign to self linear-cli i create "Fix" -t ENG -l bug # With label linear-cli i create "Due" -t ENG --due +3d # Due date
linear-cli i create "Bug" -t ENG -p 1 # 优先级(1=紧急) linear-cli i create "Task" -t ENG -a me # 分配给自己 linear-cli i create "Fix" -t ENG -l bug # 添加标签 linear-cli i create "Due" -t ENG --due +3d # 设置截止日期

Agent patterns

Agent模式

linear-cli i create "Bug" -t ENG --id-only # Return ID only linear-cli i create "Test" -t ENG --dry-run # Preview cat desc.md | linear-cli i create "Title" -t ENG -d -
undefined
linear-cli i create "Bug" -t ENG --id-only # 仅返回ID linear-cli i create "Test" -t ENG --dry-run # 预览 cat desc.md | linear-cli i create "Title" -t ENG -d -
undefined

Priority

优先级

1
=Urgent,
2
=High,
3
=Normal,
4
=Low
1
=紧急,
2
=高,
3
=普通,
4
=低

Due Dates

截止日期

today
,
tomorrow
,
+3d
,
+2w
,
monday
,
eow
,
eom
today
,
tomorrow
,
+3d
,
+2w
,
monday
,
eow
,
eom

Flags

标志

FlagPurpose
--id-only
Return ID only
--dry-run
Preview
--quiet
No output
标志用途
--id-only
仅返回ID
--dry-run
预览
--quiet
无输出