Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.5 KB

netlify.md

File metadata and controls

50 lines (32 loc) · 1.5 KB
title description created updated color
Netlify
Netlify is an all-in-one platform for automating modern web projects. Replace your hosting infrastructure, continuous integration, and deployment pipeline with a single workflow. Integrate dynamic functionality like serverless functions, user authentication, and form handling as your projects grow.
2014-02-07
2022-04-13

Netlify is a remote-first cloud computing company that offers a development platform that includes build, deploy, and serverless backend services for web applications and dynamic websites

Available Regions

  1. All over the world

Netlify CLI Command List

Getting Started This guide will walk you through installing and creating your first site with the CLI.

Installation Lets get rolling with the Netlify CLI.

  1. Install the CLI globally
    npm install netlify-cli -g

  2. Login to your Netlify Account
    netlify login

  3. Initialize a new site

Inside of your sites cwd, run the following CLI command:
netlify init

  1. Link an existing site If your site is already created inside of Netlify, you can run the link command to connect the CLI to your site.

netlify link

In order to know more about Cli commands refer to the netlify
docs: https://cli.netlify.com/commands/

Deploy cli commands: https://cli.netlify.com/commands/deploy
Dev: https://cli.netlify.com/commands/dev

Get started with Netlify

Netlify : https://www.netlify.com/
Netlify Docs: https://docs.netlify.com/