@aqenta-gateway/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 +80 -74
- package/dist/bin.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,74 +1,80 @@
|
|
|
1
|
-
# Aqenta Gateway CLI
|
|
2
|
-
|
|
3
|
-
Terminalde yaşayan coding agent, model gateway istemcisi ve güvenli workspace
|
|
4
|
-
kontrolü. Proje dizinine girip tek komutla başlarsınız:
|
|
5
|
-
|
|
6
|
-
```bash
|
|
7
|
-
aqenta-gateway
|
|
8
|
-
```
|
|
9
|
-
|
|
10
|
-
## Kurulum
|
|
11
|
-
|
|
12
|
-
### macOS / Linux
|
|
13
|
-
|
|
14
|
-
```bash
|
|
15
|
-
curl -fsSL https://ai.aqenta.com.tr/install.sh | sh
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
### Windows (PowerShell)
|
|
19
|
-
|
|
20
|
-
```powershell
|
|
21
|
-
irm https://ai.aqenta.com.tr/install.ps1 | iex
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
### npm
|
|
25
|
-
|
|
26
|
-
```bash
|
|
27
|
-
npm install -g @aqenta-gateway/cli
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
Kurulumu doğrulayın:
|
|
31
|
-
|
|
32
|
-
```bash
|
|
33
|
-
aqenta-gateway --version
|
|
34
|
-
aqenta-gateway doctor
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
## İlk kullanım
|
|
38
|
-
|
|
39
|
-
```bash
|
|
40
|
-
aqenta-gateway login # tarayıcıda OAuth PKCE akışı
|
|
41
|
-
aqenta-gateway whoami
|
|
42
|
-
aqenta-gateway org list
|
|
43
|
-
aqenta-gateway models list
|
|
44
|
-
aqenta-gateway # interaktif workspace
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
## Güncelleme ve kaldırma
|
|
48
|
-
|
|
49
|
-
```bash
|
|
50
|
-
aqenta-gateway update # yeni sürüm var mı, nasıl kurulur
|
|
51
|
-
aqenta-gateway uninstall --dry-run # ne silinecek, önce göster
|
|
52
|
-
aqenta-gateway uninstall # CLI verilerini kaldır
|
|
53
|
-
aqenta-gateway uninstall --keep-config # oturum/ayarları koru
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
##
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
## Belgeler
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
1
|
+
# Aqenta Gateway CLI
|
|
2
|
+
|
|
3
|
+
Terminalde yaşayan coding agent, model gateway istemcisi ve güvenli workspace
|
|
4
|
+
kontrolü. Proje dizinine girip tek komutla başlarsınız:
|
|
5
|
+
|
|
6
|
+
```bash
|
|
7
|
+
aqenta-gateway
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
## Kurulum
|
|
11
|
+
|
|
12
|
+
### macOS / Linux
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
curl -fsSL https://ai.aqenta.com.tr/install.sh | sh
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
### Windows (PowerShell)
|
|
19
|
+
|
|
20
|
+
```powershell
|
|
21
|
+
irm https://ai.aqenta.com.tr/install.ps1 | iex
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
### npm
|
|
25
|
+
|
|
26
|
+
```bash
|
|
27
|
+
npm install -g @aqenta-gateway/cli
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
Kurulumu doğrulayın:
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
aqenta-gateway --version
|
|
34
|
+
aqenta-gateway doctor
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
## İlk kullanım
|
|
38
|
+
|
|
39
|
+
```bash
|
|
40
|
+
aqenta-gateway login # tarayıcıda OAuth PKCE akışı
|
|
41
|
+
aqenta-gateway whoami
|
|
42
|
+
aqenta-gateway org list
|
|
43
|
+
aqenta-gateway models list
|
|
44
|
+
aqenta-gateway # interaktif workspace
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## Güncelleme ve kaldırma
|
|
48
|
+
|
|
49
|
+
```bash
|
|
50
|
+
aqenta-gateway update # yeni sürüm var mı, nasıl kurulur
|
|
51
|
+
aqenta-gateway uninstall --dry-run # ne silinecek, önce göster
|
|
52
|
+
aqenta-gateway uninstall # CLI verilerini kaldır
|
|
53
|
+
aqenta-gateway uninstall --keep-config # oturum/ayarları koru
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
## Güvenlik
|
|
57
|
+
|
|
58
|
+
- Workspace **okuma** otomatiktir.
|
|
59
|
+
- **Yazma** ve **komut çalıştırma** her seferinde açık onayınıza bağlıdır.
|
|
60
|
+
- Agent workspace dışına yazamaz ve `.env` gibi gizli dosyaları okuyamaz.
|
|
61
|
+
- Her yazma işlemi geri alınabilir bir checkpoint üretir.
|
|
62
|
+
- Giriş sırasında yetkilendirme kodu yalnız kendi makinenizde dinleyen bir
|
|
63
|
+
loopback adresine döner; hiçbir zaman uzak bir adrese gitmez.
|
|
64
|
+
|
|
65
|
+
CLI gerçek bir işletim sistemi sandbox'ı iddia etmez. Komut çalıştırma izin
|
|
66
|
+
katmanıyla sınırlıdır; dosya ve ağ izolasyonu iddia edilmez. Interaktif
|
|
67
|
+
kabukta `/permissions` bunu her zaman açıkça yazar.
|
|
68
|
+
|
|
69
|
+
## Belgeler
|
|
70
|
+
|
|
71
|
+
Tam dokümantasyon: **https://ai.aqenta.com.tr/docs** → *CLI & Coding Agent*
|
|
72
|
+
|
|
73
|
+
Kurulum, komut referansı, interaktif komutlar, headless/CI kullanımı ve
|
|
74
|
+
sorun giderme orada.
|
|
75
|
+
|
|
76
|
+
## Destek
|
|
77
|
+
|
|
78
|
+
Bir sorun mu var? CLI içinden `/bug` komutu redacted bir tanı raporu üretir:
|
|
79
|
+
sürüm, işletim sistemi, terminal ve sayaç bilgisi. Konuşma içeriği, dosya
|
|
80
|
+
içeriği veya kimlik bilgisi **içermez**.
|
package/dist/bin.js
CHANGED