linear-statuses

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Statuses

状态

bash
undefined
bash
undefined

List all statuses for a team

列出团队的所有状态

linear-cli st list -t ENG linear-cli st list -t ENG --output json
linear-cli st list -t ENG linear-cli st list -t ENG --output json

Get status details

获取状态详情

linear-cli st get "In Progress" -t ENG
linear-cli st get "In Progress" -t ENG

Update a workflow state

更新工作流状态

linear-cli st update STATE_ID --name "Reviewing" --color "#3B82F6"
undefined
linear-cli st update STATE_ID --name "Reviewing" --color "#3B82F6"
undefined

Flags

标志

FlagPurpose
-t TEAM
Team key (required)
--name NAME
Status name
--color HEX
Status color
--output json
JSON output
标志用途
-t TEAM
团队密钥(必填)
--name NAME
状态名称
--color HEX
状态颜色
--output json
JSON格式输出

Exit Codes

退出码

0
=Success,
1
=Error,
2
=Not found,
3
=Auth error
0
=成功,
1
=错误,
2
=未找到,
3
=认证错误