Skip to content
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

add a parameter for sfdx force:org:open to indicate whether it is lightning or classic to open #2089

Closed
garychenming opened this issue Mar 20, 2020 · 8 comments
Labels
good first issue good issue for first-time contributors type:feedback Feedback for new features

Comments

@garychenming
Copy link
Contributor

As a SFDC developer, my development scenario was limited to classic, with the default lightning experience every time I opened org, and I had to switch to classic, which was time wasting when the network was bad.

So I hope there is a parameter to specify the experience mode of opening org. like this:

$: sfdx force:org:open -u orgName -l // open an org with lightning experience
$: sfdx force:org:open -u orgName -c // open an org with classic mode
@lcampos lcampos added type:feature type:feedback Feedback for new features labels Mar 25, 2020
@git2gus
Copy link

git2gus bot commented Mar 25, 2020

This issue has been linked to a new work item: W-7372056

1 similar comment
@git2gus
Copy link

git2gus bot commented Mar 25, 2020

This issue has been linked to a new work item: W-7372056

@lcampos lcampos added the good first issue good issue for first-time contributors label Mar 27, 2020
@git2gus
Copy link

git2gus bot commented Mar 27, 2020

This issue has been linked to a new work item: W-7372056

@jackTylerDurden
Copy link

What should be the default value of this parameter(i.e. if not specified)?

@garychenming
Copy link
Contributor Author

garychenming commented Feb 1, 2021

What should be the default value of this parameter(i.e. if not specified)?

@jackTylerDurden Lightning is the current trend, so I think the default value should be lightning.

@jackTylerDurden
Copy link

Hi @garychenming,
Thanks for the quick reponse.

I went through the documentation of Salesforce CLI Command Reference and found that there already exists a command which opens the org in lightning when a parameter is given.

The command I used is -
sfdx force:org:open -u -p lightning

Please find the documentation here. Please look for ' $ sfdx force:org:open -r -p lightning' once you go to the documentation.

Please let me know if I'm missing anything.

Thanks, and Regards,
Tanmay

osieckiAdam added a commit to osieckiAdam/salesforcedx-vscode that referenced this issue May 1, 2021
Allow to choose which page will be opened when using SFDX: Open Default Org

fix forcedotcom#2089
@AllanOricil
Copy link
Contributor

@AnanyaJha is this still open?

@gbockus-sf
Copy link
Contributor

nope...long never'd. Thanks for the callout @AllanOricil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue good issue for first-time contributors type:feedback Feedback for new features
Projects
None yet
Development

No branches or pull requests

6 participants