Options (1)
-n, --dry-runbooleanPreview undeploy without applying the changes
Example:
sfdk undeploy --{{method}} {{[-n|--dry-run]}}Examples (4)
Undeploy using a specified method (`pkcon`, `rpm`, `rsync`, `sdk`, or `zypper`)
sfdk undeploy --methodPreview undeploy without applying the changes
sfdk undeploy --method [-n|--dry-run]Undeploy files in glob pattern `package*`
sfdk undeploy --method "+package*"Undeploy all files excluding `ignore*`
sfdk undeploy --method "-ignore*"made by @shridhargupta | data from tldr-pages