You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/05/03 08:12:36 UTC

[camel-k] branch main updated: Add often used cli commands

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 9fa1fcd38 Add often used cli commands
9fa1fcd38 is described below

commit 9fa1fcd38f2f6da82f5fe1ec8e96118f81a5276d
Author: lfabriko <lf...@redhat.com>
AuthorDate: Tue May 2 11:17:37 2023 +0200

    Add often used cli commands
    
    I suggest to add to overview cli commands which are referenced in other parts of documentation (kamel install/uninstall/bind) or are often used (rebuild, reset, version)
---
 docs/modules/ROOT/pages/cli/cli.adoc | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/docs/modules/ROOT/pages/cli/cli.adoc b/docs/modules/ROOT/pages/cli/cli.adoc
index 083998393..6628071e2 100644
--- a/docs/modules/ROOT/pages/cli/cli.adoc
+++ b/docs/modules/ROOT/pages/cli/cli.adoc
@@ -59,6 +59,30 @@ Some of the most used commands are:
 |Delete integrations deployed on Kubernetes
 |kamel delete routes
 
+|bind
+|Bind Kubernetes resources, such as Kamelets, in an integration flow.
+|kamel bind timer-source -p "source.message=hello world" channel:mychannel
+
+|install
+|Install Camel K on a Kubernetes cluster
+|kamel install
+
+|rebuild
+|Clear the state of integrations to rebuild them.
+|kamel rebuild --all
+
+|reset
+|Reset the Camel K installation
+|kamel reset
+
+|uninstall
+|Uninstall Camel K from a Kubernetes cluster
+|kamel uninstall
+
+|version
+|Display client version
+|kamel version
+
 |===
 
 The list above is not the full list of available commands.