Updating
How you update depends on how you installed the CLI.
Self-update (script / manual installs)
Section titled “Self-update (script / manual installs)”If you installed with the install script or a downloaded binary, update in place:
stocksmith updateThis 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:
stocksmith update --checkHomebrew
Section titled “Homebrew”If you installed via Homebrew, use brew so its bookkeeping stays in sync:
brew upgrade stocksmithstocksmith update detects a Homebrew install and will point you here.
Windows
Section titled “Windows”Download the latest release .zip from the
releases page and replace
the binary on your PATH.
go install
Section titled “go install”go install github.com/craftybase/stocksmith-cli/cmd/stocksmith@latest