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

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • 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...
    Website: developer.sale...
    LinkedIn: https:/linkedin.com/showcase/salesforcedevs/
    X: x.com/salesfor...
    Facebook: / salesforcedevs

ความคิดเห็น • 12

  • @dvazquez10
    @dvazquez10 11 หลายเดือนก่อน +1

    Best Salesforce CLI video. Thanks!

    • @msrivastav13
      @msrivastav13 11 หลายเดือนก่อน

      Thank you

  • @ColoredIceberg
    @ColoredIceberg 10 หลายเดือนก่อน +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 6 หลายเดือนก่อน

    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 11 หลายเดือนก่อน +1

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

    • @msrivastav13
      @msrivastav13 11 หลายเดือนก่อน +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 10 หลายเดือนก่อน

    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

    • @charansurya4869
      @charansurya4869 15 ชั่วโมงที่ผ่านมา

      Hi, Where you able to find an answer ?

  • @sarahasnolimits7170
    @sarahasnolimits7170 ปีที่แล้ว

    Is this where I ask questions?

  • @adeelawan9259
    @adeelawan9259 11 หลายเดือนก่อน

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

    • @msrivastav13
      @msrivastav13 11 หลายเดือนก่อน

      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 11 หลายเดือนก่อน

      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