@iola_adm/iola-cli 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ ![CLI-проект Йошкар-Олы](https://cdn.jsdelivr.net/npm/@iola_adm/iola-cli@latest/docs/assets/readme-header.png)
2
+
1
3
  # iola-cli
2
4
 
3
5
  CLI для работы с открытыми данными городского округа "Город Йошкар-Ола".
@@ -7,13 +9,13 @@ CLI для работы с открытыми данными городског
7
9
  - `https://apiiola.yasg.ru/api/v1`
8
10
  - `https://apiiola.yasg.ru/mcp`
9
11
 
10
- ## Установка
12
+ ## Установка и запуск
11
13
 
12
14
  ```bash
13
15
  npx -y @iola_adm/iola-cli help
14
16
  ```
15
17
 
16
- После публикации npm-пакета можно будет установить глобально:
18
+ Глобальная установка:
17
19
 
18
20
  ```bash
19
21
  npm install -g @iola_adm/iola-cli
@@ -43,4 +45,3 @@ iola setup codex
43
45
  IOLA_API_BASE_URL=https://apiiola.yasg.ru/api/v1
44
46
  IOLA_MCP_BASE_URL=https://apiiola.yasg.ru
45
47
  ```
46
-
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iola_adm/iola-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI и AI-агент для работы с открытыми данными городского округа Йошкар-Ола.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/adm-iola/iola-cli#readme",
@@ -18,6 +18,7 @@
18
18
  "files": [
19
19
  "bin",
20
20
  "src",
21
+ "docs/assets/readme-header.png",
21
22
  "README.md",
22
23
  "LICENSE"
23
24
  ],