Blaze

Approval Mode

1. What is it?

Approval Mode is a safety mode where Blaze pauses and asks for your approval right before it makes a change to your Salesforce org — such as a configuration change or a record operation.

Before hard-to-undo operations like deploying metadata or deleting records, Blaze stops and shows you what it is about to do, against which org, and with exactly which command. Nothing runs until you approve it.

Harmless operations like reading or investigating proceed as usual, so your workflow doesn’t slow down.


2. Differences from normal mode

Normal modeApproval Mode
Config changes / record operationsRun immediatelyShow a confirmation first
Reading / investigatingRun immediatelyRun immediately

3. How to switch

In the main window or Launcher, you can switch in either of two ways.

  • Press Shift + Tab to cycle through Normal → Approval → Requirement → Normal.
  • Press the ”+” button to the left of the input box and turn on “Approval Mode” in the menu.

The current mode is shown below the input box.


4. Reading the confirmation

When Blaze is about to run an impactful operation, a confirmation appears.

  • What it is about to do — a description such as deploy or record operation
  • Deploy target — the Salesforce org the change applies to
  • Target files — the metadata or files affected
  • Command — the exact command that will run

Review it, then choose Run (Enter) or Cancel (Esc).


5. Operations that trigger confirmation

TypeExamples
DeployApplying metadata / deleting source
Record operationsCreating, updating, deleting, or importing records
Org operationsCreating or deleting a Scratch / Sandbox org
Apex executionRunning Apex code against an org
PackagesInstalling or creating a package version
Permission assignmentAssigning a permission set / permission set license
API writesModifying org data via the REST / Bulk API

Read-only operations are not subject to confirmation, such as querying data or retrieving metadata.


  • Always keep Approval Mode on when working against a Production org
  • Until you’re comfortable, review each operation in Approval Mode
  • Switch to normal mode only for repetitive routine work in a Sandbox