cli
cli copied to clipboard
Salesforce CLI
### 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...
### 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...
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,...
Issue creating package version for packages containing fields for object owned by dependant package
### 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...
sfdx force:data:soql:query --bulk only returns first batch of results when result set is very large
### 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....
### 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...
### 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...
### 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...
### 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...
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...