Netlify Cheatsheet




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 <br>
    npm install netlify-cli -g

  2. Login to your Netlify Account <br>
    netlify login

  3. Initialize a new site <br>

Inside of your sites cwd, run the following CLI command: <br>
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 <br>

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

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

Get started with Netlify

Netlify : https://www.netlify.com/ <br>
Netlify Docs: https://docs.netlify.com/