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

feat: support targeting browser in "open" command #211

Merged
merged 2 commits into from
Oct 22, 2021

Conversation

toddhalfpenny
Copy link
Contributor

What does this PR do?

This PR adds an optional --browser flag to the open command to enable users to specify which browser application to use (e.g. Firefox, Chrome).
It does this by passing the argument through to the underlying "open" package.

An example (on mac) is;

$ sfdx force:org:open -u MyAlias -b "chrome"

This is a replica - more or less - of what was in #100 , but I was a plum and forgot to actually commit and push the last set of changes. With the amount of time and commits that have passed I thought it were best to rebase and create a new PR, instead of polluting it with lots of unrelated changes/merges etc.

What issues does this PR fix or reference?

This addresses the feature request #1015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants