sfpowerscripts
sfpowerscripts copied to clipboard
Add support for skipping an artifact installation in a specific org through release command
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.