Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions ar/features/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ openyida env

# تسجيل الدخول
openyida login [--qr] # --qr استخدام رمز QR في المحطة
openyida login --wukong # خاص ببيئة Wukong
openyida login --check-only # التحقق من حالة تسجيل الدخول فقط

# تسجيل الخروج
openyida logout
Expand All @@ -32,13 +32,18 @@ openyida org list # سرد المنظمات القابلة لل
openyida org switch --corp-id <id> # التبديل إلى المنظمة

# تهيئة دليل العمل
openyida copy [--force] # نسخ دليل project (ينسخ المحتوى مباشرة في الأدلة الفارغة)
openyida copy [--force] # نسخ دليل project (--force للكتابة فوق الملفات)
openyida copy -skills # نسخ yida-skills إلى دليل skills لأداة AI
openyida copy -project [--force] # نسخ دليل project بشكل صريح

# أدوات التشخيص
openyida doctor [--fix] # تشخيص البيئة
openyida doctor [--fix] # تشخيص البيئة (--repair هو بديل لـ --fix)
openyida doctor --production --app <appId> # تشخيص التطبيق في الإنتاج
openyida doctor --monitor # مراقبة الصحة
openyida doctor --report <format> # إنشاء تقرير (json|markdown|html)
openyida doctor --create-ticket # إنشاء تذكرة من نتائج التشخيص
openyida doctor --create-voc # إنشاء طلب ميزة (VOC)
openyida doctor --auto-submit # إرسال تلقائي لتذكرة أو VOC
```

---
Expand All @@ -47,7 +52,7 @@ openyida doctor --report <format> # إنشاء تقرير (json|markdown|html)

```bash
# إنشاء تطبيق
openyida create-app "<الاسم>" [desc] [icon] [color] [themeColor]
openyida create-app "<الاسم>" [desc] [icon] [iconColor] [colour] [navTheme] [layoutDirection]

# تصدير التطبيق
openyida export <appType> [output] # إنشاء حزمة الترحيل
Expand Down
13 changes: 9 additions & 4 deletions de/features/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ openyida env

# Anmeldung
openyida login [--qr] # --qr verwendet Terminal-QR-Code
openyida login --wukong # Spezifisch für Wukong-Umgebung
openyida login --check-only # Nur Anmeldestatus prüfen (ohne Anmeldung)

# Abmeldung
openyida logout
Expand All @@ -32,13 +32,18 @@ openyida org list # Zugängliche Organisationen auflisten
openyida org switch --corp-id <id> # Zur Organisation wechseln

# Arbeitsverzeichnis initialisieren
openyida copy [--force] # project-Verzeichnis kopieren (leere Verzeichnisse werden direkt befüllt)
openyida copy [--force] # project-Verzeichnis kopieren (--force überschreibt)
openyida copy -skills # yida-skills in das AI-Tool skills-Verzeichnis kopieren
openyida copy -project [--force] # project-Verzeichnis explizit kopieren

# Diagnosetool
openyida doctor [--fix] # Umgebungsdiagnose
openyida doctor [--fix] # Umgebungsdiagnose (--repair ist ein Alias für --fix)
openyida doctor --production --app <appId> # Produktions-App-Diagnose
openyida doctor --monitor # Gesundheitsüberwachung
openyida doctor --report <format> # Bericht generieren (json|markdown|html)
openyida doctor --create-ticket # Ticket aus Diagnoseergebnissen erstellen
openyida doctor --create-voc # VOC (Feature-Anfrage) erstellen
openyida doctor --auto-submit # Automatisch Ticket oder VOC einreichen
```

---
Expand All @@ -47,7 +52,7 @@ openyida doctor --report <format> # Bericht generieren (json|markdown|html)

```bash
# Anwendung erstellen
openyida create-app "<Name>" [desc] [icon] [color] [themeColor]
openyida create-app "<Name>" [desc] [icon] [iconColor] [colour] [navTheme] [layoutDirection]

# Anwendung exportieren
openyida export <appType> [output] # Migrationspaket generieren
Expand Down
Loading