4 مستودعات
Manual control over tool versions including explicit installation, updates, and rollbacks via CLI.
Distinct from Version Manager Updaters: Covers manual version triggering and rollbacks rather than just automated binary updating
Explore 4 awesome GitHub repositories matching development tools & productivity · CLI Version Management. Refine with filters or upvote what's useful.
Claude Code is a command-line interface and multi-agent orchestration framework designed for autonomous software engineering. It enables AI agents to perform codebase modifications, debugging, and Git workflow management while coordinating multiple specialized agents to decompose and execute complex engineering tasks in parallel. The system distinguishes itself through a high degree of isolation and safety, utilizing Git worktrees to create independent working directories for concurrent agents and implementing a tiered permission system that combines user rules, project policies, and OS-level
Provides manual control over tool versions, allowing explicit updates and rollbacks via the CLI.
Runtipi is a home server dashboard and orchestration tool designed for deploying and managing containerized applications. It provides a web-based interface for discovering and installing software from a curated app store, utilizing a Docker Compose orchestrator to handle the deployment of self-hosted services. The system integrates a reverse proxy and SSL manager to route external traffic to internal containers, automating HTTPS certificate renewal and domain assignment. It also features a built-in backup and update manager that uses cron-based scheduling to perform automatic security patchin
Allows upgrading the orchestrator to the latest or a specific release version via the command line.
tfenv هو مدير إصدار Terraform وأداة سطر أوامر مصممة لتثبيت والتبديل بين إصدارات متعددة من Terraform CLI على نظام محلي واحد. يعمل كمبدل ثنائي يضمن أدوات بنية تحتية ككود متسقة عبر مشاريع مختلفة وبيئات الفريق. تدير الأداة إصدارات الملفات التنفيذية النشطة من خلال متغيرات البيئة وملفات التكوين المحلية. تدعم تثبيت إصدار المشروع لقفل إصدارات محددة لبيئات أو مشاريع عملاء مختلفة، مما يمنع مشاكل التوافق أثناء التعاون. توفر الأداة أدوات لتنزيل وتثبيت إصدارات محددة أو أحدث، وإدراج الإصدارات المتاحة، وإلغاء تثبيت الملفات الثنائية المحلية. يتم دعم هذه العمليات بواسطة سجل إصدار محلي، وتنزيلات أداة تم التحقق من مجموعها الاختباري، وتبديل الرابط الرمزي لتحديث الملف التنفيذي النشط في مسار النظام.
Provides manual CLI control over Terraform versions, including installation and switching of the active binary.
OpenAPI Generator CLI هي أداة سطر أوامر مصممة لأتمتة إنشاء عناصر API من ملفات المواصفات. تعمل كأداة لإنشاء مكتبات العميل، وكعوب (stubs) الخادم، والتوثيق، مما يمكن المطورين من إنتاج كود معياري متسق ومواد مرجعية عبر لغات برمجة مختلفة. يوفر المشروع غلافاً يدير دورة حياة محرك تنفيذ قائم على Java، والذي يقوم بتوليد الكود الفعلي باستخدام قوالب خالية من المنطق. ولضمان نتائج قابلة للتكرار وتجنب تعارضات التبعية على النظام المضيف، تدعم الأداة إدارة المحرك الخاضعة للتحكم في الإصدار وبيئات التنفيذ القائمة على الحاويات. يمكن للمستخدمين تحديد قواعد إنشاء خاصة بالمشروع من خلال ملفات تهيئة مستمرة، والتي تؤتمت المهام المتكررة وتحافظ على الاتساق عبر بيئات التطوير المختلفة. تغطي مجموعة الأدوات النطاق الكامل لإنتاج عناصر API، من إنشاء هيكل الخادم الأولي إلى إنشاء مجموعات تطوير برمجيات العميل المتكاملة.
Enables version management to download and switch between specific engine versions for consistent output.