-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add build command doc for repo + cli.netlify.com (#879)
Co-authored-by: Raees Iqbal <[email protected]>
- Loading branch information
1 parent
d2b4d7c
commit eb77a69
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: Netlify CLI build command | ||
--- | ||
|
||
# `build` | ||
|
||
<!-- AUTO-GENERATED-CONTENT:START (GENERATE_COMMANDS_DOCS) --> | ||
(Beta) Build on your local machine | ||
|
||
**Usage** | ||
|
||
```bash | ||
netlify build | ||
``` | ||
|
||
**Flags** | ||
|
||
- `dry` (*boolean*) - Dry run: show instructions without running them | ||
- `context` (*option*) - Build context | ||
|
||
**Examples** | ||
|
||
```bash | ||
netlify build | ||
``` | ||
|
||
|
||
<!-- AUTO-GENERATED-CONTENT:END --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ const navOrder = [ | |
'commands', | ||
'addons', | ||
'api', | ||
'build', | ||
'deploy', | ||
'dev', | ||
'functions', | ||
|