Skip to content

Instantly share code, notes, and snippets.

View navkn's full-sized avatar
💭
Learn and Apply 7*24*365

Naveen Kothuri navkn

💭
Learn and Apply 7*24*365
  • India
View GitHub Profile
@navkn
navkn / package.xml
Created February 18, 2021 08:42 — forked from shanerk/package.xml
Salesforce package.xml file to get all metadata from your org. Works great with vscode and cli.
<?xml version="1.0" encoding="UTF-8" ?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>*</members>
<name>ApexClass</name>
</types>
<types>
<members>*</members>
<name>ApexComponent</name>
</types>