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