#me upgrade
Upgrade the me CLI binary from the latest GitHub release.
#Usage
me upgrade [--check] [--force] [--version <tag>]
#Description
me upgrade checks the latest timescale/memory-engine GitHub release. If the
release version is newer than the running CLI version, it downloads the matching
platform binary, verifies its .sha256 checksum, applies the same macOS signing
fixups as install.sh, and replaces the running me executable.
Installation is supported on Linux and Apple Silicon macOS. Windows self-upgrade
is unsupported, and macOS x64 is rejected. Replacing an installed release requires
an executable named me with write permission; --check can run from development.
#Options
| Option | Description |
|---|---|
--check |
Check whether an upgrade is available without installing. |
--force |
Reinstall the selected release even if it is not newer. |
--version <tag> |
Install a specific release tag instead of the latest release. The leading v is optional. |
#Examples
me upgrade
Check only:
me upgrade --check
Reinstall the current latest release:
me upgrade --force
Install a specific release:
me upgrade --version v0.2.2