You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2018/10/05 08:52:13 UTC

[GitHub] nicolaferraro opened a new issue #161: kamel "get" should not return contexts

nicolaferraro opened a new issue #161: kamel "get" should not return contexts
URL: https://github.com/apache/camel-k/issues/161
 
 
   After running a integration that requires a new context, like:
   
   ```
   kamel run --name=withrest --dependency=camel-undertow runtime/examples/routes-rest.js --dev
   ```
   
   The `kamel get` command returns the new context in the list of integrations:
   ```
   $ kamel get
   NAME    CONTEXT                 STATUS
   props   jvm                     Running
   withrestctx-beri4biu4rhacvdlu1dgRunning
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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