-
Notifications
You must be signed in to change notification settings - Fork 2.8k
cli: add browser flag to console command (close #3333) #3601
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
Conversation
|
Beep boop! 🤖 Hey @ashishra0, thanks for your PR! One of my human friends will review this PR and get back to you as soon as possible. Stay awesome! 😎 |
|
Deploy preview for hasura-docs ready! Built with commit 9e4278d |
|
Review app for commit ac8fe1a deployed to Heroku: https://hge-ci-pull-3601.herokuapp.com |
|
Review app for commit 30d0999 deployed to Heroku: https://hge-ci-pull-3601.herokuapp.com |
|
Tested here and works as expected 👍. |
|
Should give credits to @tibotiber too when merging. |
|
Review app for commit 9e4278d deployed to Heroku: https://hge-ci-pull-3601.herokuapp.com |
|
Beep boop! 🤖 Awesome work @ashishra0! All of us at Hasura ❤️ what you did. Thanks again 🤗 |
|
Review app https://hge-ci-pull-3601.herokuapp.com is deleted |
…3601) Co-authored-by: Ashish Rao <ashishrao@hasura.io> Co-authored-by: Thibaut Tiberghien <thibaut@smplrspace.com>
Description
Add a browser flag to the
hasura consolecommand. This flag allows the user to run the hasura console on their choice of browser rather than the default one.The above command with the browser flag will override the default browser for eg
chromeand will open the console only onfirefox.Affected components
Related Issues
#3333
Solution and Design
The fix to the issue was to add a new flag to the console command that when invoked with name of browser will open the console only on the specified browser.