-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Salesforce CLI and v52 compatibility #1054
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Hi @firatesmer if you run the command via the CLI directly does it succeed? Or is this only an issue when using VSCode? |
Hey @firatesmer have you had a chance to try it out with the CLI directly? you can also try the new beta source plugin |
Hey @WillieRuemmele, Yes, I've tried with CLI and the result is still version v51 even command prints out |
Hi @firatesmer and what if you run |
Hi @WillieRuemmele,
WARNING: apiVersion configuration overridden at "52.0"
But still prepares the package with v51. |
I am having exactly this same issue. For me the version during deployment is always 50 no matter what I do. I even uninstalled CLI and re-installed to see if there would be any impact and no luck. I have even tried to set 52 version globally but except for this WARNING: apiVersion configuration overridden at 52.0 nothing has changed. I am now on sfdx-cli/7.109.0-fc6b854 |
are you still seeing version issues with more recent CLIs? Anyone else been able to reproduce this? FWIW, more recent deploy commands will tell you what version they're using during the deploy or beta:push |
Hey @mshanemc, I've just updated the CLI and it works as expected now, no more error. CLI Version : sfdx-cli/7.130.1 win32-x64 node-v16.13.1 |
Summary
Salesforce CLI can't deploy v52 (latest version) related items to org when you right click and select deploy on VS Code. I tried to create package but the version of the package was 51 but the version in package.xml was 52.0. I did try "SFDX_API_VERSION=52.0" as well but no luck.
Steps To Reproduce:
Salesforce CLI version: sfdx-cli/7.105.0 win32-x64 node-v14.17.0
OS version: Windows 10 21H1 (19043.1055)
The text was updated successfully, but these errors were encountered: