awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
netlify avatar

netlify/cli

0
View on GitHub↗
1,893 estrellas·460 forks·TypeScript·MIT·5 vistascli.netlify.com↗

Cli

This developer command-line tool manages deployments, configures serverless functions, and provisions resources for a cloud hosting platform. It provides a terminal utility to automate project deployment, environment variable management, and database provisioning for web applications, while also serving as a local development server that simulates production routing and proxy rules.

The tool handles deployment workflows by synchronizing web projects through file hashing, artifact caching, and real-time progress tracking. It coordinates serverless function lifecycles with hot reloading across multiple language runtimes, maps URL patterns for instant execution, and integrates third-party extensions to modify build steps and command-line functionality.

Additional capabilities cover team and project administration, automated AI assistant tasks, environment variable merging with precedence rules, object storage management, and live log streaming.

Features

  • Command Line Interfaces - Provides a developer command-line interface for managing cloud hosting projects and deployments.
  • Deployment Sync Engines - Uploads web projects efficiently through file hashing, artifact caching, and real-time progress tracking.
  • Serverless Project Deployments - Uploads and publishes web projects directly to hosting infrastructure.
  • Relational Database Provisioning - Sets up a production-ready relational database, runs migrations, resets data, and connects locally with a single command.
  • Local Development Environments - Runs a local development server that mimics production routing, proxy rules, and serverless executions.
  • Local Development Servers - Runs local development servers simulating production routing, static serving, and proxy rules.
  • Dynamic Runtime Reloading - Hot-reloads and executes serverless functions dynamically across multiple programming language runtimes.
  • Local Serverless Testing - Simulates serverless function execution locally with hot reloading and environment variable injection.
  • Configuration Cascade Resolutions - Resolves configuration settings by merging values across files, environment variables, and remote layers.
  • Continuous Deployment - Links local directories and sets up automated continuous deployment workflows for projects.
  • Local Development Environments - Spins up a local server mirroring production routing, proxy rules, environment variables, and serverless functions for local testing.
  • Serverless Function Development - Coordinates serverless function lifecycles and hot reloading across multiple language runtimes.
  • Serverless Function Management - Coordinates the build, test, and lifecycle management of serverless functions.
  • Static Site Deployment - Uploads web projects using file hashing, diffing, artifact caching, and real-time deployment tracking.
  • Web Application Deployment - Orchestrates site deployment through file hashing, diffing, optimized uploads, build artifact caching, and progress tracking.
  • Project Configuration - Resolves and normalizes configuration files with environment-specific overrides, build plugins, and variable injection.
  • Production Emulation Proxies - Simulates production environments locally by combining static file serving, routing, and proxy rules.
  • Environment Variable Managers - Loads and merges configuration values across files, process environments, remote settings, and build-time options with defined precedence.
  • Serverless Function Mapping - Maps custom URL patterns to serverless functions for instant execution and routing.
  • AI Application Generators - Creates brand-new web applications automatically by prompting an artificial intelligence assistant.
  • User and Project Administration - Creates, deletes, lists, and administers user projects and accounts.
  • Cloud Database Provisioning - Provisions production-ready relational databases and manages connection setups.
  • Binary Object Storage Clients - Reads, writes, deletes, and lists binary objects stored within remote object stores from your terminal.
  • Local-to-Remote Repository Publishing - Connects local development folders directly to remote projects on the hosting platform.
  • Remote API Command Executions - Executes administrative platform operations directly from the terminal via automated API calls.
  • Remote Repository Cloning - Downloads a remote source repository and links it to an existing project on the hosting platform.
  • Agentic Task Automation - Manages automated assistant tasks to handle site operations directly from the terminal.
  • Project Deletions - Creates, deletes, lists, and searches web projects and sites within an account.
  • Build and Transfer Deployments - Monitors an active deployment in real time and waits until the build and publish process finishes.
  • Production Builds - Builds projects for production output and serves them locally without file-watching capabilities.
  • Production Build & Deployment - Builds your project for production and hosts the output locally without watching for source changes.
  • Deployment Monitoring - Watches active remote deployments until they finish processing and publishing.
  • Native Platform Method Invocations - Executes arbitrary service methods against the hosting platform directly from the command line.
  • Local Build Orchestrators - Compiles your application source code on your local machine to prepare assets before publishing.
  • Anonymous Accounts - Links an unassigned published site to your user account to take ownership of the project.
  • Server Capability Extenders - Integrates third-party plugins that modify build configurations, add custom steps, and extend command-line functionality.
  • Hook-Based Plugin Systems - Extends core functionality and build steps using modular hook-based plugin architectures.
  • Project Log Streaming - Retrieves and streams live operational logs generated by deployed projects.
  • Web Hosting - Automates web application deployment, environment variable merging, and resource provisioning.

Historial de estrellas

Gráfico del historial de estrellas de netlify/cliGráfico del historial de estrellas de netlify/cli

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Cli

Colecciones seleccionadas manualmente donde aparece Cli.
  • CLI framework

Alternativas open-source a Cli

Proyectos open-source similares, clasificados según cuántas características comparten con Cli.
  • vercel/vercelAvatar de vercel

    vercel/vercel

    15,738Ver en GitHub↗

    Vercel is a cloud platform for building, deploying, and scaling web applications. It provides a unified infrastructure that automates the build process by detecting project frameworks and distributing static and dynamic content through a global content delivery network. The platform executes application logic using serverless functions that scale automatically based on real-time traffic demand. The platform distinguishes itself through a centralized AI gateway that proxies requests to multiple model providers, enabling standardized authentication, observability, and cost tracking. It supports

    TypeScriptclicloudcommand
    Ver en GitHub↗15,738
  • firebase/quickstart-jsAvatar de firebase

    firebase/quickstart-js

    5,367Ver en GitHub↗

    This project is a collection of reference implementations, sample code, and starter kits for integrating Firebase backend services into web applications using the JavaScript SDK. It serves as a practical guide for bootstrapping projects with cloud-hosted authentication, databases, and serverless logic. The repository provides specific examples for implementing real-time data synchronization, user identity management, and event-driven cloud functions. It also includes reference code for using local service emulators to test cloud functionality on a local machine before production deployment.

    TypeScript
    Ver en GitHub↗5,367
  • googlecloudplatform/functions-framework-nodejsAvatar de GoogleCloudPlatform

    GoogleCloudPlatform/functions-framework-nodejs

    1,383Ver en GitHub↗

    The functions-framework-nodejs project is an open-source execution environment and software framework for writing portable serverless Node.js functions. It maps incoming HTTP requests and cloud event payloads directly to user-defined function handlers without requiring boilerplate server configuration. The framework supports local development by providing a lightweight web server that mimics cloud execution environments for rapid testing and debugging. It automatically detects function signature types, parses incoming event payloads into structured arguments, and controls server behavior thro

    TypeScriptcloud-functionsfunctions-as-a-servicegoogle-cloud
    Ver en GitHub↗1,383
  • googlecloudplatform/functions-framework-pythonAvatar de GoogleCloudPlatform

    GoogleCloudPlatform/functions-framework-python

    969Ver en GitHub↗

    The Functions Framework for Python is a library designed for building and deploying portable serverless functions. It enables developers to write modular code that executes in response to incoming HTTP requests or cloud events, abstracting away the need to manage underlying server infrastructure or complex request handling logic. The framework distinguishes itself by providing a consistent runtime environment that packages code into portable container images, ensuring identical behavior across diverse cloud-native platforms. It utilizes decorator-based registration to define function entry po

    Python
    Ver en GitHub↗969
Ver las 30 alternativas a Cli→

Preguntas frecuentes

¿Qué hace netlify/cli?

This developer command-line tool manages deployments, configures serverless functions, and provisions resources for a cloud hosting platform. It provides a terminal utility to automate project deployment, environment variable management, and database provisioning for web applications, while also serving as a local development server that simulates production routing and proxy rules.

¿Cuáles son las características principales de netlify/cli?

Las características principales de netlify/cli son: Command Line Interfaces, Deployment Sync Engines, Serverless Project Deployments, Relational Database Provisioning, Local Development Environments, Local Development Servers, Dynamic Runtime Reloading, Local Serverless Testing.

¿Qué alternativas de código abierto existen para netlify/cli?

Las alternativas de código abierto para netlify/cli incluyen: vercel/vercel — Vercel is a cloud platform for building, deploying, and scaling web applications. It provides a unified infrastructure… firebase/quickstart-js — This project is a collection of reference implementations, sample code, and starter kits for integrating Firebase… googlecloudplatform/functions-framework-nodejs — The functions-framework-nodejs project is an open-source execution environment and software framework for writing… googlecloudplatform/functions-framework-python — The Functions Framework for Python is a library designed for building and deploying portable serverless functions. It… partykit/partykit — PartyKit is a serverless WebSocket backend platform for building real-time multiplayer applications. It provides a… inngest/inngest — Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background…