Built-in examples
Use glade examples to find local playground examples without opening the website.
bash
glade examples
glade examples --tag limits
glade examples show refinement-service
glade examples run refinement-serviceOpen one in the local Playground:
bash
glade playground --example refinement-service --openUseful first examples:
| ID | Use it for |
|---|---|
refinement-service | Classes, SOQL, DML, and tests |
deal-desk-discount-guard | Trigger and limit behavior |
limit-counter-drill | Governor limit counters |
org-diff-review-loop | Local state diffs after DML |
glade examples run <id> prints the command that opens the example. It does not modify your project.
The sample quickstart explains how to load the workspace, run its named test, and inspect a failure. The corrected RefinementServiceTest is part of the v0.2.14 release candidate; the published v0.2.13 sample has a source error and no test class. Use the existing-project quickstart on that release, and never accept Pass alongside source errors.