Jet update

1 minute read
End-of-life announcement

CodeShip will officially reach end-of-life on January 31, 2026.

To continue CI/CD services at current CodeShip pricing levels, transition to CloudBees Unify.

Next steps:

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.