Skip to content

postsale upgrade

Install the latest release in place. Not yet available during the invitation release; new versions arrive by invitation.

Updated September 3, 20261 min readPostsale CLI

Download and install the latest Postsale CLI release, swapping the program in place so a run already in progress is not disturbed.

Note

Self-update is not available during the invitation release. Until the public release channel opens, postsale upgrade and postsale --check-update answer update_channel_closed (exit 78) and change nothing on your machine. New versions reach you the same way your first one did.

bash
postsale upgrade --check
postsale upgrade
postsale upgrade --fast          # AVX x64 build preference
postsale upgrade --human
postsale upgrade --examples

Options

--fast, --check, --human, --examples

Trust

POSTSALE_UPDATE_MANIFEST_URL points the command at a different release list. Treat it as a trust boundary: it decides which program gets installed, and the CLI prints a warning whenever it is set. POSTSALE_INSTALL_FAST=1 prefers the AVX build, like --fast.