Skip to content

Commit 87f4c96

Browse files
authored
chore(deps): update iroh get cli command (#42)
1 parent c3062e2 commit 87f4c96

File tree

7 files changed

+48
-48
lines changed

7 files changed

+48
-48
lines changed

netsim/sims/integration/derper.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{
3131
"name": "iroh_get",
3232
"count": 1,
33-
"cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml get --ticket %s > /dev/null",
33+
"cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml get --ticket %s --out STDOUT > /dev/null",
3434
"type": "public",
3535
"connect": {
3636
"strategy": "params",
@@ -71,7 +71,7 @@
7171
{
7272
"name": "iroh_get",
7373
"count": 1,
74-
"cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml get --ticket %s > /dev/null",
74+
"cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml get --ticket %s --out STDOUT > /dev/null",
7575
"type": "public",
7676
"connect": {
7777
"strategy": "params",
@@ -112,7 +112,7 @@
112112
{
113113
"name": "iroh_get",
114114
"count": 1,
115-
"cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml get --ticket %s > /dev/null",
115+
"cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml get --ticket %s --out STDOUT > /dev/null",
116116
"type": "nat",
117117
"connect": {
118118
"strategy": "params",
@@ -153,7 +153,7 @@
153153
{
154154
"name": "iroh_get",
155155
"count": 1,
156-
"cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml get --ticket %s > /dev/null",
156+
"cmd": "time ./bins/iroh --keylog --cfg data/derp.config.toml get --ticket %s --out STDOUT > /dev/null",
157157
"type": "nat",
158158
"connect": {
159159
"strategy": "params",

netsim/sims/integration/iroh.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
"name": "iroh_get",
2222
"count": 1,
23-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
23+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
2424
"type": "public",
2525
"connect": {
2626
"strategy": "params",
@@ -50,7 +50,7 @@
5050
{
5151
"name": "iroh_get",
5252
"count": 3,
53-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
53+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
5454
"type": "public",
5555
"connect": {
5656
"strategy": "params",
@@ -79,7 +79,7 @@
7979
{
8080
"name": "iroh_get",
8181
"count": 2,
82-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
82+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
8383
"type": "public",
8484
"connect": {
8585
"strategy": "params",
@@ -108,7 +108,7 @@
108108
{
109109
"name": "iroh_get",
110110
"count": 4,
111-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
111+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
112112
"type": "public",
113113
"connect": {
114114
"strategy": "params",

netsim/sims/iroh/iroh.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{
2020
"name": "iroh_get",
2121
"count": 1,
22-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
22+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
2323
"type": "public",
2424
"connect": {
2525
"strategy": "params",
@@ -48,7 +48,7 @@
4848
{
4949
"name": "iroh_get",
5050
"count": 3,
51-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
51+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
5252
"type": "public",
5353
"connect": {
5454
"strategy": "params",
@@ -77,7 +77,7 @@
7777
{
7878
"name": "iroh_get",
7979
"count": 5,
80-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
80+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
8181
"type": "public",
8282
"connect": {
8383
"strategy": "params",
@@ -106,7 +106,7 @@
106106
{
107107
"name": "iroh_get",
108108
"count": 10,
109-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
109+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
110110
"type": "public",
111111
"connect": {
112112
"strategy": "params",
@@ -135,7 +135,7 @@
135135
{
136136
"name": "iroh_get",
137137
"count": 2,
138-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
138+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
139139
"type": "public",
140140
"connect": {
141141
"strategy": "params",
@@ -164,7 +164,7 @@
164164
{
165165
"name": "iroh_get",
166166
"count": 4,
167-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
167+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
168168
"type": "public",
169169
"connect": {
170170
"strategy": "params",
@@ -193,7 +193,7 @@
193193
{
194194
"name": "iroh_get",
195195
"count": 6,
196-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
196+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
197197
"type": "public",
198198
"connect": {
199199
"strategy": "params",
@@ -222,7 +222,7 @@
222222
{
223223
"name": "iroh_get",
224224
"count": 10,
225-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
225+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
226226
"type": "public",
227227
"connect": {
228228
"strategy": "params",

netsim/sims/iroh/iroh_200ms.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{
2020
"name": "iroh_get",
2121
"count": 1,
22-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
22+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
2323
"type": "public",
2424
"connect": {
2525
"strategy": "params",
@@ -53,7 +53,7 @@
5353
{
5454
"name": "iroh_get",
5555
"count": 3,
56-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
56+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
5757
"type": "public",
5858
"connect": {
5959
"strategy": "params",
@@ -87,7 +87,7 @@
8787
{
8888
"name": "iroh_get",
8989
"count": 5,
90-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
90+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
9191
"type": "public",
9292
"connect": {
9393
"strategy": "params",
@@ -121,7 +121,7 @@
121121
{
122122
"name": "iroh_get",
123123
"count": 10,
124-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
124+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
125125
"type": "public",
126126
"connect": {
127127
"strategy": "params",
@@ -155,7 +155,7 @@
155155
{
156156
"name": "iroh_get",
157157
"count": 2,
158-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
158+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
159159
"type": "public",
160160
"connect": {
161161
"strategy": "params",
@@ -189,7 +189,7 @@
189189
{
190190
"name": "iroh_get",
191191
"count": 4,
192-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
192+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
193193
"type": "public",
194194
"connect": {
195195
"strategy": "params",
@@ -223,7 +223,7 @@
223223
{
224224
"name": "iroh_get",
225225
"count": 6,
226-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
226+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
227227
"type": "public",
228228
"connect": {
229229
"strategy": "params",
@@ -257,7 +257,7 @@
257257
{
258258
"name": "iroh_get",
259259
"count": 10,
260-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
260+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
261261
"type": "public",
262262
"connect": {
263263
"strategy": "params",

netsim/sims/iroh/iroh_20ms.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{
2020
"name": "iroh_get",
2121
"count": 1,
22-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
22+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
2323
"type": "public",
2424
"connect": {
2525
"strategy": "params",
@@ -53,7 +53,7 @@
5353
{
5454
"name": "iroh_get",
5555
"count": 3,
56-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
56+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
5757
"type": "public",
5858
"connect": {
5959
"strategy": "params",
@@ -87,7 +87,7 @@
8787
{
8888
"name": "iroh_get",
8989
"count": 5,
90-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
90+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
9191
"type": "public",
9292
"connect": {
9393
"strategy": "params",
@@ -121,7 +121,7 @@
121121
{
122122
"name": "iroh_get",
123123
"count": 10,
124-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
124+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
125125
"type": "public",
126126
"connect": {
127127
"strategy": "params",
@@ -155,7 +155,7 @@
155155
{
156156
"name": "iroh_get",
157157
"count": 2,
158-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
158+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
159159
"type": "public",
160160
"connect": {
161161
"strategy": "params",
@@ -189,7 +189,7 @@
189189
{
190190
"name": "iroh_get",
191191
"count": 4,
192-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
192+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
193193
"type": "public",
194194
"connect": {
195195
"strategy": "params",
@@ -223,7 +223,7 @@
223223
{
224224
"name": "iroh_get",
225225
"count": 6,
226-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
226+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
227227
"type": "public",
228228
"connect": {
229229
"strategy": "params",
@@ -257,7 +257,7 @@
257257
{
258258
"name": "iroh_get",
259259
"count": 10,
260-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
260+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
261261
"type": "public",
262262
"connect": {
263263
"strategy": "params",

netsim/sims/lossy/iroh.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{
2020
"name": "iroh_get",
2121
"count": 1,
22-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
22+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
2323
"type": "public",
2424
"connect": {
2525
"strategy": "params",
@@ -53,7 +53,7 @@
5353
{
5454
"name": "iroh_get",
5555
"count": 3,
56-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
56+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
5757
"type": "public",
5858
"connect": {
5959
"strategy": "params",
@@ -87,7 +87,7 @@
8787
{
8888
"name": "iroh_get",
8989
"count": 5,
90-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
90+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
9191
"type": "public",
9292
"connect": {
9393
"strategy": "params",
@@ -121,7 +121,7 @@
121121
{
122122
"name": "iroh_get",
123123
"count": 10,
124-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
124+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
125125
"type": "public",
126126
"connect": {
127127
"strategy": "params",
@@ -155,7 +155,7 @@
155155
{
156156
"name": "iroh_get",
157157
"count": 2,
158-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
158+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
159159
"type": "public",
160160
"connect": {
161161
"strategy": "params",
@@ -189,7 +189,7 @@
189189
{
190190
"name": "iroh_get",
191191
"count": 4,
192-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
192+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
193193
"type": "public",
194194
"connect": {
195195
"strategy": "params",
@@ -223,7 +223,7 @@
223223
{
224224
"name": "iroh_get",
225225
"count": 6,
226-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
226+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
227227
"type": "public",
228228
"connect": {
229229
"strategy": "params",
@@ -257,7 +257,7 @@
257257
{
258258
"name": "iroh_get",
259259
"count": 10,
260-
"cmd": "time ./bins/iroh get --ticket %s > /dev/null",
260+
"cmd": "time ./bins/iroh get --ticket %s --out STDOUT > /dev/null",
261261
"type": "public",
262262
"connect": {
263263
"strategy": "params",

0 commit comments

Comments
 (0)