sfpowerscripts icon indicating copy to clipboard operation
sfpowerscripts copied to clipboard

A build system for modular development in Salesforce

Results 89 sfpowerscripts issues
Sort by recently updated
recently updated
newest added

As a Release Manager, I would like to set a release name, So that delivery pipeline uses it in the Changelog file. So, instead of the autoincremented counter, we would...

analysis

sfdx-project.json is the manifest which determines the packages in a particular project, dependencies of each packages and deployment order. As projects grow, the complexity of this manifest grows (3K+ lines...

enhancement

#### Description #### Checklist All items have to be completed before a PR is merged - [x] Adhere to [Contribution Guidelines](https://docs.dxatscale.io/about-us/contributing-to-dx-scale) - [ ] Updates to Decision Records considered? -...

decision

Often developers forget to bump the package version, which causes a lot of release pipeline builds failures. sfdx sfpowerscripts:orchestrator:validate command should check if any package related to the changes, can...

enhancement
analysis

During the validate stage, where an existing fully prepared scratch org is used, there is no functionality to validate destructive changes. To validate destructive changes currently, one must use a...

enhancement
analysis

sfpowerscripts in December 21 (#764) introduce dependency analysis in alpha. This has been running stable across the test beds and is able to figure out incorrect dependencies. This feature can...

enhancement

**Describe the feature** - A pool should be able to be created with the desired artifacts. - That includes managed package dependencies as well as unlocked, source, or data packages....

new feature

**Describe the bug** Intermittently during Scratch org pool generation, the job completes successfully but a couple of scratch orgs fail to be created. There are no logs generated in .sfpowerscripts...

bug

**Describe the feature** When I'm running `sfdx sfpowerscripts:pool:list` there is no status that describe if the scratch org had all packages deployed. It might be the case that some errors...

enhancement
analysis

**Describe the bug** After migrating our pipelines to newer sfdx cli and sfpowerscrips version: From: **SFDX CLI** 7.136.2 **SFPOWERSCRIPTS** 10.2.15 To: **SFDX CLI** 7.145.0 **SFPOWERSCRIPTS** 13.6.16 Prepare command began to...

bug