From 7aac47e4b832e3eb991e8b6e2caf943b118421c5 Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Wed, 11 Mar 2026 14:36:03 +0000 Subject: [PATCH] Update wiki Home page for exec-sink --- Home.md | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/Home.md b/Home.md index 93a012c..49ee579 100644 --- a/Home.md +++ b/Home.md @@ -1,21 +1,31 @@ -# Deploy the Project on CamelX Platform +# Exec Sink -Deploy on CamelX Platform in three steps +Execute system commands -## Step 1: Create a release -From the project space, click on **"Create a release"** +The Kamelet expects the following headers to be set: -The new version is automatically available in the list +- `args` / `ce-args`: as the args to be set on the executable. -## Step 2: Deploy -Click on **"Deploy"** +If the header won't be set the executable will be run without arguments. -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory +## Metadata -## Step 3: Expose -Enable **"Expose"** +| Property | Value | +|----------|-------| +| Type | sink | +| Group | Exec | +| Namespace | System | +| Support Level | Stable | +| Provider | Apache Software Foundation | -Choose an **API Gateway** (Internal, Public, etc.) +## Properties + +| Name | Type | Required | Default | Description | +|------|------|----------|---------|-------------| +| `executable` | string | ✓ | | The command to execute | + +## Dependencies + +- `camel:core` +- `camel:exec` +- `camel:kamelet`