squakez opened a new issue, #3705:
URL: https://github.com/apache/camel-k/issues/3705

   When we try to update an Integration, the CLI reports that it has been 
updated, even if there is no update or changes:
   ```
   kamel run ... 
   Integration "promote-route" updated
   ```
   we should warn the user that there are no changes to apply. We can use the 
same notation provided in `kubectl` CLI:
   ```
   kamel run ...  -o yaml | kubectl apply -f -
   integration.camel.apache.org/promote-route configured
   kamel run ...  -o yaml | kubectl apply -f -
   integration.camel.apache.org/promote-route unchanged
   ```


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to