Skip to Content
VS Code ExtensionOverview

SFDT — Salesforce DevTools for VS Code

The SFDT — Salesforce DevTools extension (@sfdt/vscode) drives the @sfdt/cli from inside VS Code: deploy, preflight, org monitoring & audit, docs, and the sfdt dashboard — all from the command palette and a dedicated Org Health sidebar.

  • Marketplace: sfdt.sfdt-devtools
  • Version: 0.1.0
  • Publisher: sfdt
  • VS Code engine: ^1.80.0
  • License: MIT

The extension is a thin UI shell. All the real logic — audit, deploy, monitor, and the rest — lives in the CLI. The extension spawns sfdt, reads the JSON snapshots it writes, and renders them. That means it requires @sfdt/cli to be installed.

What it surfaces

SurfaceWhat you get
Command paletteRun deploy, preflight, audit, monitor, backup, docs, and more — with a modal confirmation before anything destructive
Org Health sidebarA tree of the latest audit and monitor checks, each with a status icon and findings; click a check to re-run just that check
Status barThe active org plus a roll-up health icon; click to open the dashboard
Embedded dashboardThe full sfdt ui web dashboard inside an editor tab
Output channelLive stdout/stderr from every CLI command

Next steps

Last updated on