cli icon indicating copy to clipboard operation
cli copied to clipboard

Salesforce CLI

Results 264 cli issues
Sort by recently updated
recently updated
newest added

### Summary When trying to clone a sandbox using a source sandbox, an error is returned when the source sandbox name has been reused, but the deleted sandbox is stuck...

investigating

### Summary We get the following error when using 7.172.0 to install an unlocked package into a sandbox. Cannot set sharingModel to ControlledByParent on a CustomObject without a MasterDetail relationship...

investigating

I don't know why I frequently face these errors while taking metadata backup CLIError: timed out And after that, it stuck in List metadata and did not continue for backup,...

more information required
stale

### Summary Yesterday we encountered and error when versioning one of our packages: ``` { "status": 1, "name": "", "message": "Multiple errors occurred:\n(1) XXXX__c.YYYY__c: An object 'XXXX__c.YYYY__c' of type CustomField...

more information required

### Summary If you use "sfdx force:data:soql:query --bulk" to fetch a large set of data (e.g. 1m rows) you only get the first batch of results, not the whole lot....

investigating

### Summary When trying to create Scratch org using sfdx force:org:create command using org shape, it is failing to create scratch org. ### Steps To Reproduce: 1. Create a project-scratch-def...

investigating

### Summary We get an error when creating a package version with SFDX 7.172.0. The creation of package version with same content works as expected with 7.171.0 ### Steps To...

investigating

### Summary If you run an sfdx command from an exec context in windowsthen the sfdx command will fail with the error: `...\Salesforce CLI\bin\node.exe"' is not recognized as an internal...

investigating

### Summary Running `sfdx force:package:beta:version:create` command fails: _Cannot read properties of undefined (reading 'package')_ Running `sfdx force:package:version:create` command works with 7.170.0 or earlier releases. I'm attempting to use the beta...

bug
investigating

I don't see any documentation for this but is it possible or maybe I am missing a flag is it possible to monitor your function for changes and then recompile/restart...

feature