commands.sh

sfdk scrape

all

Convert source code modifications to patches.

More info →

Options (2)

-n, --dry-runboolean

Preview the list of commits to be scrapped

Example: sfdk scrape {{[-n|--dry-run]}}
-o, --output-dirboolean

Scrape 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 --stable

Scrape while saving patches to a specified output directory

sfdk scrape [-o|--output-dir] directory

Scrape without removing commits from submodules after creating patches

made by @shridhargupta | data from tldr-pages