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

CLI - Make kamel run handle github urls that are not raw #1515

Merged
merged 3 commits into from
Jun 11, 2020

Conversation

lburgazzoli
Copy link
Contributor

@lburgazzoli lburgazzoli commented Jun 10, 2020

Fixes #1497

Release Note

It is now possible to run integrations from GitHub with a dedicated URL
syntax:

    kamel run github:$user/$repo/$path?branch=$branch


As example, running the following command

    kamel run github:apache/camel-k/examples/Sample.java

is equivalent to:

    kamel run https://raw.githubusercontent.com/apache/camel-k/master/examples/Sample.java

but does not require to type the full GitHub RAW URL.

Declaring the branch query param is not required and defaults to `master` if not
explicit set.

@lburgazzoli
Copy link
Contributor Author

/cc @davsclaus

@oscerd
Copy link
Contributor

oscerd commented Jun 10, 2020

Wonderful

@davsclaus
Copy link
Contributor

awesome lovely work

@lburgazzoli
Copy link
Contributor Author

lburgazzoli commented Jun 11, 2020

looks like the travis-ci check is not updated as the related jobs did succeed, see https://travis-ci.org/github/apache/camel-k/builds/696845748

@nicolaferraro shall we merge this ?

@nicolaferraro
Copy link
Member

looks like the travis-ci check is not updated as the related jobs did succeed, see https://travis-ci.org/github/apache/camel-k/builds/696845748

@nicolaferraro shall we merge this ?

Yes, notifications are not working properly recently.

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

Successfully merging this pull request may close these issues.

CLI - Make kamel run handle github urls that are not raw
4 participants