10 repositorios
Command-line utilities for deploying applications to cloud hosting services.
Distinguishing note: Focuses on the CLI-driven deployment workflow, not general infrastructure management.
Explore 10 awesome GitHub repositories matching devops & infrastructure · Cloud Deployment CLI Tools. Refine with filters or upvote what's useful.
Reflex is a full-stack web framework that enables the development of complete web applications using only Python. It provides a unified environment where server-side logic and client-side interfaces are synchronized through a shared, event-driven architecture. By using a declarative component language, the framework compiles code into reactive frontend elements and backend event handlers, allowing developers to manage the entire application lifecycle within a single codebase. The framework distinguishes itself through its reactive state management and integrated AI-assisted development tools.
Facilitates cloud deployment by authenticating accounts and pushing project files via command-line.
Chalice es un framework de desarrollo en Python para construir y desplegar aplicaciones serverless y APIs REST en AWS. Funciona como una herramienta de microservicios que automatiza el despliegue de código e infraestructura en AWS Lambda y orquesta AWS API Gateway para enrutar solicitudes HTTP a funciones serverless específicas. El framework cuenta con un sistema automatizado que analiza el código fuente para generar los permisos mínimos necesarios de gestión de identidad y acceso (IAM). También proporciona una interfaz de línea de comandos para gestionar el ciclo de vida completo de la aplicación, desde la creación del proyecto y el despliegue hasta la eliminación de recursos en la nube. El proyecto cubre la automatización basada en eventos conectando funciones en la nube a buckets de almacenamiento, colas de mensajes o programaciones periódicas. Además, gestiona la síntesis de infraestructura mediante el mapeo de rutas basado en decoradores y el análisis estático de llamadas a servicios en la nube.
Includes a command-line tool to package and deploy serverless applications to AWS.
Search with Lepton is a conversational search engine that combines a large language model with web search APIs to answer user queries in natural language conversation. It is designed as a demonstration application that shows how an LLM can generate conversational responses from real-time web search results, and it caches completed search results so they can be shared and revisited without repeating the original query. The application can be deployed to a cloud platform with a single command, making it easy to launch as a remote service. It maintains dialogue context across multiple turns by s
Launches the search engine on a remote server with a single command for easy deployment.
Shuttle is a cloud platform for Rust backends that automates infrastructure provisioning and deployment. It functions as an infrastructure-as-code framework where managed databases and cloud resources are defined directly within application logic using code attributes rather than external configuration files. The platform provides a command line interface to manage the full project lifecycle, from local development with live reloading to remote cloud publishing. It includes a managed database provider that automatically provisions and attaches storage to applications during the deployment pro
Provides a command-line interface to manage the full deployment lifecycle from local builds to cloud publishing.
Este proyecto es una colección de guías y configuraciones para inicializar un entorno de desarrollo en macOS. Proporciona un enfoque sistemático para instalar lenguajes de programación, editores y herramientas del sistema para preparar un Mac nuevo para programar desde cero. La configuración se centra en automatizar el ciclo de vida de las herramientas de línea de comandos y aplicaciones a través de la gestión de paquetes del sistema. Enfatiza los entornos de ejecución de lenguaje aislados por versión para Node.js y Python, permitiendo la gestión de múltiples versiones y la creación de entornos virtuales específicos del proyecto para evitar conflictos de dependencias. El proyecto cubre una amplia superficie de infraestructura de desarrollo, incluyendo la orquestación de bases de datos relacionales locales, almacenes clave-valor y motores de búsqueda como servicios en segundo plano. También incluye configuraciones para identidades de control de versiones globales, alias de shell y la personalización visual de emuladores de terminal y editores de texto.
Provides command-line tools to automate the deployment of local code to remote cloud hosting providers.
Este proyecto es una colección de implementaciones de referencia, código de muestra y kits de inicio para integrar servicios backend de Firebase en aplicaciones web utilizando el SDK de JavaScript. Sirve como una guía práctica para arrancar proyectos con autenticación alojada en la nube, bases de datos y lógica serverless. El repositorio proporciona ejemplos específicos para implementar sincronización de datos en tiempo real, gestión de identidad de usuario y funciones en la nube impulsadas por eventos. También incluye código de referencia para utilizar emuladores de servicios locales para probar la funcionalidad en la nube en una máquina local antes del despliegue en producción. La base de código cubre una amplia gama de capacidades, incluyendo almacenamiento de datos no-sql y relacionales, alojamiento de activos estáticos en una CDN global y la aplicación de reglas de seguridad declarativas. También demuestra la integración de verificación de identidad y la ejecución de lógica del lado del servidor en entornos gestionados.
Provides command-line utilities to deploy hosted web assets and serverless functions to the cloud.
Nodal is a Node.js API framework designed for building data-centric web services and JSON APIs using structured data models. It functions as an object-relational mapper that allows for the querying and manipulation of database records through objects instead of raw SQL queries. The project includes a database migration tool for tracking and applying bi-directional schema changes to maintain data integrity across different environments. It also features a command line interface for automating the registration and configuration of remote hosting environments. The framework provides capabilitie
Ships a command-line utility for automating the registration and configuration of remote hosting environments.
This project is an edge computing development toolkit and serverless command line interface used to develop, test, and deploy serverless functions to a global edge network. It serves as an edge runtime bundler and resource orchestrator, managing the entire lifecycle of edge projects from local development to worldwide distribution. The toolkit distinguishes itself through distributed workflow management, coordinating stateful instances and the durable execution of long-running processes across the edge. It also provides specialized integrations for edge AI, including the management of vector
Ships a command-line interface to manage the full lifecycle of edge functions from bundling to global deployment.
Claudia is a cloud function orchestrator and Node.js serverless deployment tool. It provides a framework for translating application code into executable cloud functions, automating the provisioning of infrastructure and security rules. The project functions as a serverless infrastructure manager and event-driven API framework. It manages environment variables, secrets, and version aliases to isolate development stages, while configuring web routes and conversational triggers for cloud-hosted APIs and chat bots. The system covers a broad range of capabilities, including artifact bundling, CL
Provides a command-line interface to automate the packaging and uploading of Node.js serverless applications.
Submariner is a tool for connecting pods and services across separate Kubernetes clusters into a unified network mesh. It uses a central broker-based architecture to coordinate cross-cluster service discovery, DNS resolution, and encrypted tunneling, enabling secure communication between workloads in different clusters. The project handles overlapping pod and service CIDR ranges across clusters through global IP address mapping, preventing address collisions. It supports multiple encrypted tunnel protocols, including IPsec and WireGuard, to secure inter-cluster traffic, and provides gateway h
Ships a command-line utility for simplifying deployment, configuration, and management of cross-cluster networking.