Skip to content

Commit 80a8d49

Browse files
committed
fix(docs): update command usage and descriptions in iApp generator guide
1 parent 69803d4 commit 80a8d49

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

src/references/iapp-generator/building-your-iexec-app.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ algorithms and data processing here.
124124
### `iapp init`
125125

126126
**Purpose**: Initialize a new iApp project
127-
**Usage**: `iapp init [options]`
127+
**Usage**: `iapp init`
128128
**What it does**: Creates project structure, configuration files, and basic
129129
templates through interactive prompts.
130130

@@ -187,32 +187,20 @@ templates through interactive prompts.
187187

188188
### `iapp mock <inputType>`
189189

190-
**Purpose**: Create mocked input for testing purposes
190+
**Purpose**: Create a mocked input for test
191191
**Usage**: `iapp mock <inputType> [options]`
192192
**Positional arguments**:
193193

194-
- `<inputType>` – Type of input to mock (e.g., `default`, `custom`)
195-
196-
**Options**:
197-
198-
- `--args <string>` – Arguments to use in the mock data
199-
- `--protectedData <string>` – Protected data mock name to use
200-
- `--inputFile <string>` – Input files to mock
201-
- `--requesterSecret <array>` – Requester secrets to mock
194+
- `<inputType>` – Type of input to mock [required] [choices: "protectedData"]
202195

203196
### `iapp wallet <action>`
204197

205198
**Purpose**: Manage wallet-related operations
206199
**Usage**: `iapp wallet <action> [options]`
207200
**Positional arguments**:
208201

209-
- `<action>` – Wallet action to perform (e.g., `balance`, `address`, `sign`)
210-
211-
**Options**:
212-
213-
- `--chain <string>` – Specify the blockchain network (e.g., `goerli`,
214-
`mainnet`)
215-
- `--data <string>` – Data to sign (for `sign` action)
202+
- `<action>` – Import a new wallet or select one from the keystore [required]
203+
[choices: "import", "select"]
216204

217205
## Advanced Options <ChainNotSupportedBadge />
218206

0 commit comments

Comments
 (0)