Skip to content

gest self-update

Update gest to the latest (or a pinned) GitHub release. Downloads the appropriate binary for your platform and replaces the current installation.

Usage

text
gest self-update [OPTIONS]

Options

FlagDescription
--target <TARGET>Pin to a specific version (bare semver, e.g. 1.2.3)
-v, --verboseIncrease verbosity (repeatable)
-h, --helpPrint help

Examples

sh
# Update to the latest release
gest self-update

# Pin to a specific version
gest self-update --target 0.3.0

Released under the MIT License.