Examples (5)
Generate qmltypes files
Generate qmltypes files without deploying them (usually to emulator)
sfdk qmltypes --no-deployGenerate qmltypes files without restoring the emulator after deployment
sfdk qmltypes --no-restore-emulatorGenerate qmltypes files and restore the emulator after deployment even on failure
sfdk qmltypes --restore-emulatorGenerate qmltypes files without reverting changes which only include removal of statements with `sdk-make-qmltypes:keep` in comments
sfdk qmltypes --no-keepmade by @shridhargupta | data from tldr-pages