You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli/README.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,10 +109,12 @@ Description: Deploy your iApp on the iExec protocol in debug mode.
109
109
110
110
Options:
111
111
112
-
- use `--chain` Specify the blockchain on which the iApp will be deployed (overrides defaultChain configuration which is `bellecour`). Possible values are `bellecour|arbitrum-sepolia-testnet|arbitrum-mainnet`
112
+
- use `--chain` Specify the blockchain on which the iApp will be deployed
113
+
(overrides defaultChain configuration which is `bellecour`). Possible values
114
+
are `bellecour|arbitrum-sepolia-testnet|arbitrum-mainnet`
113
115
114
-
> [!IMPORTANT]
115
-
> To use a chain other than `bellecour`, you must pass (or set in your system) `EXPERIMENTAL_NETWORKS=true` before the `iApp` command.
116
+
> [!IMPORTANT] To use a chain other than `bellecour`, you must pass (or set in
117
+
> your system) `EXPERIMENTAL_NETWORKS=true` before the `iApp` command.
include the `--protectedData` option followed by the address of the protected
144
146
data.
145
-
- use `--chain` Specify the blockchain on which the iApp will be deployed (overrides defaultChain configuration which is `bellecour`). Possible values are `bellecour|arbitrum-sepolia-testnet|arbitrum-mainnet`
147
+
- use `--chain` Specify the blockchain on which the iApp will be deployed
148
+
(overrides defaultChain configuration which is `bellecour`). Possible values
149
+
are `bellecour|arbitrum-sepolia-testnet|arbitrum-mainnet`
146
150
147
-
> [!IMPORTANT]
148
-
> To use a chain other than `bellecour`, you must pass (or set in your system) `EXPERIMENTAL_NETWORKS=true` before the `iApp` command.
151
+
> [!IMPORTANT] To use a chain other than `bellecour`, you must pass (or set in
152
+
> your system) `EXPERIMENTAL_NETWORKS=true` before the `iApp` command.
149
153
150
154
---
151
155
@@ -157,7 +161,8 @@ Command:
157
161
iapp debug <taskId>
158
162
```
159
163
160
-
Description: Retrieve detailed execution logs from worker nodes for a specific task.
164
+
Description: Retrieve detailed execution logs from worker nodes for a specific
165
+
task.
161
166
162
167
---
163
168
@@ -183,7 +188,7 @@ iapp wallet <action>
183
188
184
189
Description: Manage wallet.
185
190
186
-
Options for `<action>` :
191
+
Options for `<action>` :
187
192
188
193
-`import` import a new wallet by providing a private key.
189
194
-`select` select a wallet from your personnal keystore.
0 commit comments