Kai Amundsen

Results 38 issues of Kai Amundsen

**Describe the bug** When running `sfpowerscripts:orchestrator:publish`, if the internal `npm publish` command fails, its output is not shown or logged anywhere. This means it is very hard to troubleshoot WHY...

analysis

**Describe the bug** As a partner, our CI Users are "Salesforce Limited Access - Free" https://developer.salesforce.com/docs/atlas.en-us.packagingGuide.meta/packagingGuide/dev_hub_license.htm When using this license, the prepare command fails: > ERROR running sfpowerscripts:orchestrator:prepare: Unable to...

analysis

### Summary Setting export SFDX_IMPROVED_CODE_COVERAGE=true then running unit tests results in error ### Steps To Reproduce: run these commands 1. `export SFDX_IMPROVED_CODE_COVERAGE=true` 1. `sfdx force:apex:test:run -d ~/test-results/mic -r junit -w...

bug
owned by another team

### Feature Type I'm interested in functionality that solves a current problem or limitation in how CumulusCI works. ### Does your feature request solve a current problem? Yes, all of...

enhancement

### Describe the bug `create_package_version._get_base_version_number()` does not filter out deleted package versions IsDeprecated=true this means if you ever accidentally make a higher version number, create_package_version will keep trying to make...

bug

When installing 2GP packages or any package using a package version id, CumulusCI is happily downgrading package versions. Updated the check to pull the full version info of the package...

cla:signed

retrieve unpackaged messes with the package_xml in init_options which breaks its use in Metadeploy (because _init_options ends up being called twice) Re-write options so it is not overwriting the valid...

cla:signed

### Describe the bug This is half a Salesforce bug because I can't believe it is allowed at all. It seems that both Salesforce and CumulusCI both will happily allow...

feature

Using prior values in options is wonderful. The "when" clause in flows, however, is not so much as it is VERY limited what you can base it off of. To...

cla:signed
oss-contribution

### Describe the bug If a package requires an install key, putting a dependency pin on it will fail to install with an invalid install key issue. Including password_env_name in...

bug