codeLive: How to Work with the Salesforce CLI sf (v2)

Sdílet
Vložit
  • čas přidán 23. 08. 2023
  • Join Mohith Shrivastava to delve into the world of Salesforce CLI sf (v2). The sf (v2) encompasses both sf and sfdx, offering a superior user experience and faster installation and upgrade times.
    Connect with Salesforce Developers:
    Join the Community: salesforce.com/devcommunity
    Website: developer.salesforce.com/
    LinkedIn: https:/linkedin.com/showcase/salesforcedevs/
    X: x.com/salesforcedevs
    Facebook: / salesforcedevs
  • Zábava

Komentáře • 11

  • @dvazquez10
    @dvazquez10 Před 10 měsíci +1

    Best Salesforce CLI video. Thanks!

  • @ColoredIceberg
    @ColoredIceberg Před 9 měsíci +1

    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.

  • @prakashreddysareddy6092
    @prakashreddysareddy6092 Před 5 měsíci

    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.

  • @TheDancli
    @TheDancli Před 10 měsíci +1

    Does Salesforce CLI Integration (v58) extension for VSCode work with sf commands? I am struggling to make it work.

    • @msrivastav13
      @msrivastav13 Před 10 měsíci +1

      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.

  • @user-zy9tt3wc4n
    @user-zy9tt3wc4n Před 9 měsíci

    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

  • @sarahasnolimits7170
    @sarahasnolimits7170 Před 11 měsíci

    Is this where I ask questions?

  • @adeelawan9259
    @adeelawan9259 Před 10 měsíci

    npm uninstall sfdx-cli --global is not uninstalling old version of cli.

    • @msrivastav13
      @msrivastav13 Před 10 měsíci

      Try simply using the sudo commands listed here developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_uninstall.htm

    • @msrivastav13
      @msrivastav13 Před 10 měsíci

      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