ExamGecko
Question list
Search
Search

List of questions

Search

Question 185 - Certified B2B Commerce Administrator discussion

Report
Export

A developer is working in Visual Studio Code on a previously deployed project which is rather large and deployments are time consuming. The developer wants to know if a CSS file containing small changes was actually deployed to the org. What is one way this can be accomplished?

A.
Right-click the folder for the component and choose Diff Styles Against Org
Answers
A.
Right-click the folder for the component and choose Diff Styles Against Org
B.
Click the Tools menu and select Diff Styles Against Org...
Answers
B.
Click the Tools menu and select Diff Styles Against Org...
C.
Right-click the CSS file and choose Diff File Against Org
Answers
C.
Right-click the CSS file and choose Diff File Against Org
D.
Right-click the folder for the component and choose Diff Files Against Org
Answers
D.
Right-click the folder for the component and choose Diff Files Against Org
Suggested answer: C

Explanation:

To compare a CSS file containing small changes with the version deployed to the org, the developer can right-click the CSS file and choose Diff File Against Org. This will open a diff view in Visual Studio Code that shows the differences between the local file and the org file. The developer can use this feature to verify if the changes were deployed or not.This feature requires the Salesforce Extension Pack and the @salesforce/sfdx-diff plugin to be installed in Visual Studio Code12.Reference:SFDX: diff file against org #1584,Salesforce Diff - Visual Studio Marketplace

asked 23/09/2024
Jonathan Moreno
29 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first