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

**Describe the feature** Context: https://dxatscale.slack.com/archives/CN9N54GF5/p1664371890200189 _"These version number changes should be made in the `sfdx-project.json` file before the final package build and promotion."_ I understand that `.NEXT` provides auto-increment, but...

enhancement

All orchestrator commands should output a command output in a JSON file, so that the results can be used by other process for further processing

new feature

**Describe the bug** When using validateAgainstPool, there is an option --enabledependencyvalidation that isn't available when using the validateAgainstOrg. Is it possible to have this option ? Because currently the validateAgainstOrg...

question

**Describe the bug** Even if the SFPOWERSCRIPTS_DATADOG_HOST is set incorrectly, the command sfpowerscripts:pool:metrics:publish returns 200. **To Reproduce** Set the environment variables as below: ```bash export SFPOWERSCRIPTS_DATADOG=true export SFPOWERSCRIPTS_DATADOG_HOST=WRONG_VALUE sfdx sfpowerscripts:pool:metrics:publish...

enhancement

**Describe the bug** Trying to create a pool of scratch orgs with all external dependencies, and some packages. Currently I'm using the `releaseConfigFile` parameter to specify the packages I want...

bug

As relase config command is uses throughout the orchestrator commands, it is anticipated pools will be prepared with release config limiting to a domain as specified in the release config....

analysis

**Describe the bug** During our scheduled daily clean-dev-pool job, if the are 0 unused scratch in the dev pool, and the used scratch org pool is fully consumed, we are...

bug

**Describe the bug** Currently it is hard to deploy apps with ProfileActionOverrides and profiles with default app. Both currently require dummy metadata to be put into the repository. 1. Apps...

analysis

Issue created from http server://dxatscale.slack.com/archives/CN9N54GF5/p1676545974864559 Hi, thought I share the following experience, just in case some one else runs into a similar problem: When attempting to set up the dashboard...

bug