chore: prepare open source archive
This commit is contained in:
@@ -10,7 +10,7 @@ difficulty: 入门
|
||||
|
||||
## jira_cli 是什么
|
||||
|
||||
[jira_cli](https://github.com/wishesl/jira_cli) 是一个面向企业 Jira(Server / Data Center)的本地命令行工具,Go 语言编写,MIT 协议开源。它同时提供 **Cobra CLI** 和 **MCP stdio server** 两种入口,既能当日常命令行用,又能直接接入 AI 编程工具。
|
||||
[jira_cli](https://github.com/yourname/jira_cli) 是一个面向企业 Jira(Server / Data Center)的本地命令行工具,Go 语言编写,MIT 协议开源。它同时提供 **Cobra CLI** 和 **MCP stdio server** 两种入口,既能当日常命令行用,又能直接接入 AI 编程工具。
|
||||
|
||||
```bash
|
||||
# CLI 日常使用
|
||||
@@ -39,10 +39,10 @@ jira_cli mcp --user=work
|
||||
|
||||
```bash
|
||||
# 从源码安装(要求 Go 1.26.3+)
|
||||
go install github.com/wishesl/jira_cli@latest
|
||||
go install github.com/yourname/jira_cli@latest
|
||||
|
||||
# 或下载预编译二进制
|
||||
# https://github.com/wishesl/jira_cli/releases
|
||||
# https://github.com/yourname/jira_cli/releases
|
||||
```
|
||||
|
||||
Windows 用户下载 zip 包解压后双击 `install.bat` 即可全局安装,自动加入 PATH。
|
||||
@@ -258,4 +258,4 @@ main.go
|
||||
- 需要管理多个 Jira 实例和多套账号
|
||||
- Windows 用户想要无摩擦的 CLI 体验
|
||||
|
||||
GitHub:[github.com/wishesl/jira_cli](https://github.com/wishesl/jira_cli) | MIT 协议 | Go 1.26.3+
|
||||
GitHub:[github.com/yourname/jira_cli](https://github.com/yourname/jira_cli) | MIT 协议 | Go 1.26.3+
|
||||
|
||||
Reference in New Issue
Block a user