commands.sh

sfdk deploy

all

Deploy build results to a device.

More info →

Options (1)

-n, --dry-runboolean

Preview 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 --method

Preview 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 --method
made by @shridhargupta | data from tldr-pages