Skip to content
Apothem
التثبيت

إعداد إطار العمل

إضافة محوّلات أُطُر العمل وتهيئتها للمنصّات.

تثبيت محوّل إطار عمل

apothem install --harness <name>

راجع قائمة أُطُر العمل المدعومة للاطّلاع على الأسماء المتاحة. تتطلّب المحوّلات ذات نطاق المشروع مسار المشروع:

apothem install --harness cursor --project /path/to/project
apothem install --harness gemini-cli --project /path/to/project
apothem install --harness github-copilot --project /path/to/project
apothem install --harness windsurf --project /path/to/project

تثبيت أُطُر عمل متعدّدة

استخدم المُحدِّد الذي يشمل السجلّ بأكمله عندما تريد كل محوّل مدعوم. ولأنّ المجموعة المُسجَّلة تتضمّن محوّلات ذات نطاق المشروع، مرّر جذر المشروع.

apothem install --harness claude-code
apothem install --harness cursor --project /path/to/project
apothem install --harness all --project /path/to/project

التحقّق من إعداد إطار العمل

apothem verify --harness <name>
apothem verify --harness all --project /path/to/project

للتحقّق من كل محوّل مُسجَّل دفعةً واحدة، شغّل apothem doctor. إذ يطبع جدول حالة تثبيت لكل إطار عمل ويخرج برمز غير صفري إذا أبلغ أي محوّل عن عدم التثبيت.

عرض أُطُر العمل المُثبَّتة

apothem harnesses list

مرّر apothem harnesses show <name> للحصول على تفاصيل كل محوّل (الاسم، وحالة التثبيت، ومسار المُخرَج).

On this page