cli
cli copied to clipboard
Salesforce CLI
### Summary It seems that there is a corner case that is handled on UI report but not yet for XML Junit reporter. Causing an invalid XML to be generated...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when I try to promote a version with my "master/main" branch pipeline and get "You already promoted...
### Summary following command `sfdx force:package:version:create` includes all profiles metadata which are in the project directory but are outside of the package source directory ### Steps To Reproduce: **Repository to...
### `sf run function start` throws error When i am trying to start my function the below error appears. The message tells me that docker daemon is not running, but...
### Summary When I run `sfdx force:apex:test:run --resultformat junit --codecoverage --testlevel RunLocalTests` against developer org with namespace I get the following error:. ``` ERROR running force:apex:test:run: Cannot read property 'message'...
### Summary StaticResource application/zip folders with forceignored files result in this same unhelpful cryptic error: ``` % sfdx force:source:push -f *** Pushing v52.0 metadata with SOAP API v54.0 connection ***...
**Is your feature request related to a problem? Please describe.** When trying to migrate records using force:data:tree:export and import commands, the import fails on objects which have a self-referencing lookup...
### Summary _Short summary of what is going on or to provide context_. ### Steps To Reproduce: **Repository to reproduce:** https://github.com/salesforcecli/sample-project-multiple-packages 1. `sf env create scratch -d -f config/project-scratch-def.json -y...
### Summary Can't authorize an Org ### Steps To Reproduce: 1. Open vscode and create a new project 2. Select SFDX: Authorize An Org from command pallete ### Expected result...
I'd like to have an option on the force:source:retrieve command that allows me to include/excludes Managed Pakage's components automatically. For example, in case I installed a Managed Package that adds...