@dxos/cli 0.5.1-next.5a770e3 → 0.5.1-next.638da00

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/oclif.manifest.json +268 -268
  2. package/package.json +23 -23
@@ -1,15 +1,9 @@
1
1
  {
2
2
  "commands": {
3
- "app:create": {
3
+ "agent:invitations": {
4
4
  "aliases": [],
5
- "args": {
6
- "name": {
7
- "description": "App name.",
8
- "name": "name",
9
- "required": true
10
- }
11
- },
12
- "description": "Manage applications.",
5
+ "args": {},
6
+ "description": "List valid invitations.",
13
7
  "flags": {
14
8
  "json": {
15
9
  "description": "Output as JSON.",
@@ -105,38 +99,16 @@
105
99
  "multiple": false,
106
100
  "type": "option"
107
101
  },
108
- "tag": {
109
- "description": "Git tag or branch of the DXOS repo to checkout.",
110
- "name": "tag",
111
- "hasDynamicHelp": false,
112
- "multiple": false,
113
- "type": "option"
114
- },
115
- "template": {
116
- "char": "t",
117
- "description": "Template to use when creating the project.",
118
- "name": "template",
119
- "default": "hello",
120
- "hasDynamicHelp": false,
121
- "multiple": false,
122
- "options": [
123
- "hello",
124
- "bare",
125
- "tasks"
126
- ],
127
- "type": "option"
128
- },
129
- "interactive": {
130
- "char": "i",
131
- "description": "Customize app template options via interactive prompt.",
132
- "name": "interactive",
102
+ "no-truncate": {
103
+ "description": "Do not truncate keys.",
104
+ "name": "no-truncate",
133
105
  "allowNo": false,
134
106
  "type": "boolean"
135
107
  }
136
108
  },
137
109
  "hasDynamicHelp": false,
138
110
  "hiddenAliases": [],
139
- "id": "app:create",
111
+ "id": "agent:invitations",
140
112
  "pluginAlias": "@dxos/cli",
141
113
  "pluginName": "@dxos/cli",
142
114
  "pluginType": "core",
@@ -147,14 +119,14 @@
147
119
  "dist",
148
120
  "src",
149
121
  "commands",
150
- "app",
151
- "create.js"
122
+ "agent",
123
+ "invitations.js"
152
124
  ]
153
125
  },
154
- "app:list": {
126
+ "agent:list": {
155
127
  "aliases": [],
156
128
  "args": {},
157
- "description": "List apps.",
129
+ "description": "List agents.",
158
130
  "flags": {
159
131
  "json": {
160
132
  "description": "Output as JSON.",
@@ -249,11 +221,100 @@
249
221
  "hasDynamicHelp": false,
250
222
  "multiple": false,
251
223
  "type": "option"
224
+ },
225
+ "columns": {
226
+ "description": "only show provided columns (comma-separated)",
227
+ "exclusive": [
228
+ "extended"
229
+ ],
230
+ "name": "columns",
231
+ "hasDynamicHelp": false,
232
+ "multiple": false,
233
+ "type": "option"
234
+ },
235
+ "csv": {
236
+ "description": "output is csv format [alias: --output=csv]",
237
+ "exclusive": [
238
+ "no-truncate"
239
+ ],
240
+ "name": "csv",
241
+ "allowNo": false,
242
+ "type": "boolean"
243
+ },
244
+ "extended": {
245
+ "char": "x",
246
+ "description": "show extra columns",
247
+ "exclusive": [
248
+ "columns"
249
+ ],
250
+ "name": "extended",
251
+ "allowNo": false,
252
+ "type": "boolean"
253
+ },
254
+ "filter": {
255
+ "description": "filter property by partial string matching, ex: name=foo",
256
+ "name": "filter",
257
+ "hasDynamicHelp": false,
258
+ "multiple": false,
259
+ "type": "option"
260
+ },
261
+ "no-header": {
262
+ "description": "hide table header from output",
263
+ "exclusive": [
264
+ "csv"
265
+ ],
266
+ "name": "no-header",
267
+ "allowNo": false,
268
+ "type": "boolean"
269
+ },
270
+ "no-truncate": {
271
+ "description": "do not truncate output to fit screen",
272
+ "exclusive": [
273
+ "csv"
274
+ ],
275
+ "name": "no-truncate",
276
+ "allowNo": false,
277
+ "type": "boolean"
278
+ },
279
+ "output": {
280
+ "description": "output in a more machine friendly format",
281
+ "exclusive": [
282
+ "no-truncate",
283
+ "csv"
284
+ ],
285
+ "name": "output",
286
+ "hasDynamicHelp": false,
287
+ "multiple": false,
288
+ "options": [
289
+ "csv",
290
+ "json",
291
+ "yaml"
292
+ ],
293
+ "type": "option"
294
+ },
295
+ "sort": {
296
+ "description": "property to sort by (prepend '-' for descending)",
297
+ "name": "sort",
298
+ "hasDynamicHelp": false,
299
+ "multiple": false,
300
+ "type": "option"
301
+ },
302
+ "live": {
303
+ "description": "Live update.",
304
+ "name": "live",
305
+ "allowNo": false,
306
+ "type": "boolean"
307
+ },
308
+ "system": {
309
+ "description": "Run as system daemon.",
310
+ "name": "system",
311
+ "allowNo": false,
312
+ "type": "boolean"
252
313
  }
253
314
  },
254
315
  "hasDynamicHelp": false,
255
316
  "hiddenAliases": [],
256
- "id": "app:list",
317
+ "id": "agent:list",
257
318
  "pluginAlias": "@dxos/cli",
258
319
  "pluginName": "@dxos/cli",
259
320
  "pluginType": "core",
@@ -264,20 +325,14 @@
264
325
  "dist",
265
326
  "src",
266
327
  "commands",
267
- "app",
328
+ "agent",
268
329
  "list.js"
269
330
  ]
270
331
  },
271
- "app:open": {
332
+ "agent:restart": {
272
333
  "aliases": [],
273
- "args": {
274
- "url": {
275
- "description": "App URL.",
276
- "name": "url",
277
- "required": true
278
- }
279
- },
280
- "description": "Opens app with provided url and process device invitation.",
334
+ "args": {},
335
+ "description": "Restart agent daemon.",
281
336
  "flags": {
282
337
  "json": {
283
338
  "description": "Output as JSON.",
@@ -373,24 +428,22 @@
373
428
  "multiple": false,
374
429
  "type": "option"
375
430
  },
376
- "instances": {
377
- "description": "Amount of test instances.",
378
- "name": "instances",
379
- "default": 1,
380
- "hasDynamicHelp": false,
381
- "multiple": false,
382
- "type": "option"
431
+ "force": {
432
+ "description": "Force restart.",
433
+ "name": "force",
434
+ "allowNo": false,
435
+ "type": "boolean"
383
436
  },
384
- "invite": {
385
- "description": "If `true` proceed device invitation for all instances.",
386
- "name": "invite",
437
+ "system": {
438
+ "description": "Run as system daemon.",
439
+ "name": "system",
387
440
  "allowNo": false,
388
441
  "type": "boolean"
389
442
  }
390
443
  },
391
444
  "hasDynamicHelp": false,
392
445
  "hiddenAliases": [],
393
- "id": "app:open",
446
+ "id": "agent:restart",
394
447
  "pluginAlias": "@dxos/cli",
395
448
  "pluginName": "@dxos/cli",
396
449
  "pluginType": "core",
@@ -401,14 +454,20 @@
401
454
  "dist",
402
455
  "src",
403
456
  "commands",
404
- "app",
405
- "open.js"
457
+ "agent",
458
+ "restart.js"
406
459
  ]
407
460
  },
408
- "app:publish": {
461
+ "agent:start": {
409
462
  "aliases": [],
410
463
  "args": {},
411
- "description": "Publish apps.",
464
+ "description": "Starts the agent.",
465
+ "examples": [
466
+ {
467
+ "description": "Run with .",
468
+ "command": "dx agent start -f --ws=5001"
469
+ }
470
+ ],
412
471
  "flags": {
413
472
  "json": {
414
473
  "description": "Output as JSON.",
@@ -504,37 +563,48 @@
504
563
  "multiple": false,
505
564
  "type": "option"
506
565
  },
507
- "configPath": {
508
- "description": "Path to dx.yml",
509
- "name": "configPath",
566
+ "foreground": {
567
+ "char": "f",
568
+ "description": "Run in foreground.",
569
+ "name": "foreground",
570
+ "allowNo": false,
571
+ "type": "boolean"
572
+ },
573
+ "system": {
574
+ "description": "Run as system daemon.",
575
+ "name": "system",
576
+ "allowNo": false,
577
+ "type": "boolean"
578
+ },
579
+ "ws": {
580
+ "aliases": [
581
+ "web-socket"
582
+ ],
583
+ "description": "Expose web socket port.",
584
+ "name": "ws",
510
585
  "hasDynamicHelp": false,
586
+ "helpValue": "port",
511
587
  "multiple": false,
512
588
  "type": "option"
513
589
  },
514
- "accessToken": {
515
- "description": "Access token for publishing.",
516
- "name": "accessToken",
590
+ "http": {
591
+ "description": "Expose http port.",
592
+ "name": "http",
517
593
  "hasDynamicHelp": false,
594
+ "helpValue": "port",
518
595
  "multiple": false,
519
596
  "type": "option"
520
597
  },
521
- "skipExisting": {
522
- "description": "Do not update content on KUBE if version already exists.",
523
- "name": "skipExisting",
598
+ "metrics": {
599
+ "description": "Start metrics recording.",
600
+ "name": "metrics",
524
601
  "allowNo": false,
525
602
  "type": "boolean"
526
- },
527
- "version": {
528
- "description": "Version of modules to publish.",
529
- "name": "version",
530
- "hasDynamicHelp": false,
531
- "multiple": false,
532
- "type": "option"
533
603
  }
534
604
  },
535
605
  "hasDynamicHelp": false,
536
606
  "hiddenAliases": [],
537
- "id": "app:publish",
607
+ "id": "agent:start",
538
608
  "pluginAlias": "@dxos/cli",
539
609
  "pluginName": "@dxos/cli",
540
610
  "pluginType": "core",
@@ -545,14 +615,14 @@
545
615
  "dist",
546
616
  "src",
547
617
  "commands",
548
- "app",
549
- "publish.js"
618
+ "agent",
619
+ "start.js"
550
620
  ]
551
621
  },
552
- "config": {
622
+ "agent:status": {
553
623
  "aliases": [],
554
624
  "args": {},
555
- "description": "Show config file.",
625
+ "description": "Show agent status",
556
626
  "flags": {
557
627
  "json": {
558
628
  "description": "Output as JSON.",
@@ -651,7 +721,7 @@
651
721
  },
652
722
  "hasDynamicHelp": false,
653
723
  "hiddenAliases": [],
654
- "id": "config",
724
+ "id": "agent:status",
655
725
  "pluginAlias": "@dxos/cli",
656
726
  "pluginName": "@dxos/cli",
657
727
  "pluginType": "core",
@@ -662,14 +732,14 @@
662
732
  "dist",
663
733
  "src",
664
734
  "commands",
665
- "config",
666
- "index.js"
735
+ "agent",
736
+ "status.js"
667
737
  ]
668
738
  },
669
- "agent:invitations": {
739
+ "agent:stop": {
670
740
  "aliases": [],
671
741
  "args": {},
672
- "description": "List valid invitations.",
742
+ "description": "Stop agent daemon.",
673
743
  "flags": {
674
744
  "json": {
675
745
  "description": "Output as JSON.",
@@ -765,16 +835,28 @@
765
835
  "multiple": false,
766
836
  "type": "option"
767
837
  },
768
- "no-truncate": {
769
- "description": "Do not truncate keys.",
770
- "name": "no-truncate",
771
- "allowNo": false,
838
+ "all": {
839
+ "description": "Stop all agents.",
840
+ "name": "all",
841
+ "allowNo": false,
842
+ "type": "boolean"
843
+ },
844
+ "force": {
845
+ "description": "Force stop.",
846
+ "name": "force",
847
+ "allowNo": false,
848
+ "type": "boolean"
849
+ },
850
+ "system": {
851
+ "description": "Run as system daemon.",
852
+ "name": "system",
853
+ "allowNo": false,
772
854
  "type": "boolean"
773
855
  }
774
856
  },
775
857
  "hasDynamicHelp": false,
776
858
  "hiddenAliases": [],
777
- "id": "agent:invitations",
859
+ "id": "agent:stop",
778
860
  "pluginAlias": "@dxos/cli",
779
861
  "pluginName": "@dxos/cli",
780
862
  "pluginType": "core",
@@ -786,13 +868,19 @@
786
868
  "src",
787
869
  "commands",
788
870
  "agent",
789
- "invitations.js"
871
+ "stop.js"
790
872
  ]
791
873
  },
792
- "agent:list": {
874
+ "app:create": {
793
875
  "aliases": [],
794
- "args": {},
795
- "description": "List agents.",
876
+ "args": {
877
+ "name": {
878
+ "description": "App name.",
879
+ "name": "name",
880
+ "required": true
881
+ }
882
+ },
883
+ "description": "Manage applications.",
796
884
  "flags": {
797
885
  "json": {
798
886
  "description": "Output as JSON.",
@@ -888,99 +976,38 @@
888
976
  "multiple": false,
889
977
  "type": "option"
890
978
  },
891
- "columns": {
892
- "description": "only show provided columns (comma-separated)",
893
- "exclusive": [
894
- "extended"
895
- ],
896
- "name": "columns",
897
- "hasDynamicHelp": false,
898
- "multiple": false,
899
- "type": "option"
900
- },
901
- "csv": {
902
- "description": "output is csv format [alias: --output=csv]",
903
- "exclusive": [
904
- "no-truncate"
905
- ],
906
- "name": "csv",
907
- "allowNo": false,
908
- "type": "boolean"
909
- },
910
- "extended": {
911
- "char": "x",
912
- "description": "show extra columns",
913
- "exclusive": [
914
- "columns"
915
- ],
916
- "name": "extended",
917
- "allowNo": false,
918
- "type": "boolean"
919
- },
920
- "filter": {
921
- "description": "filter property by partial string matching, ex: name=foo",
922
- "name": "filter",
979
+ "tag": {
980
+ "description": "Git tag or branch of the DXOS repo to checkout.",
981
+ "name": "tag",
923
982
  "hasDynamicHelp": false,
924
983
  "multiple": false,
925
984
  "type": "option"
926
985
  },
927
- "no-header": {
928
- "description": "hide table header from output",
929
- "exclusive": [
930
- "csv"
931
- ],
932
- "name": "no-header",
933
- "allowNo": false,
934
- "type": "boolean"
935
- },
936
- "no-truncate": {
937
- "description": "do not truncate output to fit screen",
938
- "exclusive": [
939
- "csv"
940
- ],
941
- "name": "no-truncate",
942
- "allowNo": false,
943
- "type": "boolean"
944
- },
945
- "output": {
946
- "description": "output in a more machine friendly format",
947
- "exclusive": [
948
- "no-truncate",
949
- "csv"
950
- ],
951
- "name": "output",
986
+ "template": {
987
+ "char": "t",
988
+ "description": "Template to use when creating the project.",
989
+ "name": "template",
990
+ "default": "hello",
952
991
  "hasDynamicHelp": false,
953
992
  "multiple": false,
954
993
  "options": [
955
- "csv",
956
- "json",
957
- "yaml"
994
+ "hello",
995
+ "bare",
996
+ "tasks"
958
997
  ],
959
998
  "type": "option"
960
999
  },
961
- "sort": {
962
- "description": "property to sort by (prepend '-' for descending)",
963
- "name": "sort",
964
- "hasDynamicHelp": false,
965
- "multiple": false,
966
- "type": "option"
967
- },
968
- "live": {
969
- "description": "Live update.",
970
- "name": "live",
971
- "allowNo": false,
972
- "type": "boolean"
973
- },
974
- "system": {
975
- "description": "Run as system daemon.",
976
- "name": "system",
1000
+ "interactive": {
1001
+ "char": "i",
1002
+ "description": "Customize app template options via interactive prompt.",
1003
+ "name": "interactive",
977
1004
  "allowNo": false,
978
1005
  "type": "boolean"
979
1006
  }
980
1007
  },
981
1008
  "hasDynamicHelp": false,
982
1009
  "hiddenAliases": [],
983
- "id": "agent:list",
1010
+ "id": "app:create",
984
1011
  "pluginAlias": "@dxos/cli",
985
1012
  "pluginName": "@dxos/cli",
986
1013
  "pluginType": "core",
@@ -991,14 +1018,14 @@
991
1018
  "dist",
992
1019
  "src",
993
1020
  "commands",
994
- "agent",
995
- "list.js"
1021
+ "app",
1022
+ "create.js"
996
1023
  ]
997
1024
  },
998
- "agent:restart": {
1025
+ "app:list": {
999
1026
  "aliases": [],
1000
1027
  "args": {},
1001
- "description": "Restart agent daemon.",
1028
+ "description": "List apps.",
1002
1029
  "flags": {
1003
1030
  "json": {
1004
1031
  "description": "Output as JSON.",
@@ -1093,23 +1120,11 @@
1093
1120
  "hasDynamicHelp": false,
1094
1121
  "multiple": false,
1095
1122
  "type": "option"
1096
- },
1097
- "force": {
1098
- "description": "Force restart.",
1099
- "name": "force",
1100
- "allowNo": false,
1101
- "type": "boolean"
1102
- },
1103
- "system": {
1104
- "description": "Run as system daemon.",
1105
- "name": "system",
1106
- "allowNo": false,
1107
- "type": "boolean"
1108
1123
  }
1109
1124
  },
1110
1125
  "hasDynamicHelp": false,
1111
1126
  "hiddenAliases": [],
1112
- "id": "agent:restart",
1127
+ "id": "app:list",
1113
1128
  "pluginAlias": "@dxos/cli",
1114
1129
  "pluginName": "@dxos/cli",
1115
1130
  "pluginType": "core",
@@ -1120,20 +1135,20 @@
1120
1135
  "dist",
1121
1136
  "src",
1122
1137
  "commands",
1123
- "agent",
1124
- "restart.js"
1138
+ "app",
1139
+ "list.js"
1125
1140
  ]
1126
1141
  },
1127
- "agent:start": {
1142
+ "app:open": {
1128
1143
  "aliases": [],
1129
- "args": {},
1130
- "description": "Starts the agent.",
1131
- "examples": [
1132
- {
1133
- "description": "Run with .",
1134
- "command": "dx agent start -f --ws=5001"
1144
+ "args": {
1145
+ "url": {
1146
+ "description": "App URL.",
1147
+ "name": "url",
1148
+ "required": true
1135
1149
  }
1136
- ],
1150
+ },
1151
+ "description": "Opens app with provided url and process device invitation.",
1137
1152
  "flags": {
1138
1153
  "json": {
1139
1154
  "description": "Output as JSON.",
@@ -1229,48 +1244,24 @@
1229
1244
  "multiple": false,
1230
1245
  "type": "option"
1231
1246
  },
1232
- "foreground": {
1233
- "char": "f",
1234
- "description": "Run in foreground.",
1235
- "name": "foreground",
1236
- "allowNo": false,
1237
- "type": "boolean"
1238
- },
1239
- "system": {
1240
- "description": "Run as system daemon.",
1241
- "name": "system",
1242
- "allowNo": false,
1243
- "type": "boolean"
1244
- },
1245
- "ws": {
1246
- "aliases": [
1247
- "web-socket"
1248
- ],
1249
- "description": "Expose web socket port.",
1250
- "name": "ws",
1251
- "hasDynamicHelp": false,
1252
- "helpValue": "port",
1253
- "multiple": false,
1254
- "type": "option"
1255
- },
1256
- "http": {
1257
- "description": "Expose http port.",
1258
- "name": "http",
1247
+ "instances": {
1248
+ "description": "Amount of test instances.",
1249
+ "name": "instances",
1250
+ "default": 1,
1259
1251
  "hasDynamicHelp": false,
1260
- "helpValue": "port",
1261
1252
  "multiple": false,
1262
1253
  "type": "option"
1263
1254
  },
1264
- "metrics": {
1265
- "description": "Start metrics recording.",
1266
- "name": "metrics",
1255
+ "invite": {
1256
+ "description": "If `true` proceed device invitation for all instances.",
1257
+ "name": "invite",
1267
1258
  "allowNo": false,
1268
1259
  "type": "boolean"
1269
1260
  }
1270
1261
  },
1271
1262
  "hasDynamicHelp": false,
1272
1263
  "hiddenAliases": [],
1273
- "id": "agent:start",
1264
+ "id": "app:open",
1274
1265
  "pluginAlias": "@dxos/cli",
1275
1266
  "pluginName": "@dxos/cli",
1276
1267
  "pluginType": "core",
@@ -1281,14 +1272,14 @@
1281
1272
  "dist",
1282
1273
  "src",
1283
1274
  "commands",
1284
- "agent",
1285
- "start.js"
1275
+ "app",
1276
+ "open.js"
1286
1277
  ]
1287
1278
  },
1288
- "agent:status": {
1279
+ "app:publish": {
1289
1280
  "aliases": [],
1290
1281
  "args": {},
1291
- "description": "Show agent status",
1282
+ "description": "Publish apps.",
1292
1283
  "flags": {
1293
1284
  "json": {
1294
1285
  "description": "Output as JSON.",
@@ -1383,11 +1374,38 @@
1383
1374
  "hasDynamicHelp": false,
1384
1375
  "multiple": false,
1385
1376
  "type": "option"
1377
+ },
1378
+ "configPath": {
1379
+ "description": "Path to dx.yml",
1380
+ "name": "configPath",
1381
+ "hasDynamicHelp": false,
1382
+ "multiple": false,
1383
+ "type": "option"
1384
+ },
1385
+ "accessToken": {
1386
+ "description": "Access token for publishing.",
1387
+ "name": "accessToken",
1388
+ "hasDynamicHelp": false,
1389
+ "multiple": false,
1390
+ "type": "option"
1391
+ },
1392
+ "skipExisting": {
1393
+ "description": "Do not update content on KUBE if version already exists.",
1394
+ "name": "skipExisting",
1395
+ "allowNo": false,
1396
+ "type": "boolean"
1397
+ },
1398
+ "version": {
1399
+ "description": "Version of modules to publish.",
1400
+ "name": "version",
1401
+ "hasDynamicHelp": false,
1402
+ "multiple": false,
1403
+ "type": "option"
1386
1404
  }
1387
1405
  },
1388
1406
  "hasDynamicHelp": false,
1389
1407
  "hiddenAliases": [],
1390
- "id": "agent:status",
1408
+ "id": "app:publish",
1391
1409
  "pluginAlias": "@dxos/cli",
1392
1410
  "pluginName": "@dxos/cli",
1393
1411
  "pluginType": "core",
@@ -1398,14 +1416,14 @@
1398
1416
  "dist",
1399
1417
  "src",
1400
1418
  "commands",
1401
- "agent",
1402
- "status.js"
1419
+ "app",
1420
+ "publish.js"
1403
1421
  ]
1404
1422
  },
1405
- "agent:stop": {
1423
+ "config": {
1406
1424
  "aliases": [],
1407
1425
  "args": {},
1408
- "description": "Stop agent daemon.",
1426
+ "description": "Show config file.",
1409
1427
  "flags": {
1410
1428
  "json": {
1411
1429
  "description": "Output as JSON.",
@@ -1500,29 +1518,11 @@
1500
1518
  "hasDynamicHelp": false,
1501
1519
  "multiple": false,
1502
1520
  "type": "option"
1503
- },
1504
- "all": {
1505
- "description": "Stop all agents.",
1506
- "name": "all",
1507
- "allowNo": false,
1508
- "type": "boolean"
1509
- },
1510
- "force": {
1511
- "description": "Force stop.",
1512
- "name": "force",
1513
- "allowNo": false,
1514
- "type": "boolean"
1515
- },
1516
- "system": {
1517
- "description": "Run as system daemon.",
1518
- "name": "system",
1519
- "allowNo": false,
1520
- "type": "boolean"
1521
1521
  }
1522
1522
  },
1523
1523
  "hasDynamicHelp": false,
1524
1524
  "hiddenAliases": [],
1525
- "id": "agent:stop",
1525
+ "id": "config",
1526
1526
  "pluginAlias": "@dxos/cli",
1527
1527
  "pluginName": "@dxos/cli",
1528
1528
  "pluginType": "core",
@@ -1533,8 +1533,8 @@
1533
1533
  "dist",
1534
1534
  "src",
1535
1535
  "commands",
1536
- "agent",
1537
- "stop.js"
1536
+ "config",
1537
+ "index.js"
1538
1538
  ]
1539
1539
  },
1540
1540
  "debug:diagnostics": {
@@ -5604,7 +5604,7 @@
5604
5604
  "name": {
5605
5605
  "description": "Tunnel name",
5606
5606
  "name": "name",
5607
- "default": "eight-six-beryllium-island",
5607
+ "default": "snake-yankee-snake-oranges",
5608
5608
  "hasDynamicHelp": false,
5609
5609
  "multiple": false,
5610
5610
  "type": "option"
@@ -6076,5 +6076,5 @@
6076
6076
  ]
6077
6077
  }
6078
6078
  },
6079
- "version": "0.5.1-next.5a770e3"
6079
+ "version": "0.5.1-next.638da00"
6080
6080
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.5.1-next.5a770e3",
3
+ "version": "0.5.1-next.638da00",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -49,28 +49,28 @@
49
49
  "uuid": "^8.3.2",
50
50
  "ws": "^8.14.2",
51
51
  "wtfnode": "^0.9.1",
52
- "@dxos/agent": "0.5.1-next.5a770e3",
53
- "@dxos/async": "0.5.1-next.5a770e3",
54
- "@dxos/bare-template": "0.5.1-next.5a770e3",
55
- "@dxos/client": "0.5.1-next.5a770e3",
56
- "@dxos/client-services": "0.5.1-next.5a770e3",
57
- "@dxos/config": "0.5.1-next.5a770e3",
58
- "@dxos/client-protocol": "0.5.1-next.5a770e3",
59
- "@dxos/context": "0.5.1-next.5a770e3",
60
- "@dxos/functions": "0.5.1-next.5a770e3",
61
- "@dxos/debug": "0.5.1-next.5a770e3",
62
- "@dxos/invariant": "0.5.1-next.5a770e3",
63
- "@dxos/log": "0.5.1-next.5a770e3",
64
- "@dxos/network-manager": "0.5.1-next.5a770e3",
65
- "@dxos/hello-template": "0.5.1-next.5a770e3",
66
- "@dxos/observability": "0.5.1-next.5a770e3",
67
- "@dxos/plate": "0.5.1-next.5a770e3",
68
- "@dxos/protocols": "0.5.1-next.5a770e3",
69
- "@dxos/random": "0.5.1-next.5a770e3",
70
- "@dxos/rpc": "0.5.1-next.5a770e3",
71
- "@dxos/process": "0.5.1-next.5a770e3",
72
- "@dxos/tasks-template": "0.5.1-next.5a770e3",
73
- "@dxos/util": "0.5.1-next.5a770e3"
52
+ "@dxos/async": "0.5.1-next.638da00",
53
+ "@dxos/bare-template": "0.5.1-next.638da00",
54
+ "@dxos/agent": "0.5.1-next.638da00",
55
+ "@dxos/client": "0.5.1-next.638da00",
56
+ "@dxos/client-protocol": "0.5.1-next.638da00",
57
+ "@dxos/config": "0.5.1-next.638da00",
58
+ "@dxos/client-services": "0.5.1-next.638da00",
59
+ "@dxos/context": "0.5.1-next.638da00",
60
+ "@dxos/debug": "0.5.1-next.638da00",
61
+ "@dxos/functions": "0.5.1-next.638da00",
62
+ "@dxos/invariant": "0.5.1-next.638da00",
63
+ "@dxos/log": "0.5.1-next.638da00",
64
+ "@dxos/hello-template": "0.5.1-next.638da00",
65
+ "@dxos/network-manager": "0.5.1-next.638da00",
66
+ "@dxos/observability": "0.5.1-next.638da00",
67
+ "@dxos/plate": "0.5.1-next.638da00",
68
+ "@dxos/process": "0.5.1-next.638da00",
69
+ "@dxos/protocols": "0.5.1-next.638da00",
70
+ "@dxos/random": "0.5.1-next.638da00",
71
+ "@dxos/tasks-template": "0.5.1-next.638da00",
72
+ "@dxos/rpc": "0.5.1-next.638da00",
73
+ "@dxos/util": "0.5.1-next.638da00"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@oclif/test": "^3.2.15",