Skip to content

Atlas Studio v0.2.1

Choose a tag to compare

@ialameh ialameh released this 26 Jun 06:29
· 1 commit to main since this release

Atlas Studio v0.2.1

New in this release:

  • Dependency graph filtering: filter the big picture by status, and (when the scan found git) by last-changed-by author and a changed-between date range, matching the Components view.
  • Scan options in the Studio: a Scan options panel on Start here lets you exclude Apex tests, exclude managed packages, restrict to or exclude metadata types, and exclude path globs. It applies to the next org, upload, or local scan, so scoping works from the Studio, not only the command line.

Carried over from v0.2.0: Access kit (least-privilege permission sets per feature), scan-time scoping via the CLI and config, git history per component, and Components filtering.

Download the binary for your operating system, then run it:

  • macOS (Apple silicon): sfa-macos-arm64
  • macOS (Intel): sfa-macos-x64
  • Linux (x64): sfa-linux-x64
  • Windows (x64): sfa-win-x64.exe

macOS and Linux: chmod +x <file> then ./<file> serve, and open the printed local URL.
Windows: run sfa-win-x64.exe serve from a terminal.

These builds are not code-signed yet, so the OS shows a warning on first run.

  • macOS: right-click the file, choose Open, then Open again. Or run xattr -d com.apple.quarantine <file>.
  • Windows: on the SmartScreen prompt choose More info, then Run anyway.

Org actions (retrieve, harvest, deploy) need the Salesforce CLI (sf) installed and authenticated. The analysis itself is source-only and runs fully local.

Verify your download against SHA256SUMS.txt.