Controlling Aspects of Installation
Skip artifacts if they are already installed
// Command to deploy set of artifacts to devhub
sfp install -u devhub --artifactdir artifacts --skipifalreadyinstalled Install artifacts to an org baselined on an another org
// Command to deploy with baseline
sfp install -u qa \
--artifactdir artifacts \
--skipifalreadyinstalled --baselineorg devhubLast updated