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

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

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

  • @dvazquez10
    @dvazquez10 ปีที่แล้ว +1

    Best Salesforce CLI video. Thanks!

  • @ColoredIceberg
    @ColoredIceberg ปีที่แล้ว +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.

  • @TheDancli
    @TheDancli ปีที่แล้ว +1

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

    • @msrivastav13
      @msrivastav13 ปีที่แล้ว +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.

  • @prakashreddysareddy6092
    @prakashreddysareddy6092 8 หลายเดือนก่อน

    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.

  • @Keshav-i6h
    @Keshav-i6h ปีที่แล้ว

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

      Hi, Where you able to find an answer ?

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

    Is this where I ask questions?

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

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

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

      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 ปีที่แล้ว

      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