foam update
Check whether a newer version of foam-cli is available.
foam updateThe command compares your installed version against the latest release on npm and prints the install command if a newer version exists. It does not install anything for you.
If the npm registry can’t be reached, the command falls back to printing the install command without a version comparison.
Options
Section titled “Options”| Option | Description |
|---|---|
--help | Show this help |
Examples
Section titled “Examples”Check for updates:
foam update# Current version: 0.41.0# Latest version: 0.42.0## To update, run:# npm install -g foam-cli@latestWhen already up to date:
foam update# Current version: 0.42.0# You are already on the latest version.LINKS TO THIS PAGE
Foam CLI
Published with Foam