npx claudepluginhub bhanu91221/claude-sfdx-iq --plugin claude-sfdx-iqRetrieve Salesforce metadata from a target org to the local project, with diff reporting and conflict detection.
Determine what to retrieve
package.xml or manifest/package.xml exists, ask if the user wants to retrieve by manifestsf project retrieve startIdentify target org
--target-org flag if providedExecute retrieval
sf project retrieve start --manifest manifest/package.xmlsf project retrieve start --metadata <MetadataType:ComponentName>sf project retrieve start--wait 10 for timeout controlShow diff with local source
git diff to show what changed locallyDetect and report conflicts
Report results
| Flag | Description | Default |
|---|---|---|
--target-org | Org alias or username | Default org |
--metadata | Specific metadata type:name | None |
--manifest | Path to package.xml | Auto-detected |
/retrieve
/retrieve --metadata ApexClass:AccountService
/retrieve --manifest manifest/package.xml
/retrieve --target-org devSandbox