Skip to content

Instantly share code, notes, and snippets.

View franevarez's full-sized avatar

Francisco J. Nevarez Bustamante franevarez

View GitHub Profile
@franevarez
franevarez / refriveAllSF.sh
Last active January 8, 2026 03:33
Retrieve your entire Salesforce metadata with 2 commands
#create manifest "allMetadata" with all metadata.
sf project generate manifest --from-org [your org alias] -n allMetadata --output-dir manifest
#Retrive all Metadata from the "allMetadata" file (In Unix Systems).
sf project retrieve start --manifest manifest/allMetadata.xml