This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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 |