Right, so now existing scripts have broken, vs code plugins have broken, the newly installed v2 give missing node modules errors, doens't have the sfdx alias and now we have spent three days getting everything back up and running. Imagining forking over $20000 a year to a company that does that to your operations.
They do not! The extension is not updated to use the sf commands. They still use sfdx but updating your CLI should not break your extensions and should be functional.
Best Salesforce CLI video. Thanks!
Thank you
Right, so now existing scripts have broken, vs code plugins have broken, the newly installed v2 give missing node modules errors, doens't have the sfdx alias and now we have spent three days getting everything back up and running. Imagining forking over $20000 a year to a company that does that to your operations.
Does Salesforce CLI Integration (v58) extension for VSCode work with sf commands? I am struggling to make it work.
They do not! The extension is not updated to use the sf commands. They still use sfdx but updating your CLI should not break your extensions and should be functional.
This Demo is recorded in Mac Os. Plan Demo in Windows system. First Set up sfdx (v7) in windows. then move to sf (v2). Plan demo this way.
Hi, I'm using Sfdx-git-delta plugin with sfdx cli , is it also works with Sf ? if no , what is the equivalent plugin to use instead of sfdx-git-delta
Hi, Where you able to find an answer ?
Is this where I ask questions?
npm uninstall sfdx-cli --global is not uninstalling old version of cli.
Try simply using the sudo commands listed here developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_uninstall.htm
sudo rm -rf /usr/local/sfdx
sudo rm -rf /usr/local/lib/sfdx
sudo rm -rf /usr/local/bin/sfdx
sudo rm -rf ~/.local/share/sfdx ~/.config/sfdx ~/.cache/sfdx
sudo rm -rf ~/Library/Caches/sfdx
sudo rm -rf /usr/local/sf
sudo rm -rf /usr/local/bin/sf
sudo rm -rf ~/.local/share/sf ~/.config/sf ~/.cache/sf
sudo rm -rf ~/Library/Caches/sf