How to retrive all metada from salesforce org - cli- vscode- command prompt
How to retrive all metada from salesforce org - cli- vscode- command prompt
1)execute command ---
sfdx force source manifest create --fromorg alisname --manifestname=allMetadata --outputdir manifest // outdated
sf project retrieve start --source-dir force-app --manifest package.xml --target-org aliasname // updated
2) from manifest folder drag and drop allMetadata.xml file to main directory(root) in salesforce vscode folder.
3) execute command --
sfdx force:source:retrive -x allMetadata.xml // deprecated
//sf project retrieve start --manifest allMetadata.xml // not working
Comments
Post a Comment