Skip to content

Updating

How you update depends on how you installed the CLI.

If you installed with the install script or a downloaded binary, update in place:

Terminal window
craftybase update

This downloads the latest release for your platform, verifies its checksum, and replaces the running binary. To see whether a newer version exists without installing it:

Terminal window
craftybase update --check

If you installed via Homebrew, use brew so its bookkeeping stays in sync:

Terminal window
brew upgrade craftybase

craftybase update detects a Homebrew install and will point you here.

Download the latest release .zip from the releases page and replace the binary on your PATH.

Terminal window
go install github.com/craftybase/craftybase-cli/cmd/craftybase@latest