-
Notifications
You must be signed in to change notification settings - Fork 244
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
@W-17366392: Fix Omnistudio issues for the sf command format #3855
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VBT tool is not supporting SF cli. So reverting back to SFDX Cli
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lakshmi2506 this PR changes from sf
back to sfdx
. Since CumulusCI already uses sf
, going back might cause problems for people who depend on the newer commands. Could you please share the exact errors you saw when using sf
?
The Vlocity team mentioned that using the useSfCli
setting and the 1.17.10
release might fix these issues. Have we tried that yet?
Could we discuss:
- The exact error messages you encountered when using sf?
- The results of testing
useSfCli
with version1.17.10
?
We should have a plan for what happens when we run into commands that only work with sfdx
. For example, could we make the build fail with a clear error message, rather than quietly switching back and forth between sf
and sfdx
?
No description provided.