netlify-cli 12.6.0 → 12.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -34,6 +34,7 @@ See the [CLI command line reference](https://cli.netlify.com/commands/) to get s
34
34
  - [login](#login)
35
35
  - [open](#open)
36
36
  - [recipes](#recipes)
37
+ - [serve](#serve)
37
38
  - [sites](#sites)
38
39
  - [status](#status)
39
40
  - [switch](#switch)
@@ -219,6 +220,10 @@ Open settings for the site linked to the current folder
219
220
  | [`recipes:list`](/docs/commands/recipes.md#recipeslist) | (Beta) List the recipes available to create and modify files in a project |
220
221
 
221
222
 
223
+ ### [serve](/docs/commands/serve.md)
224
+
225
+ (Beta) Build the site for production and serve locally. This does not watch the code for changes, so if you need to rebuild your site then you must exit and run `serve` again.
226
+
222
227
  ### [sites](/docs/commands/sites.md)
223
228
 
224
229
  Handle various site operations