This repository was archived by the owner on Sep 26, 2023. It is now read-only.
forked from rdkcentral/Lightning-CLI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rdkcentral#91 from rdkcentral/fix/auto-update
Fix/auto update
- Loading branch information
Showing
6 changed files
with
110 additions
and
50 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
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,13 @@ | ||
# Update command | ||
|
||
_Update the Lightning-CLI to the latest version_ | ||
|
||
```bash | ||
lng update | ||
``` | ||
|
||
The Lightning-CLI has an auto-update mechanism. It check periodically if you are still on the latest version, | ||
and updates automatically if you are not. This way you can be sure that you are always compatible with the latest | ||
changes (either on the Lightning-SDK side, or the Metro App store side). | ||
|
||
When you don't want to wait, but force an update to the latest version manually you can use the `lng update` command. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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