Blaze

Updates

How to keep Blaze CLI up to date. The right command depends on how you installed it.

Check the current version

blaze --version

Installed with Homebrew

brew upgrade blaze

Installed with npm

npm install -g @igness/blaze@latest

Installed with the script

blaze update

The latest version is downloaded and installed automatically.

Not sure which one you used?

Just run blaze update. If you installed via Homebrew or npm, it will tell you the right upgrade command. If you installed with the script, it will go ahead and update.

When updates fail

  • Check your network connection

  • If you installed via a package manager (brew / npm), blaze update will not overwrite the binary — it points you at the package manager’s upgrade command instead, to keep Blaze and the package manager in sync

  • If it still fails, reinstall using the steps on Install