From 80a8d49d742751c645c5a6b302b79f1eb16ac3d1 Mon Sep 17 00:00:00 2001 From: Le-Caignec Date: Thu, 9 Oct 2025 10:48:32 +0200 Subject: [PATCH 1/3] fix(docs): update command usage and descriptions in iApp generator guide --- .../iapp-generator/building-your-iexec-app.md | 22 +++++-------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/src/references/iapp-generator/building-your-iexec-app.md b/src/references/iapp-generator/building-your-iexec-app.md index 4293c934..27dd7165 100644 --- a/src/references/iapp-generator/building-your-iexec-app.md +++ b/src/references/iapp-generator/building-your-iexec-app.md @@ -124,7 +124,7 @@ algorithms and data processing here. ### `iapp init` **Purpose**: Initialize a new iApp project -**Usage**: `iapp init [options]` +**Usage**: `iapp init` **What it does**: Creates project structure, configuration files, and basic templates through interactive prompts. @@ -187,18 +187,11 @@ templates through interactive prompts. ### `iapp mock ` -**Purpose**: Create mocked input for testing purposes +**Purpose**: Create a mocked input for test **Usage**: `iapp mock [options]` **Positional arguments**: -- `` – Type of input to mock (e.g., `default`, `custom`) - -**Options**: - -- `--args ` – Arguments to use in the mock data -- `--protectedData ` – Protected data mock name to use -- `--inputFile ` – Input files to mock -- `--requesterSecret ` – Requester secrets to mock +- `` – Type of input to mock [required] [choices: "protectedData"] ### `iapp wallet ` @@ -206,13 +199,8 @@ templates through interactive prompts. **Usage**: `iapp wallet [options]` **Positional arguments**: -- `` – Wallet action to perform (e.g., `balance`, `address`, `sign`) - -**Options**: - -- `--chain ` – Specify the blockchain network (e.g., `goerli`, - `mainnet`) -- `--data ` – Data to sign (for `sign` action) +- `` – Import a new wallet or select one from the keystore [required] + [choices: "import", "select"] ## Advanced Options From 6c942f4ca918f48d991f79e494daafd8b94032cd Mon Sep 17 00:00:00 2001 From: Le-Caignec Date: Thu, 9 Oct 2025 10:54:15 +0200 Subject: [PATCH 2/3] fix(docs): update blockchain network options and input type requirements in iApp generator guide --- .../iapp-generator/building-your-iexec-app.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/references/iapp-generator/building-your-iexec-app.md b/src/references/iapp-generator/building-your-iexec-app.md index 27dd7165..0a30625e 100644 --- a/src/references/iapp-generator/building-your-iexec-app.md +++ b/src/references/iapp-generator/building-your-iexec-app.md @@ -150,7 +150,7 @@ templates through interactive prompts. **Options**: - `--chain ` – Specify the blockchain network for deployment (e.g., - `goerli`, `mainnet`) + `arbitrum-mainnet`, `bellecour`) ### `iapp run ` @@ -170,7 +170,7 @@ templates through interactive prompts. - `--requesterSecret ` – Key-value requester secrets (`index=value`) available inside the iApp at `$IEXEC_REQUESTER_SECRET_*` - `--chain ` – Specify the blockchain network to run the iApp on (e.g., - `goerli`, `mainnet`) + `arbitrum-mainnet`, `bellecour`) ### `iapp debug ` @@ -183,7 +183,7 @@ templates through interactive prompts. **Options**: - `--chain ` – Specify the blockchain network of the task (e.g., - `goerli`, `mainnet`) + `arbitrum-mainnet`, `bellecour`) ### `iapp mock ` @@ -191,7 +191,7 @@ templates through interactive prompts. **Usage**: `iapp mock [options]` **Positional arguments**: -- `` – Type of input to mock [required] [choices: "protectedData"] +- `` – Type of input to mock [choices: "protectedData"] ### `iapp wallet ` @@ -199,8 +199,8 @@ templates through interactive prompts. **Usage**: `iapp wallet [options]` **Positional arguments**: -- `` – Import a new wallet or select one from the keystore [required] - [choices: "import", "select"] +- `` – Import a new wallet or select one from the keystore [choices: + "import", "select"] ## Advanced Options From 4bb55772fa4810b5a82d6d2d718b0f2c56c0385c Mon Sep 17 00:00:00 2001 From: Robin Le Caignec <72495599+Le-Caignec@users.noreply.github.com> Date: Thu, 9 Oct 2025 10:57:27 +0200 Subject: [PATCH 3/3] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/references/iapp-generator/building-your-iexec-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/references/iapp-generator/building-your-iexec-app.md b/src/references/iapp-generator/building-your-iexec-app.md index 0a30625e..28d1d405 100644 --- a/src/references/iapp-generator/building-your-iexec-app.md +++ b/src/references/iapp-generator/building-your-iexec-app.md @@ -187,7 +187,7 @@ templates through interactive prompts. ### `iapp mock ` -**Purpose**: Create a mocked input for test +**Purpose**: Create a mocked input for testing **Usage**: `iapp mock [options]` **Positional arguments**: