Updates
How to keep Blaze CLI up to date. The right command depends on how you installed it.
Check the current version
blaze --versionInstalled with Homebrew
brew upgrade blazeInstalled with npm
npm install -g @igness/blaze@latestInstalled with the script
blaze updateThe 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 updatewill 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