Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Netlify Command Line Interface

License

NotificationsYou must be signed in to change notification settings

netlify/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Netlify CLI

Coverage Statusnpm versiondownloadsnetlify-statussecurity

Interact withNetlify from the comfort of your CLI.

See theCLI command line reference to get started and the docs on usingNetlify Dev to run your site locally.

Table of Contents

Click to expand

Installation

Netlify CLI requiresNode.js version 20.12.2 or above. To install, run the following command fromany directory in your terminal:

npm install netlify-cli -g

When using the CLI in a CI environment we recommend installing it locally as a development dependency, instead ofglobally. To install locally, run the following command from the root directory of your project:

npm install --save-dev netlify-cli

Important: Runningnpm install netlify-cli -g in CI means you're always installing the latest version of the CLI,includingbreaking changes. When you install locally and use alock file you guarantee reproducible builds. To manage CLI updates werecommend using an automated tool likerenovate ordependabot.

Alternatively you may also use Homebrew:brew install netlify-cli (thanks@cglong).

Usage

Installing the CLI globally provides access to thenetlify command.

netlify [command]#Run`help`for detailed information about CLI commandsnetlify [command] help

Documentation

To learn how to log in to Netlify and start deploying projects, visit thedocumentation on Netlify.

Commands

For a full command reference visitcli.netlify.com.

Contributing

SeeCONTRIBUTING.md for more info on how to make contributions to this project.

Development

You'll need to follow these steps to run Netlify CLI locally:

uninstall any globally installed versions of netlify-cliclone and install deps for https://github.com/netlify/clinpm link from inside the cli folder

Now you're both ready to start testing and to contribute to the project!

License

MIT. SeeLICENSE for more details.


[8]ページ先頭

©2009-2025 Movatter.jp