Jet update

1 minute read

Description

Download and install the latest version of Jet.

Note: This command is available if you are using version 2.2.0 or newer of the Jet CLI.

Usage

jet update [flags]

Flags

Name, shorthand

Default

Description

--dry-run

Only print out what the command would do

Extended description

With jet update you can update your locally installed version to the latest available version.

This command is handy if you installed the jet CLI by downloading the archive directly from CodeShip, or via a package manager that doesn’t support upgrades (e.g. Homebrew Cask).

Examples

Update Dry Run

$ jet update --dry-run Dry run. Would have updated from $INSTALLED_VERSION to $NEW_VERSION. # If you are on the latest version already Up to date. Running version $INSTALLED_VERSION.