You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to have a command for previewing a visualforce page directly from sfdx.
for example having this command : sfdx force:source:open -f path/to/myvfpage --visualforce
the result will preview directly a visualforce page on the browser in the next url : https:myorg:/apex/myvfpage
Describe the solution you'd like
Modify the already existed command with adding a flag (--visualforce) and the path should be pointed to a visualforce page.
Additional context
for future use it could be used directly from VS code visualforce extension.
The text was updated successfully, but these errors were encountered:
Thank you for filing this feature request. We appreciate your feedback and will review the feature at our next grooming or sprint planning session. We prioritize feature requests with more upvotes and comments.
What are you trying to do
for example having this command :
sfdx force:source:open -f path/to/myvfpage --visualforce
the result will preview directly a visualforce page on the browser in the next url :
https:myorg:/apex/myvfpage
Describe the solution you'd like
Additional context
The text was updated successfully, but these errors were encountered: