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.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1079,6 +1079,7 @@ Options:
1079
1079
| --params \<json\>| specify the params of the request<br/>\* usage: --params '{"iexec\_args":"do stuff","iexec\_input\_files":\["https://example.com/file.zip"\]}' |
1080
1080
| --skip-preflight-check | skip preflight check, this may result in task execution fail |
1081
1081
| --use-voucher | use the voucher to cover the costs of matching orders |
1082
+
| --voucher-address \<voucherAddress\>| specify the voucher contract to use other than the owned voucher |
1082
1083
1083
1084
#### iexec app request-execution
1084
1085
@@ -1794,6 +1795,7 @@ Options:
1794
1795
| --params \<json\>| specify the params of the request, existing request order will be ignored<br/>\* usage: --params '{"iexec\_args":"do stuff","iexec\_input\_files":\["https://example.com/file.zip"\]}' |
1795
1796
| --skip-preflight-check | skip preflight check, this may result in task execution fail |
1796
1797
| --use-voucher | use the voucher to cover the costs of matching orders |
1798
+
| --voucher-address \<voucherAddress\>| specify the voucher contract to use other than the owned voucher |
|`options.useVoucher?`|`boolean`| use a voucher contract to sponsor the deal |
365
+
|`options.voucherAddress?`|`string`| override the voucher contract to use, must be combined with `useVoucher: true` the user must be authorized by the voucher's owner to use it |
|`options.useVoucher?`|`boolean`| use a voucher contract to sponsor the deal |
500
+
|`options.voucherAddress?`|`string`| override the voucher contract to use, must be combined with `useVoucher: true` the user must be authorized by the voucher's owner to use it |
0 commit comments