Diff Orgs banner
SalesforceLabs SalesforceLabs

Diff Orgs

Development community

Description

--- description: Compare configuration between two Salesforce orgs --- # Diff Orgs Compare AFLS configuration between two Salesforce orgs to identify configuration drift. ## Steps 1. If no preferred org has been set in this session: - Use `list_sf_orgs` to find available orgs. - Ask the user which two orgs to compare. - Call `set_target_org` with their primary org choice. 2. Use the `diff_orgs` tool with the two org aliases or usernames. - The tool compares: trigger handlers, Ad

Installation

Installs to ~/.claude/skills/salesforcelabs-afls-for-claude-diff-orgs/SKILL.md

Terminal
mkdir -p ~/.claude/skills/salesforcelabs-afls-for-claude-diff-orgs && curl -fsSL https://raw.githubusercontent.com/SalesforceLabs/afls-for-claude/HEAD/commands/diff-orgs.md -o ~/.claude/skills/salesforcelabs-afls-for-claude-diff-orgs/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository