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
| --tee-framework \<name\>| specify the TEE framework to use |
2142
2134
2143
2135
#### iexec storage check
2144
2136
@@ -2162,7 +2154,6 @@ Options:
2162
2154
| --keystoredir \<path\>| specify the wallet directory \<"global"\|"local"\|custom\>|
2163
2155
| --chain \<name\>| chain name from "chain.json" |
2164
2156
| --user \<address\>| custom user address |
2165
-
| --tee-framework \<name\>| specify the TEE framework to use |
2166
2157
2167
2158
### iexec result
2168
2159
@@ -2255,7 +2246,6 @@ Options:
2255
2246
| --chain \<name\>| chain name from "chain.json" |
2256
2247
| --force-update | update if already exists |
2257
2248
| --secret-path \<secretPath\>| push the secret from a file |
2258
-
| --tee-framework \<name\>| specify the TEE framework to use |
2259
2249
2260
2250
#### iexec result check-encryption-key
2261
2251
@@ -2280,7 +2270,6 @@ Options:
2280
2270
| --wallet-address \<walletAddress\>| specify the address of the wallet to use |
2281
2271
| --keystoredir \<path\>| specify the wallet directory \<"global"\|"local"\|custom\>|
2282
2272
| --chain \<name\>| chain name from "chain.json" |
2283
-
| --tee-framework \<name\>| specify the TEE framework to use |
2284
2273
2285
2274
### iexec ens
2286
2275
@@ -2607,7 +2596,7 @@ The `chain.json` file, located in every iExec project, describes the parameters
2607
2596
-`chains` set the available chains
2608
2597
- optional key `host` set the url of the ethereum node used by the SDK cli on each chain (overwrite default value).
2609
2598
- optional key `hub` set the address of the hub used by the SDK cli on each chain (overwrite default value).
2610
-
- optional key `sms` set the url of the Secret Management Service used by the SDK cli on each chain (overwrite default value), this key accepts a string or a mapping TEE framework - SMS url.
2599
+
- optional key `sms` set the url of the Secret Management Service used by the SDK cli on each chain (overwrite default value).
2611
2600
- optional key `resultProxy` set the url of the Result Proxy used by the SDK cli on each chain (overwrite default value).
2612
2601
- optional key `iexecGateway` set the url of the iexec marketplace gateway used by the SDK cli on each chain (overwrite default value).
2613
2602
- optional key `ipfsGateway` set the url of the IPFS gateway used by the SDK cli on each chain (overwrite default value).
Copy file name to clipboardExpand all lines: cli_template.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -396,7 +396,7 @@ The `chain.json` file, located in every iExec project, describes the parameters
396
396
-`chains` set the available chains
397
397
- optional key `host` set the url of the ethereum node used by the SDK cli on each chain (overwrite default value).
398
398
- optional key `hub` set the address of the hub used by the SDK cli on each chain (overwrite default value).
399
-
- optional key `sms` set the url of the Secret Management Service used by the SDK cli on each chain (overwrite default value), this key accepts a string or a mapping TEE framework - SMS url.
399
+
- optional key `sms` set the url of the Secret Management Service used by the SDK cli on each chain (overwrite default value).
400
400
- optional key `resultProxy` set the url of the Result Proxy used by the SDK cli on each chain (overwrite default value).
401
401
- optional key `iexecGateway` set the url of the iexec marketplace gateway used by the SDK cli on each chain (overwrite default value).
402
402
- optional key `ipfsGateway` set the url of the IPFS gateway used by the SDK cli on each chain (overwrite default value).
0 commit comments