Options (2)
-n, --dry-runbooleanPreview the list of commits to be scrapped
Example:
sfdk scrape {{[-n|--dry-run]}}-o, --output-dirbooleanScrape while saving patches to a specified output directory
Example:
sfdk scrape {{[-o|--output-dir]}} {{directory}}Examples (5)
Save source modifications as patches
Preview the list of commits to be scrapped
sfdk scrape [-n|--dry-run]Scrape while preserving the original patches file names
sfdk scrape --stableScrape while saving patches to a specified output directory
sfdk scrape [-o|--output-dir] directoryScrape without removing commits from submodules after creating patches
sfdk scrape --keepmade by @shridhargupta | data from tldr-pages