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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
netlify avatar

netlify/cli

0
View on GitHub↗
1,893 stars·460 forks·TypeScript·MIT·24 viewscli.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.

Star history

Star history chart for netlify/cliStar history chart for netlify/cli

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Cli

These projects share indexed features with Cli. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • vercel/vercelvercel avatar

    vercel/vercel

    15,738View on 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
    View on GitHub↗15,738
  • firebase/quickstart-jsfirebase avatar

    firebase/quickstart-js

    5,367View on 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
    View on GitHub↗5,367
  • googlecloudplatform/functions-framework-nodejsGoogleCloudPlatform avatar

    GoogleCloudPlatform/functions-framework-nodejs

    1,383View on 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
    View on GitHub↗1,383
  • googlecloudplatform/functions-framework-pythonGoogleCloudPlatform avatar

    GoogleCloudPlatform/functions-framework-python

    969View on 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
    View on GitHub↗969
Compare all 30 related projects→

Frequently asked questions

What does netlify/cli do?

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.

What are the main features of netlify/cli?

The main features of netlify/cli are: Command Line Interfaces, Deployment Sync Engines, Serverless Project Deployments, Relational Database Provisioning, Local Development Environments, Local Development Servers, Dynamic Runtime Reloading, Local Serverless Testing.

Which projects share features with netlify/cli?

Projects with overlapping indexed features include: 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…

Curated searches featuring Cli

Hand-picked collections where Cli appears.
  • CLI framework