Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 694 Bytes

build.md

File metadata and controls

31 lines (21 loc) · 694 Bytes
title
Netlify CLI build command

build

Build on your local machine

Usage

netlify build

Flags

  • context (string) - Specify a build context or branch (contexts: "production", "deploy-preview", "branch-deploy", "dev")
  • dry (boolean) - Dry run: show instructions without running them
  • filter (string) - For monorepos, specify the name of the application to run the command in
  • offline (boolean) - disables any features that require network access
  • debug (boolean) - Print debugging information

Examples

netlify build