-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathkiro-cli.json
More file actions
173 lines (173 loc) · 6.18 KB
/
Copy pathkiro-cli.json
File metadata and controls
173 lines (173 loc) · 6.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"$schema": "../$schemas/cli.schema.json",
"id": "kiro-cli",
"name": "Kiro CLI",
"description": "Agentic AI development CLI for building from prototype to production. Features spec-driven development, agent hooks, web search capabilities, and natural language coding assistance in your terminal.",
"translations": {
"zh-Hans": {
"description": "用于从原型到生产的智能 AI 开发 CLI。具备规范驱动开发、代理钩子、网络搜索功能,以及终端中的自然语言编码辅助。"
},
"de": {
"description": "Agentic AI-Entwicklungs-CLI für Prototyp bis Produktion. Mit Spec-driven Development, Agent-Hooks, Web-Suche und natürlichsprachlicher Codierungsunterstützung im Terminal."
},
"ko": {
"description": "프로토타입에서 프로덕션까지 구축하기 위한 에이전트 기반 AI 개발 CLI입니다. 사양 기반 개발, 에이전트 후크, 웹 검색 기능 및 터미널에서의 자연어 코딩 지원을 제공합니다."
},
"es": {
"description": "CLI de desarrollo con IA agéntica, del prototipo a producción. Incluye especificaciones, hooks de agentes, búsqueda web y asistencia de programación en lenguaje natural."
},
"fr": {
"description": "CLI de développement par IA agentique, du prototype à la production. Elle propose des spécifications, des hooks d’agents, la recherche web et une assistance au codage en langage naturel."
},
"id": {
"description": "CLI pengembangan AI agentic untuk membangun dari prototipe hingga produksi. Memiliki pengembangan spesifikasi, hook agen, kemampuan web, dan bantuan coding bahasa alami di terminal."
},
"ja": {
"description": "プロトタイプから本番環境への構築のためのエージェント型AI開発CLI。スペック駆動開発、エージェントフック、ウェブ検索機能、ターミナルでの自然言語コーディング支援を特徴としています。"
},
"pt": {
"description": "CLI de desenvolvimento agêntico com IA, do protótipo à produção. Oferece desenvolvimento orientado por especificações, hooks de agente, busca na web e assistência em linguagem natural."
},
"ru": {
"description": "CLI агентного ИИ-разработки для создания от прототипа. Обладает разработкой спецификаций, агентными хуками, веб-поиск и поддержкой кодирования."
},
"tr": {
"description": "Prototipten üretime kadar geliştirme için eylem odaklı yapay zekâ CLI aracıdır. Belirtim odaklı geliştirme, ajan bağlantıları, web araması ve terminalde doğal dille kodlama yardımı sunar."
},
"zh-Hant": {
"description": "用於從原型到生產的智慧 AI 開發 CLI。具備規範驅動開發、Agent hook、網路搜尋功能,以及終端機中的自然語言程式設計輔助。"
}
},
"verified": true,
"lastVerifiedAt": "2026-07-30",
"verifiedBy": "codex-agent",
"confidence": "high",
"websiteUrl": "https://kiro.dev",
"docsUrl": "https://kiro.dev/docs/cli",
"vendor": "AWS",
"latestVersion": "1.21.0",
"githubUrl": "https://github.com/kirodotdev/Kiro",
"license": "Proprietary",
"pricing": [
{
"name": "Free",
"value": 0,
"currency": "USD",
"per": "month",
"category": "Individual"
},
{
"name": "Pro",
"value": 20,
"currency": "USD",
"per": "user/month",
"category": "Individual"
},
{
"name": "Pro+",
"value": 40,
"currency": "USD",
"per": "user/month",
"category": "Individual"
},
{
"name": "Pro Max",
"value": 100,
"currency": "USD",
"per": "user/month",
"category": "Individual"
},
{
"name": "Power",
"value": 200,
"currency": "USD",
"per": "user/month",
"category": "Individual"
},
{
"name": "Enterprise",
"value": null,
"currency": "USD",
"per": "custom",
"category": "Enterprise"
}
],
"resourceUrls": {
"download": "https://kiro.dev/downloads",
"changelog": "https://kiro.dev/changelog",
"pricing": "https://kiro.dev/pricing",
"issue": "https://github.com/kirodotdev/Kiro/issues"
},
"communityUrls": {
"linkedin": null,
"twitter": "https://x.com/kirodotdev",
"github": "https://github.com/kirodotdev",
"youtube": "https://www.youtube.com/@kirodotdev",
"discord": "https://discord.gg/kirodotdev",
"reddit": "https://www.reddit.com/r/kiroIDE",
"blog": "https://kiro.dev/blog"
},
"relatedProducts": [
{
"type": "ide",
"productId": "kiro"
}
],
"platforms": [
{
"os": "macOS",
"installCommand": "curl -fsSL https://cli.kiro.dev/install | bash",
"launchCommand": "kiro-cli",
"installPath": "~/.local/bin"
},
{
"os": "Windows",
"installCommand": null,
"launchCommand": "kiro-cli",
"installPath": null
},
{
"os": "Linux",
"installCommand": "curl -fsSL https://cli.kiro.dev/install | bash",
"launchCommand": "kiro-cli",
"installPath": "~/.local/bin"
}
],
"sources": [
{
"url": "https://x.com/kirodotdev",
"title": "Kiro CLI twitter community",
"fields": ["communityUrls.twitter"]
},
{
"url": "https://github.com/kirodotdev",
"title": "Kiro CLI github community",
"fields": ["communityUrls.github"]
},
{
"url": "https://www.youtube.com/@kirodotdev",
"title": "Kiro CLI youtube community",
"fields": ["communityUrls.youtube"]
},
{
"url": "https://discord.gg/kirodotdev",
"title": "Kiro CLI discord community",
"fields": ["communityUrls.discord"]
},
{
"url": "https://www.reddit.com/r/kiroIDE",
"title": "Kiro CLI reddit community",
"fields": ["communityUrls.reddit"]
},
{
"url": "https://kiro.dev/blog",
"title": "Kiro CLI blog community",
"fields": ["communityUrls.blog"]
},
{
"url": "https://kiro.dev/pricing",
"title": "Kiro pricing",
"fields": ["pricing", "resourceUrls.pricing"]
}
]
}