netlify-cli-and-deploy

Automate Netlify site deployments and configuration via the Netlify CLI.

Updated May 31, 2026
One-click install
npx skills add https://github.com/ChristineTham/lp --skill netlify-cli-and-deploy-christinetham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-cli-and-deploy
Source: https://github.com/ChristineTham/lp/tree/main/.agents/skills/netlify-cli-and-deploy
Command: npx skills add https://github.com/ChristineTham/lp --skill netlify-cli-and-deploy-christinetham

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides for using the Netlify CLI and deployment workflows, simplifying site linking and environment management.

Core Features & Use Cases

  • Netlify CLI installation and authentication
  • Site linking, deployment workflows (Git-based and manual), and environment variable management
  • Local development with netlify dev and platform integration

Quick Start

Install the Netlify CLI, link your site, and deploy a preview or production build.

Frequently Asked Questions about netlify-cli-and-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a site using the Netlify CLI?

Deploy a site using the Netlify CLI by installing the tool, authenticating your account, linking your site, and running Git-based or manual deployment commands to push your preview or production build.

What is the process for linking a local project to a Netlify site?

Linking a local project to a Netlify site involves using the CLI to associate your local directory with an existing Netlify site. This connection manages configurations and environment variables for deployments.

Can I manage environment variables for my Netlify site through the CLI?

Yes, you can manage environment variables for your Netlify site through the CLI. The workflow handles configuration of environment variables directly, ensuring local development and production deployments have correct settings.

Does the Netlify CLI support local development workflows?

Yes, the Netlify CLI supports local development workflows through the netlify dev command. This feature simulates the Netlify platform environment locally, allowing you to develop and test serverless functions and redirects before deployment.

What is the difference between Git-based and manual deployments with Netlify?

Git-based deployments with Netlify automatically trigger builds from connected repository pushes, while manual deployments use the CLI to directly upload pre-built files. The CLI orchestrates both deployment methods for flexible workflows.