Skip to content

Choose a Glade workflow

Start with the job in front of you. Each workflow gives the commands, the local result to expect, and the Salesforce boundary to keep.

Start here

WorkflowUse it when
Run Apex testsYou want a local Apex test loop for all tests, one class, one method, changed tests, or failed tests.
Debug ApexYou need breakpoints, anonymous Apex output, or a profile from a local debug log.
Preview LWC locallyYou want a local shell for LWC routes, records, page targets, and named contexts.
Preview Visualforce locallyYou want local /apex/<PageName> preview routes for controller and page work.
Work with local dataYou need a local sf target, queryable records, or a seeded SQLite store.
Add Glade to CIYou need SARIF, JSON, JUnit, and stable exit codes in pull request checks.

When you need more depth

Use Product areas when you need the system map behind a workflow. Use the CLI reference when you need exact flags. Use What runs locally before relying on local behavior for a hosted Salesforce edge.

Glade is local-first Apex tooling.