@dxos/cli 0.5.9-main.72c50cd → 0.5.9-main.7a240d3

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 (33) hide show
  1. package/dist/src/commands/app/create.d.ts +0 -4
  2. package/dist/src/commands/app/create.d.ts.map +1 -1
  3. package/dist/src/commands/app/create.js +1 -5
  4. package/dist/src/commands/app/create.js.map +1 -1
  5. package/dist/src/commands/app/list.d.ts.map +1 -1
  6. package/dist/src/commands/app/list.js +1 -1
  7. package/dist/src/commands/app/list.js.map +1 -1
  8. package/dist/src/commands/app/open.d.ts +0 -4
  9. package/dist/src/commands/app/open.d.ts.map +1 -1
  10. package/dist/src/commands/app/open.js +3 -7
  11. package/dist/src/commands/app/open.js.map +1 -1
  12. package/dist/src/commands/app/publish.d.ts.map +1 -1
  13. package/dist/src/commands/app/publish.js +1 -1
  14. package/dist/src/commands/app/publish.js.map +1 -1
  15. package/dist/src/commands/config/index.test.js +1 -1
  16. package/dist/src/commands/config/index.test.js.map +1 -1
  17. package/dist/src/commands/halo/join.d.ts.map +1 -1
  18. package/dist/src/commands/halo/join.js +2 -2
  19. package/dist/src/commands/halo/join.js.map +1 -1
  20. package/dist/src/commands/profile/import.d.ts +20 -0
  21. package/dist/src/commands/profile/import.d.ts.map +1 -0
  22. package/dist/src/commands/profile/import.js +95 -0
  23. package/dist/src/commands/profile/import.js.map +1 -0
  24. package/dist/src/commands/profile/inspect.d.ts +20 -0
  25. package/dist/src/commands/profile/inspect.d.ts.map +1 -0
  26. package/dist/src/commands/profile/inspect.js +63 -0
  27. package/dist/src/commands/profile/inspect.js.map +1 -0
  28. package/dist/src/commands/space/join.js +1 -1
  29. package/dist/src/commands/space/join.js.map +1 -1
  30. package/oclif.manifest.json +435 -198
  31. package/package.json +27 -27
  32. package/config/config-default.yml +0 -30
  33. package/config/config-local.yml +0 -35
@@ -105,10 +105,16 @@
105
105
  "info.js"
106
106
  ]
107
107
  },
108
- "agent:invitations": {
108
+ "app:create": {
109
109
  "aliases": [],
110
- "args": {},
111
- "description": "List valid invitations.",
110
+ "args": {
111
+ "name": {
112
+ "description": "App name.",
113
+ "name": "name",
114
+ "required": true
115
+ }
116
+ },
117
+ "description": "Create template applications.",
112
118
  "flags": {
113
119
  "json": {
114
120
  "description": "Output as JSON.",
@@ -193,34 +199,55 @@
193
199
  "multiple": false,
194
200
  "type": "option"
195
201
  },
196
- "truncate": {
197
- "description": "Do not truncate keys.",
198
- "name": "truncate",
199
- "allowNo": true,
202
+ "tag": {
203
+ "description": "Git tag or branch of the DXOS repo to checkout.",
204
+ "name": "tag",
205
+ "hasDynamicHelp": false,
206
+ "multiple": false,
207
+ "type": "option"
208
+ },
209
+ "template": {
210
+ "char": "t",
211
+ "description": "Template to use when creating the project.",
212
+ "name": "template",
213
+ "default": "hello",
214
+ "hasDynamicHelp": false,
215
+ "multiple": false,
216
+ "options": [
217
+ "hello",
218
+ "bare",
219
+ "tasks"
220
+ ],
221
+ "type": "option"
222
+ },
223
+ "interactive": {
224
+ "char": "i",
225
+ "description": "Customize app template options via interactive prompt.",
226
+ "name": "interactive",
227
+ "allowNo": false,
200
228
  "type": "boolean"
201
229
  }
202
230
  },
203
231
  "hasDynamicHelp": false,
204
232
  "hiddenAliases": [],
205
- "id": "agent:invitations",
233
+ "id": "app:create",
206
234
  "pluginAlias": "@dxos/cli",
207
235
  "pluginName": "@dxos/cli",
208
236
  "pluginType": "core",
209
237
  "strict": true,
210
- "enableJsonFlag": true,
211
238
  "isESM": false,
212
239
  "relativePath": [
213
240
  "dist",
214
241
  "src",
215
242
  "commands",
216
- "agent",
217
- "invitations.js"
243
+ "app",
244
+ "create.js"
218
245
  ]
219
246
  },
220
- "agent:list": {
247
+ "app:list": {
221
248
  "aliases": [],
222
249
  "args": {},
223
- "description": "List agents.",
250
+ "description": "List apps (deprecated).",
224
251
  "flags": {
225
252
  "json": {
226
253
  "description": "Output as JSON.",
@@ -310,26 +337,15 @@
310
337
  "name": "extended",
311
338
  "allowNo": false,
312
339
  "type": "boolean"
313
- },
314
- "live": {
315
- "description": "Live update.",
316
- "name": "live",
317
- "allowNo": false,
318
- "type": "boolean"
319
- },
320
- "system": {
321
- "description": "Run as system daemon.",
322
- "name": "system",
323
- "allowNo": false,
324
- "type": "boolean"
325
340
  }
326
341
  },
327
342
  "hasDynamicHelp": false,
328
343
  "hiddenAliases": [],
329
- "id": "agent:list",
344
+ "id": "app:list",
330
345
  "pluginAlias": "@dxos/cli",
331
346
  "pluginName": "@dxos/cli",
332
347
  "pluginType": "core",
348
+ "state": "deprecated",
333
349
  "strict": true,
334
350
  "enableJsonFlag": true,
335
351
  "isESM": false,
@@ -337,14 +353,20 @@
337
353
  "dist",
338
354
  "src",
339
355
  "commands",
340
- "agent",
356
+ "app",
341
357
  "list.js"
342
358
  ]
343
359
  },
344
- "agent:restart": {
360
+ "app:open": {
345
361
  "aliases": [],
346
- "args": {},
347
- "description": "Restart agent daemon.",
362
+ "args": {
363
+ "url": {
364
+ "description": "App URL.",
365
+ "name": "url",
366
+ "required": true
367
+ }
368
+ },
369
+ "description": "Opens app with provided url and process device invitation.",
348
370
  "flags": {
349
371
  "json": {
350
372
  "description": "Output as JSON.",
@@ -429,22 +451,24 @@
429
451
  "multiple": false,
430
452
  "type": "option"
431
453
  },
432
- "force": {
433
- "description": "Force restart.",
434
- "name": "force",
435
- "allowNo": false,
436
- "type": "boolean"
454
+ "instances": {
455
+ "description": "Amount of test instances.",
456
+ "name": "instances",
457
+ "default": 1,
458
+ "hasDynamicHelp": false,
459
+ "multiple": false,
460
+ "type": "option"
437
461
  },
438
- "system": {
439
- "description": "Run as system daemon.",
440
- "name": "system",
462
+ "invite": {
463
+ "description": "If `true` proceed device invitation for all instances.",
464
+ "name": "invite",
441
465
  "allowNo": false,
442
466
  "type": "boolean"
443
467
  }
444
468
  },
445
469
  "hasDynamicHelp": false,
446
470
  "hiddenAliases": [],
447
- "id": "agent:restart",
471
+ "id": "app:open",
448
472
  "pluginAlias": "@dxos/cli",
449
473
  "pluginName": "@dxos/cli",
450
474
  "pluginType": "core",
@@ -455,20 +479,14 @@
455
479
  "dist",
456
480
  "src",
457
481
  "commands",
458
- "agent",
459
- "restart.js"
482
+ "app",
483
+ "open.js"
460
484
  ]
461
485
  },
462
- "agent:start": {
486
+ "app:publish": {
463
487
  "aliases": [],
464
488
  "args": {},
465
- "description": "Starts the agent.",
466
- "examples": [
467
- {
468
- "description": "Run with .",
469
- "command": "dx agent start -f --ws=5001"
470
- }
471
- ],
489
+ "description": "Publish apps (deprecated).",
472
490
  "flags": {
473
491
  "json": {
474
492
  "description": "Output as JSON.",
@@ -553,66 +571,55 @@
553
571
  "multiple": false,
554
572
  "type": "option"
555
573
  },
556
- "foreground": {
557
- "char": "f",
558
- "description": "Run in foreground.",
559
- "name": "foreground",
560
- "allowNo": false,
561
- "type": "boolean"
562
- },
563
- "system": {
564
- "description": "Run as system daemon.",
565
- "name": "system",
566
- "allowNo": false,
567
- "type": "boolean"
568
- },
569
- "ws": {
570
- "aliases": [
571
- "web-socket"
572
- ],
573
- "description": "Expose web socket port.",
574
- "name": "ws",
574
+ "configPath": {
575
+ "description": "Path to dx.yml",
576
+ "name": "configPath",
575
577
  "hasDynamicHelp": false,
576
- "helpValue": "port",
577
578
  "multiple": false,
578
579
  "type": "option"
579
580
  },
580
- "http": {
581
- "description": "Expose http port.",
582
- "name": "http",
581
+ "accessToken": {
582
+ "description": "Access token for publishing.",
583
+ "name": "accessToken",
583
584
  "hasDynamicHelp": false,
584
- "helpValue": "port",
585
585
  "multiple": false,
586
586
  "type": "option"
587
587
  },
588
- "metrics": {
589
- "description": "Start metrics recording.",
590
- "name": "metrics",
588
+ "skipExisting": {
589
+ "description": "Do not update content on KUBE if version already exists.",
590
+ "name": "skipExisting",
591
591
  "allowNo": false,
592
592
  "type": "boolean"
593
+ },
594
+ "version": {
595
+ "description": "Version of modules to publish.",
596
+ "name": "version",
597
+ "hasDynamicHelp": false,
598
+ "multiple": false,
599
+ "type": "option"
593
600
  }
594
601
  },
595
602
  "hasDynamicHelp": false,
596
603
  "hiddenAliases": [],
597
- "id": "agent:start",
604
+ "id": "app:publish",
598
605
  "pluginAlias": "@dxos/cli",
599
606
  "pluginName": "@dxos/cli",
600
607
  "pluginType": "core",
608
+ "state": "deprecated",
601
609
  "strict": true,
602
- "enableJsonFlag": true,
603
610
  "isESM": false,
604
611
  "relativePath": [
605
612
  "dist",
606
613
  "src",
607
614
  "commands",
608
- "agent",
609
- "start.js"
615
+ "app",
616
+ "publish.js"
610
617
  ]
611
618
  },
612
- "agent:status": {
619
+ "agent:invitations": {
613
620
  "aliases": [],
614
621
  "args": {},
615
- "description": "Show agent status",
622
+ "description": "List valid invitations.",
616
623
  "flags": {
617
624
  "json": {
618
625
  "description": "Output as JSON.",
@@ -696,11 +703,17 @@
696
703
  "hasDynamicHelp": false,
697
704
  "multiple": false,
698
705
  "type": "option"
706
+ },
707
+ "truncate": {
708
+ "description": "Do not truncate keys.",
709
+ "name": "truncate",
710
+ "allowNo": true,
711
+ "type": "boolean"
699
712
  }
700
713
  },
701
714
  "hasDynamicHelp": false,
702
715
  "hiddenAliases": [],
703
- "id": "agent:status",
716
+ "id": "agent:invitations",
704
717
  "pluginAlias": "@dxos/cli",
705
718
  "pluginName": "@dxos/cli",
706
719
  "pluginType": "core",
@@ -712,13 +725,13 @@
712
725
  "src",
713
726
  "commands",
714
727
  "agent",
715
- "status.js"
728
+ "invitations.js"
716
729
  ]
717
730
  },
718
- "agent:stop": {
731
+ "agent:list": {
719
732
  "aliases": [],
720
733
  "args": {},
721
- "description": "Stop agent daemon.",
734
+ "description": "List agents.",
722
735
  "flags": {
723
736
  "json": {
724
737
  "description": "Output as JSON.",
@@ -803,15 +816,15 @@
803
816
  "multiple": false,
804
817
  "type": "option"
805
818
  },
806
- "all": {
807
- "description": "Stop all agents.",
808
- "name": "all",
819
+ "extended": {
820
+ "description": "Show extended table columns.",
821
+ "name": "extended",
809
822
  "allowNo": false,
810
823
  "type": "boolean"
811
824
  },
812
- "force": {
813
- "description": "Force stop.",
814
- "name": "force",
825
+ "live": {
826
+ "description": "Live update.",
827
+ "name": "live",
815
828
  "allowNo": false,
816
829
  "type": "boolean"
817
830
  },
@@ -824,7 +837,7 @@
824
837
  },
825
838
  "hasDynamicHelp": false,
826
839
  "hiddenAliases": [],
827
- "id": "agent:stop",
840
+ "id": "agent:list",
828
841
  "pluginAlias": "@dxos/cli",
829
842
  "pluginName": "@dxos/cli",
830
843
  "pluginType": "core",
@@ -836,13 +849,13 @@
836
849
  "src",
837
850
  "commands",
838
851
  "agent",
839
- "stop.js"
852
+ "list.js"
840
853
  ]
841
854
  },
842
- "config": {
855
+ "agent:restart": {
843
856
  "aliases": [],
844
857
  "args": {},
845
- "description": "Show config file.",
858
+ "description": "Restart agent daemon.",
846
859
  "flags": {
847
860
  "json": {
848
861
  "description": "Output as JSON.",
@@ -926,11 +939,23 @@
926
939
  "hasDynamicHelp": false,
927
940
  "multiple": false,
928
941
  "type": "option"
942
+ },
943
+ "force": {
944
+ "description": "Force restart.",
945
+ "name": "force",
946
+ "allowNo": false,
947
+ "type": "boolean"
948
+ },
949
+ "system": {
950
+ "description": "Run as system daemon.",
951
+ "name": "system",
952
+ "allowNo": false,
953
+ "type": "boolean"
929
954
  }
930
955
  },
931
956
  "hasDynamicHelp": false,
932
957
  "hiddenAliases": [],
933
- "id": "config",
958
+ "id": "agent:restart",
934
959
  "pluginAlias": "@dxos/cli",
935
960
  "pluginName": "@dxos/cli",
936
961
  "pluginType": "core",
@@ -941,20 +966,20 @@
941
966
  "dist",
942
967
  "src",
943
968
  "commands",
944
- "config",
945
- "index.js"
969
+ "agent",
970
+ "restart.js"
946
971
  ]
947
972
  },
948
- "app:create": {
973
+ "agent:start": {
949
974
  "aliases": [],
950
- "args": {
951
- "name": {
952
- "description": "App name.",
953
- "name": "name",
954
- "required": true
975
+ "args": {},
976
+ "description": "Starts the agent.",
977
+ "examples": [
978
+ {
979
+ "description": "Run with .",
980
+ "command": "dx agent start -f --ws=5001"
955
981
  }
956
- },
957
- "description": "Manage applications (deprecated).",
982
+ ],
958
983
  "flags": {
959
984
  "json": {
960
985
  "description": "Output as JSON.",
@@ -1039,56 +1064,66 @@
1039
1064
  "multiple": false,
1040
1065
  "type": "option"
1041
1066
  },
1042
- "tag": {
1043
- "description": "Git tag or branch of the DXOS repo to checkout.",
1044
- "name": "tag",
1067
+ "foreground": {
1068
+ "char": "f",
1069
+ "description": "Run in foreground.",
1070
+ "name": "foreground",
1071
+ "allowNo": false,
1072
+ "type": "boolean"
1073
+ },
1074
+ "system": {
1075
+ "description": "Run as system daemon.",
1076
+ "name": "system",
1077
+ "allowNo": false,
1078
+ "type": "boolean"
1079
+ },
1080
+ "ws": {
1081
+ "aliases": [
1082
+ "web-socket"
1083
+ ],
1084
+ "description": "Expose web socket port.",
1085
+ "name": "ws",
1045
1086
  "hasDynamicHelp": false,
1087
+ "helpValue": "port",
1046
1088
  "multiple": false,
1047
1089
  "type": "option"
1048
1090
  },
1049
- "template": {
1050
- "char": "t",
1051
- "description": "Template to use when creating the project.",
1052
- "name": "template",
1053
- "default": "hello",
1091
+ "http": {
1092
+ "description": "Expose http port.",
1093
+ "name": "http",
1054
1094
  "hasDynamicHelp": false,
1095
+ "helpValue": "port",
1055
1096
  "multiple": false,
1056
- "options": [
1057
- "hello",
1058
- "bare",
1059
- "tasks"
1060
- ],
1061
1097
  "type": "option"
1062
1098
  },
1063
- "interactive": {
1064
- "char": "i",
1065
- "description": "Customize app template options via interactive prompt.",
1066
- "name": "interactive",
1099
+ "metrics": {
1100
+ "description": "Start metrics recording.",
1101
+ "name": "metrics",
1067
1102
  "allowNo": false,
1068
1103
  "type": "boolean"
1069
1104
  }
1070
1105
  },
1071
1106
  "hasDynamicHelp": false,
1072
1107
  "hiddenAliases": [],
1073
- "id": "app:create",
1108
+ "id": "agent:start",
1074
1109
  "pluginAlias": "@dxos/cli",
1075
1110
  "pluginName": "@dxos/cli",
1076
1111
  "pluginType": "core",
1077
- "state": "deprecated",
1078
1112
  "strict": true,
1113
+ "enableJsonFlag": true,
1079
1114
  "isESM": false,
1080
1115
  "relativePath": [
1081
1116
  "dist",
1082
1117
  "src",
1083
1118
  "commands",
1084
- "app",
1085
- "create.js"
1119
+ "agent",
1120
+ "start.js"
1086
1121
  ]
1087
1122
  },
1088
- "app:list": {
1123
+ "agent:status": {
1089
1124
  "aliases": [],
1090
1125
  "args": {},
1091
- "description": "List apps.",
1126
+ "description": "Show agent status",
1092
1127
  "flags": {
1093
1128
  "json": {
1094
1129
  "description": "Output as JSON.",
@@ -1172,21 +1207,14 @@
1172
1207
  "hasDynamicHelp": false,
1173
1208
  "multiple": false,
1174
1209
  "type": "option"
1175
- },
1176
- "extended": {
1177
- "description": "Show extended table columns.",
1178
- "name": "extended",
1179
- "allowNo": false,
1180
- "type": "boolean"
1181
1210
  }
1182
1211
  },
1183
1212
  "hasDynamicHelp": false,
1184
1213
  "hiddenAliases": [],
1185
- "id": "app:list",
1214
+ "id": "agent:status",
1186
1215
  "pluginAlias": "@dxos/cli",
1187
1216
  "pluginName": "@dxos/cli",
1188
1217
  "pluginType": "core",
1189
- "state": "deprecated",
1190
1218
  "strict": true,
1191
1219
  "enableJsonFlag": true,
1192
1220
  "isESM": false,
@@ -1194,20 +1222,14 @@
1194
1222
  "dist",
1195
1223
  "src",
1196
1224
  "commands",
1197
- "app",
1198
- "list.js"
1225
+ "agent",
1226
+ "status.js"
1199
1227
  ]
1200
1228
  },
1201
- "app:open": {
1229
+ "agent:stop": {
1202
1230
  "aliases": [],
1203
- "args": {
1204
- "url": {
1205
- "description": "App URL.",
1206
- "name": "url",
1207
- "required": true
1208
- }
1209
- },
1210
- "description": "Opens app with provided url and process device invitation.",
1231
+ "args": {},
1232
+ "description": "Stop agent daemon.",
1211
1233
  "flags": {
1212
1234
  "json": {
1213
1235
  "description": "Output as JSON.",
@@ -1292,28 +1314,31 @@
1292
1314
  "multiple": false,
1293
1315
  "type": "option"
1294
1316
  },
1295
- "instances": {
1296
- "description": "Amount of test instances.",
1297
- "name": "instances",
1298
- "default": 1,
1299
- "hasDynamicHelp": false,
1300
- "multiple": false,
1301
- "type": "option"
1317
+ "all": {
1318
+ "description": "Stop all agents.",
1319
+ "name": "all",
1320
+ "allowNo": false,
1321
+ "type": "boolean"
1302
1322
  },
1303
- "invite": {
1304
- "description": "If `true` proceed device invitation for all instances.",
1305
- "name": "invite",
1323
+ "force": {
1324
+ "description": "Force stop.",
1325
+ "name": "force",
1326
+ "allowNo": false,
1327
+ "type": "boolean"
1328
+ },
1329
+ "system": {
1330
+ "description": "Run as system daemon.",
1331
+ "name": "system",
1306
1332
  "allowNo": false,
1307
1333
  "type": "boolean"
1308
1334
  }
1309
1335
  },
1310
1336
  "hasDynamicHelp": false,
1311
1337
  "hiddenAliases": [],
1312
- "id": "app:open",
1338
+ "id": "agent:stop",
1313
1339
  "pluginAlias": "@dxos/cli",
1314
1340
  "pluginName": "@dxos/cli",
1315
1341
  "pluginType": "core",
1316
- "state": "deprecated",
1317
1342
  "strict": true,
1318
1343
  "enableJsonFlag": true,
1319
1344
  "isESM": false,
@@ -1321,14 +1346,14 @@
1321
1346
  "dist",
1322
1347
  "src",
1323
1348
  "commands",
1324
- "app",
1325
- "open.js"
1349
+ "agent",
1350
+ "stop.js"
1326
1351
  ]
1327
1352
  },
1328
- "app:publish": {
1353
+ "config": {
1329
1354
  "aliases": [],
1330
1355
  "args": {},
1331
- "description": "Publish apps.",
1356
+ "description": "Show config file.",
1332
1357
  "flags": {
1333
1358
  "json": {
1334
1359
  "description": "Output as JSON.",
@@ -1412,50 +1437,23 @@
1412
1437
  "hasDynamicHelp": false,
1413
1438
  "multiple": false,
1414
1439
  "type": "option"
1415
- },
1416
- "configPath": {
1417
- "description": "Path to dx.yml",
1418
- "name": "configPath",
1419
- "hasDynamicHelp": false,
1420
- "multiple": false,
1421
- "type": "option"
1422
- },
1423
- "accessToken": {
1424
- "description": "Access token for publishing.",
1425
- "name": "accessToken",
1426
- "hasDynamicHelp": false,
1427
- "multiple": false,
1428
- "type": "option"
1429
- },
1430
- "skipExisting": {
1431
- "description": "Do not update content on KUBE if version already exists.",
1432
- "name": "skipExisting",
1433
- "allowNo": false,
1434
- "type": "boolean"
1435
- },
1436
- "version": {
1437
- "description": "Version of modules to publish.",
1438
- "name": "version",
1439
- "hasDynamicHelp": false,
1440
- "multiple": false,
1441
- "type": "option"
1442
1440
  }
1443
1441
  },
1444
1442
  "hasDynamicHelp": false,
1445
1443
  "hiddenAliases": [],
1446
- "id": "app:publish",
1444
+ "id": "config",
1447
1445
  "pluginAlias": "@dxos/cli",
1448
1446
  "pluginName": "@dxos/cli",
1449
1447
  "pluginType": "core",
1450
- "state": "deprecated",
1451
1448
  "strict": true,
1449
+ "enableJsonFlag": true,
1452
1450
  "isESM": false,
1453
1451
  "relativePath": [
1454
1452
  "dist",
1455
1453
  "src",
1456
1454
  "commands",
1457
- "app",
1458
- "publish.js"
1455
+ "config",
1456
+ "index.js"
1459
1457
  ]
1460
1458
  },
1461
1459
  "debug:diagnostics": {
@@ -3490,6 +3488,245 @@
3490
3488
  "update.js"
3491
3489
  ]
3492
3490
  },
3491
+ "profile:import": {
3492
+ "aliases": [],
3493
+ "args": {},
3494
+ "description": "Import profile.",
3495
+ "flags": {
3496
+ "json": {
3497
+ "description": "Output as JSON.",
3498
+ "name": "json",
3499
+ "allowNo": false,
3500
+ "type": "boolean"
3501
+ },
3502
+ "verbose": {
3503
+ "char": "v",
3504
+ "description": "Verbose output",
3505
+ "name": "verbose",
3506
+ "allowNo": false,
3507
+ "type": "boolean"
3508
+ },
3509
+ "dry-run": {
3510
+ "description": "Dry run.",
3511
+ "name": "dry-run",
3512
+ "allowNo": false,
3513
+ "type": "boolean"
3514
+ },
3515
+ "profile": {
3516
+ "description": "User profile.",
3517
+ "env": "DX_PROFILE",
3518
+ "name": "profile",
3519
+ "default": "default",
3520
+ "hasDynamicHelp": false,
3521
+ "multiple": false,
3522
+ "type": "option"
3523
+ },
3524
+ "config": {
3525
+ "aliases": [
3526
+ "c"
3527
+ ],
3528
+ "dependsOn": [
3529
+ "profile"
3530
+ ],
3531
+ "description": "Config file.",
3532
+ "env": "DX_CONFIG",
3533
+ "name": "config",
3534
+ "default": "/home/runner/.config/dx/profile/default.yml",
3535
+ "hasDynamicHelp": false,
3536
+ "helpValue": "path",
3537
+ "multiple": false,
3538
+ "type": "option"
3539
+ },
3540
+ "timeout": {
3541
+ "aliases": [
3542
+ "t"
3543
+ ],
3544
+ "description": "Timeout (ms).",
3545
+ "name": "timeout",
3546
+ "default": 60000,
3547
+ "hasDynamicHelp": false,
3548
+ "multiple": false,
3549
+ "type": "option"
3550
+ },
3551
+ "target": {
3552
+ "description": "Target websocket server.",
3553
+ "name": "target",
3554
+ "hasDynamicHelp": false,
3555
+ "multiple": false,
3556
+ "type": "option"
3557
+ },
3558
+ "agent": {
3559
+ "description": "Run command with agent.",
3560
+ "env": "DX_NO_AGENT",
3561
+ "name": "agent",
3562
+ "allowNo": true,
3563
+ "type": "boolean"
3564
+ },
3565
+ "json-log": {
3566
+ "description": "When running in foreground, log JSON format",
3567
+ "name": "json-log",
3568
+ "allowNo": false,
3569
+ "type": "boolean"
3570
+ },
3571
+ "json-logfile": {
3572
+ "description": "JSON log file destination, or 'stdout' or 'stderr'",
3573
+ "name": "json-logfile",
3574
+ "default": "stderr",
3575
+ "hasDynamicHelp": false,
3576
+ "multiple": false,
3577
+ "type": "option"
3578
+ },
3579
+ "file": {
3580
+ "description": "Archive filename.",
3581
+ "name": "file",
3582
+ "required": true,
3583
+ "hasDynamicHelp": false,
3584
+ "multiple": false,
3585
+ "type": "option"
3586
+ },
3587
+ "data-dir": {
3588
+ "description": "Storage directory.",
3589
+ "name": "data-dir",
3590
+ "hasDynamicHelp": false,
3591
+ "multiple": false,
3592
+ "type": "option"
3593
+ }
3594
+ },
3595
+ "hasDynamicHelp": false,
3596
+ "hiddenAliases": [],
3597
+ "id": "profile:import",
3598
+ "pluginAlias": "@dxos/cli",
3599
+ "pluginName": "@dxos/cli",
3600
+ "pluginType": "core",
3601
+ "strict": true,
3602
+ "isESM": false,
3603
+ "relativePath": [
3604
+ "dist",
3605
+ "src",
3606
+ "commands",
3607
+ "profile",
3608
+ "import.js"
3609
+ ]
3610
+ },
3611
+ "profile:inspect": {
3612
+ "aliases": [],
3613
+ "args": {},
3614
+ "description": "Import profile.",
3615
+ "flags": {
3616
+ "json": {
3617
+ "description": "Output as JSON.",
3618
+ "name": "json",
3619
+ "allowNo": false,
3620
+ "type": "boolean"
3621
+ },
3622
+ "verbose": {
3623
+ "char": "v",
3624
+ "description": "Verbose output",
3625
+ "name": "verbose",
3626
+ "allowNo": false,
3627
+ "type": "boolean"
3628
+ },
3629
+ "dry-run": {
3630
+ "description": "Dry run.",
3631
+ "name": "dry-run",
3632
+ "allowNo": false,
3633
+ "type": "boolean"
3634
+ },
3635
+ "profile": {
3636
+ "description": "User profile.",
3637
+ "env": "DX_PROFILE",
3638
+ "name": "profile",
3639
+ "default": "default",
3640
+ "hasDynamicHelp": false,
3641
+ "multiple": false,
3642
+ "type": "option"
3643
+ },
3644
+ "config": {
3645
+ "aliases": [
3646
+ "c"
3647
+ ],
3648
+ "dependsOn": [
3649
+ "profile"
3650
+ ],
3651
+ "description": "Config file.",
3652
+ "env": "DX_CONFIG",
3653
+ "name": "config",
3654
+ "default": "/home/runner/.config/dx/profile/default.yml",
3655
+ "hasDynamicHelp": false,
3656
+ "helpValue": "path",
3657
+ "multiple": false,
3658
+ "type": "option"
3659
+ },
3660
+ "timeout": {
3661
+ "aliases": [
3662
+ "t"
3663
+ ],
3664
+ "description": "Timeout (ms).",
3665
+ "name": "timeout",
3666
+ "default": 60000,
3667
+ "hasDynamicHelp": false,
3668
+ "multiple": false,
3669
+ "type": "option"
3670
+ },
3671
+ "target": {
3672
+ "description": "Target websocket server.",
3673
+ "name": "target",
3674
+ "hasDynamicHelp": false,
3675
+ "multiple": false,
3676
+ "type": "option"
3677
+ },
3678
+ "agent": {
3679
+ "description": "Run command with agent.",
3680
+ "env": "DX_NO_AGENT",
3681
+ "name": "agent",
3682
+ "allowNo": true,
3683
+ "type": "boolean"
3684
+ },
3685
+ "json-log": {
3686
+ "description": "When running in foreground, log JSON format",
3687
+ "name": "json-log",
3688
+ "allowNo": false,
3689
+ "type": "boolean"
3690
+ },
3691
+ "json-logfile": {
3692
+ "description": "JSON log file destination, or 'stdout' or 'stderr'",
3693
+ "name": "json-logfile",
3694
+ "default": "stderr",
3695
+ "hasDynamicHelp": false,
3696
+ "multiple": false,
3697
+ "type": "option"
3698
+ },
3699
+ "file": {
3700
+ "description": "Archive filename.",
3701
+ "name": "file",
3702
+ "required": true,
3703
+ "hasDynamicHelp": false,
3704
+ "multiple": false,
3705
+ "type": "option"
3706
+ },
3707
+ "storage": {
3708
+ "description": "List storage entries.",
3709
+ "name": "storage",
3710
+ "allowNo": false,
3711
+ "type": "boolean"
3712
+ }
3713
+ },
3714
+ "hasDynamicHelp": false,
3715
+ "hiddenAliases": [],
3716
+ "id": "profile:inspect",
3717
+ "pluginAlias": "@dxos/cli",
3718
+ "pluginName": "@dxos/cli",
3719
+ "pluginType": "core",
3720
+ "strict": true,
3721
+ "isESM": false,
3722
+ "relativePath": [
3723
+ "dist",
3724
+ "src",
3725
+ "commands",
3726
+ "profile",
3727
+ "inspect.js"
3728
+ ]
3729
+ },
3493
3730
  "reset": {
3494
3731
  "aliases": [],
3495
3732
  "args": {},
@@ -4996,7 +5233,7 @@
4996
5233
  "name": {
4997
5234
  "description": "Tunnel name",
4998
5235
  "name": "name",
4999
- "default": "ack-green-helium-sink",
5236
+ "default": "east-missouri-lima-alpha",
5000
5237
  "hasDynamicHelp": false,
5001
5238
  "multiple": false,
5002
5239
  "type": "option"
@@ -5629,5 +5866,5 @@
5629
5866
  ]
5630
5867
  }
5631
5868
  },
5632
- "version": "0.5.9-main.72c50cd"
5869
+ "version": "0.5.9-main.7a240d3"
5633
5870
  }