cli
cli copied to clipboard
Salesforce CLI
I'm able to login to my org using `sf login org jwt -a vdallano -i CLIENT_ID -f ../jwt/server.key -l https://test.salesforce.com -u USERNAME --json`, but when I try `sf login functions...
### Summary SFDX 7.129.0 installed with npm does not work with node lts (16.13.0) ### Steps To Reproduce: 1. npm install 16.13.0 2. npm i -g [email protected] 3. sfdx --version...
### Summary Object with 1400 rows (1000 > x < 2000) only exports 1000 rows even with --plan ### Steps To Reproduce: Here's the command: sfdx force:data:tree:export -u uat -q...
### Summary After downloading SFDX v7.162.0 and enabling ENhanced domain in my dev sandbox, i tried authorizing the org using sfdx and everytime i tried to add my credentials in...
**Is your feature request related to a problem? Please describe.** I want to have the ability to change field types (valid combination) using sfdx-cli using a combination of preDestructiveChange and...
package:version:create fails with "Unknown Error" when dependent package includes ExperienceBundle
### Summary When a package includes an `experiences` folder (and associated source), attempting to create a new version of any other package that has a dependency on the package that...
### Summary When I execute `force:mdapi:deploy:cancel` it throws "MdapiCancelCommandImpl is not a constructor" even though this bug was fixed many releases ago ### Steps To Reproduce: 1. Do a deployment...
### Summary This AM I started having issues with `sfdx force:source:deploy -p ...` pushing source w/ API version 56.0 (upcoming/unreleased Winter '23) by default. I eventually just forced the API...
### Summary This happens every so often, and the only resolution has been to reinstall vscode & plugins. I am hoping to get a better solution. All CLI commands fail...
**Is your feature request related to a problem? Please describe.** No **What are you trying to do** Assign permission set groups using `sfdx force:user:permset:assign` **Describe the solution you'd like** Improve...