You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/01/21 11:54:56 UTC

[GitHub] [camel-k] nicolaferraro opened a new pull request #1217: Fix #1181: add --save option to install and run

nicolaferraro opened a new pull request #1217: Fix #1181: add --save option to install and run
URL: https://github.com/apache/camel-k/pull/1217
 
 
   <!-- Description -->
   
   This allows to save the configuration into a file named `kamel-config.yaml` in the module root and to save the run and install configuration automatically.
   
   E.g.
   
   ```
   kamel run examples/simple.groovy -t quarkus.enabled=true -d camel:telegram --save
   ```
   
   Will run the integration and save the command line options in the config file:
   
   ```
   kamel:
     run:
       integration:
         simple:
           dependencies: '[camel:telegram]'
           traits: '[quarkus.enabled=true]'
   
   ```
   
   From next time, the integration can be run with just:
   
   ```
   kamel run examples/simple.groovy
   ```
   
   NOTE: parameters can be also set for all integrations under kamel.run.xxx
   
   
   <!--
   Enter your extended release note in the below block. If the PR requires
   additional action from users switching to the new release, include the string
   "action required". If no release note is required, write "NONE". 
   
   You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" to make sure
   the text is added to the right section of the release notes. 
   -->
   
   **Release Note**
   ```release-note
   NONE
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-k] oscerd merged pull request #1217: Fix #1181: add --save option to install and run

Posted by GitBox <gi...@apache.org>.
oscerd merged pull request #1217: Fix #1181: add --save option to install and run
URL: https://github.com/apache/camel-k/pull/1217
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services