Blaze

Blaze CLI v0.8.0 : Release notes (2026/06/20)

Thank you for using Blaze!


1. Check your setup at a glance with blaze doctor

When Blaze isn’t behaving and you’re not sure why, just run blaze doctor to check whether your setup is ready to go.

blaze doctor

It checks the following:

  • Whether the Salesforce CLI is available
  • Whether you’re signed in to Blaze
  • Whether a default org is configured and actually reachable
  • Whether your Salesforce project files are in place

Any problems are listed along with the command to fix each one.

Press Enter and Blaze takes care of the fixes it can safely make on its own, then re-checks (it won’t touch anything that needs your call, like signing in or changing your default org).

You can also run /doctor during a session, or blaze doctor --json to feed the results into other tools.