sfpowerscripts icon indicating copy to clipboard operation
sfpowerscripts copied to clipboard

Add support for skipping an artifact installation in a specific org through release command

Open azlam-abdulsalam opened this issue 3 years ago • 0 comments

sfpowerscripts currently support skipping artifacts to specific org's via skipDeployOnOrgs in the sfdx-project.json. Though this serves the purpose, this is semantically flawed

  • deployment information is part of the build artifact
  • in case the alias is changed or a new org is added, where a specific module has to be skipped, the package has to be rebuilt.

A package should not be rebuilt when a configuration such as environment is being changed. This should ideally be controlled by release definition files.

azlam-abdulsalam avatar Dec 08 '21 05:12 azlam-abdulsalam