Skip to content

Commit

Permalink
Merge 5e0f012 into 7477b6c
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Dec 13, 2019
2 parents 7477b6c + 5e0f012 commit 882e214
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/site/Update-generator.md
@@ -1,19 +1,17 @@
---
lang: en
title: 'Update generator'
title: 'Update project dependencies'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Update-generator.html
---

{% include content/generator-create-app.html lang=page.lang %}

### Synopsis

The `lb4 update` command runs against a LoopBack 4 project and checks
dependencies against the installed `@loopback/cli`. By default, it checks for
exact match. Use `--semver` option to check compatibility using semver
semantics.
The `lb4 update` command runs inside a LoopBack 4 project and checks
dependencies against the current version of `@loopback/cli`. By default, it
checks for exact match. Use `--semver` option to check compatibility using
semver semantics.

```sh
lb4 update [options]
Expand Down
4 changes: 4 additions & 0 deletions docs/site/sidebars/lb4_sidebar.yml
Expand Up @@ -510,6 +510,10 @@ children:
url: Download-examples.html
output: 'web, pdf'

- title: 'Update project dependencies'
url: Update-generator.html
output: 'web, pdf'

- title: 'Connectors reference'
url: Connectors-reference.html
output: 'web'
Expand Down

0 comments on commit 882e214

Please sign in to comment.