-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
fix(cli): Linux browser not supported for cdk docs
#9549
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for opening a PR for this use case! changes seem fine to me, but there are a couple things we should fix up before merging this one that are not related to the code.
-
let's move the integration test output as a comment in this PR so it's not a part of the commit body.
Rationale: the commit body should describe the problem we're solving, the approach, considerations, and any other pertinent implementation details -
can you move the
Fixes #2847
into the commit body
These should be covered in our CONTRIBUTING guide
Ok. Great! This is the final output of the integration tests:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license |
Adding "xdg-open %u" that is available in all free-desktop distros, so it can be used as the standard docs command for Linux users Fixes #2847
It is indeed covered in the our CONTRIBUTING guide. I misplaced it. I think that pulling the last changes from upstream master and updating the commit message with a forced push I corrupted the pull request. Shoud I do anything else? |
@gmeligio I think something is off with the latest merge - don't think you intended to change 877 files. can you update and merge again (avoid force pushing as it can be problematic). |
I think that the history is fixed and we are now where we wanted to be before the mistaken push. Does it seem fine to you? |
cdk docs
cdk docs
cdk docs
cdk docs
cdk docs
Pull request has been modified.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
fix(cli): Add browser command for Linux
Adding "xdg-open %u" that is available in all free-desktop distros, so it can be used as the standard docs command for Linux users
Fixes #2847