@dxos/cli 0.8.2-main.f11618f → 0.8.2-staging.42af850
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.
- package/dist/src/commands/agent/list.d.ts.map +1 -1
- package/dist/src/commands/debug/generate.js +2 -2
- package/dist/src/commands/debug/generate.js.map +1 -1
- package/dist/src/commands/device/list.d.ts.map +1 -1
- package/dist/src/commands/function/list.d.ts +1 -1
- package/dist/src/commands/function/list.d.ts.map +1 -1
- package/dist/src/commands/function/list.js +2 -3
- package/dist/src/commands/function/list.js.map +1 -1
- package/dist/src/commands/function/trigger/list.d.ts +1 -1
- package/dist/src/commands/function/trigger/list.d.ts.map +1 -1
- package/dist/src/commands/function/trigger/list.js +4 -6
- package/dist/src/commands/function/trigger/list.js.map +1 -1
- package/dist/src/commands/function/upload.d.ts +1 -0
- package/dist/src/commands/function/upload.d.ts.map +1 -1
- package/dist/src/commands/function/upload.js +19 -10
- package/dist/src/commands/function/upload.js.map +1 -1
- package/dist/src/commands/function/watch.js +3 -3
- package/dist/src/commands/function/watch.js.map +1 -1
- package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
- package/dist/src/commands/space/list.d.ts.map +1 -1
- package/dist/src/commands/space/list.js +2 -1
- package/dist/src/commands/space/list.js.map +1 -1
- package/dist/src/commands/space/members.d.ts.map +1 -1
- package/dist/src/commands/space/query.d.ts.map +1 -1
- package/dist/src/commands/space/query.js +1 -1
- package/dist/src/commands/space/query.js.map +1 -1
- package/dist/src/commands/space/schema/list.d.ts.map +1 -1
- package/dist/src/commands/space/schema/list.js +1 -1
- package/dist/src/commands/space/schema/list.js.map +1 -1
- package/dist/src/commands/tunnel/index.d.ts.map +1 -1
- package/dist/src/commands/tunnel/list.d.ts.map +1 -1
- package/dist/src/help.d.ts.map +1 -1
- package/dist/src/util/function/bundle.d.ts.map +1 -1
- package/dist/src/util/function/lookup.d.ts +5 -4
- package/dist/src/util/function/lookup.d.ts.map +1 -1
- package/dist/src/util/function/lookup.js +3 -3
- package/dist/src/util/function/lookup.js.map +1 -1
- package/dist/src/util/provider/provider.d.ts.map +1 -1
- package/dist/src/util/publish/build.d.ts.map +1 -1
- package/dist/src/util/publish/common.d.ts.map +1 -1
- package/dist/src/util/publish/config.d.ts.map +1 -1
- package/dist/src/util/publish/ipfs-upload.d.ts.map +1 -1
- package/dist/src/util/publish/publish.d.ts.map +1 -1
- package/dist/src/util/publish/publisher-rpc-peer.d.ts.map +1 -1
- package/dist/src/util/supervisor/supervisor-rpc-peer.d.ts.map +1 -1
- package/dist/src/util/tunnel/common.d.ts.map +1 -1
- package/dist/src/util/tunnel/tunnel-rpc-peer.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/oclif.manifest.json +452 -446
- package/package.json +25 -25
package/oclif.manifest.json
CHANGED
|
@@ -839,112 +839,6 @@
|
|
|
839
839
|
"stop.js"
|
|
840
840
|
]
|
|
841
841
|
},
|
|
842
|
-
"config": {
|
|
843
|
-
"aliases": [],
|
|
844
|
-
"args": {},
|
|
845
|
-
"description": "Show config file.",
|
|
846
|
-
"flags": {
|
|
847
|
-
"json": {
|
|
848
|
-
"description": "Output as JSON.",
|
|
849
|
-
"name": "json",
|
|
850
|
-
"allowNo": false,
|
|
851
|
-
"type": "boolean"
|
|
852
|
-
},
|
|
853
|
-
"verbose": {
|
|
854
|
-
"char": "v",
|
|
855
|
-
"description": "Verbose output",
|
|
856
|
-
"name": "verbose",
|
|
857
|
-
"allowNo": false,
|
|
858
|
-
"type": "boolean"
|
|
859
|
-
},
|
|
860
|
-
"dry-run": {
|
|
861
|
-
"description": "Dry run.",
|
|
862
|
-
"name": "dry-run",
|
|
863
|
-
"allowNo": false,
|
|
864
|
-
"type": "boolean"
|
|
865
|
-
},
|
|
866
|
-
"profile": {
|
|
867
|
-
"description": "User profile.",
|
|
868
|
-
"env": "DX_PROFILE",
|
|
869
|
-
"name": "profile",
|
|
870
|
-
"default": "default",
|
|
871
|
-
"hasDynamicHelp": false,
|
|
872
|
-
"multiple": false,
|
|
873
|
-
"type": "option"
|
|
874
|
-
},
|
|
875
|
-
"config": {
|
|
876
|
-
"aliases": [
|
|
877
|
-
"c"
|
|
878
|
-
],
|
|
879
|
-
"dependsOn": [
|
|
880
|
-
"profile"
|
|
881
|
-
],
|
|
882
|
-
"description": "Config file.",
|
|
883
|
-
"env": "DX_CONFIG",
|
|
884
|
-
"name": "config",
|
|
885
|
-
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
886
|
-
"hasDynamicHelp": false,
|
|
887
|
-
"helpValue": "path",
|
|
888
|
-
"multiple": false,
|
|
889
|
-
"type": "option"
|
|
890
|
-
},
|
|
891
|
-
"timeout": {
|
|
892
|
-
"aliases": [
|
|
893
|
-
"t"
|
|
894
|
-
],
|
|
895
|
-
"description": "Timeout (ms).",
|
|
896
|
-
"name": "timeout",
|
|
897
|
-
"default": 60000,
|
|
898
|
-
"hasDynamicHelp": false,
|
|
899
|
-
"multiple": false,
|
|
900
|
-
"type": "option"
|
|
901
|
-
},
|
|
902
|
-
"target": {
|
|
903
|
-
"description": "Target websocket server.",
|
|
904
|
-
"name": "target",
|
|
905
|
-
"hasDynamicHelp": false,
|
|
906
|
-
"multiple": false,
|
|
907
|
-
"type": "option"
|
|
908
|
-
},
|
|
909
|
-
"agent": {
|
|
910
|
-
"description": "Run command with agent.",
|
|
911
|
-
"env": "DX_NO_AGENT",
|
|
912
|
-
"name": "agent",
|
|
913
|
-
"allowNo": true,
|
|
914
|
-
"type": "boolean"
|
|
915
|
-
},
|
|
916
|
-
"json-log": {
|
|
917
|
-
"description": "When running in foreground, log JSON format",
|
|
918
|
-
"name": "json-log",
|
|
919
|
-
"allowNo": false,
|
|
920
|
-
"type": "boolean"
|
|
921
|
-
},
|
|
922
|
-
"json-logfile": {
|
|
923
|
-
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
924
|
-
"name": "json-logfile",
|
|
925
|
-
"default": "stderr",
|
|
926
|
-
"hasDynamicHelp": false,
|
|
927
|
-
"multiple": false,
|
|
928
|
-
"type": "option"
|
|
929
|
-
}
|
|
930
|
-
},
|
|
931
|
-
"hasDynamicHelp": false,
|
|
932
|
-
"hiddenAliases": [],
|
|
933
|
-
"id": "config",
|
|
934
|
-
"pluginAlias": "@dxos/cli",
|
|
935
|
-
"pluginName": "@dxos/cli",
|
|
936
|
-
"pluginType": "core",
|
|
937
|
-
"strict": true,
|
|
938
|
-
"enableJsonFlag": true,
|
|
939
|
-
"isESM": true,
|
|
940
|
-
"relativePath": [
|
|
941
|
-
"dist",
|
|
942
|
-
"src",
|
|
943
|
-
"commands",
|
|
944
|
-
"config",
|
|
945
|
-
"index.js"
|
|
946
|
-
]
|
|
947
|
-
},
|
|
948
842
|
"debug:diagnostics": {
|
|
949
843
|
"aliases": [],
|
|
950
844
|
"args": {},
|
|
@@ -1553,6 +1447,112 @@
|
|
|
1553
1447
|
"status.js"
|
|
1554
1448
|
]
|
|
1555
1449
|
},
|
|
1450
|
+
"config": {
|
|
1451
|
+
"aliases": [],
|
|
1452
|
+
"args": {},
|
|
1453
|
+
"description": "Show config file.",
|
|
1454
|
+
"flags": {
|
|
1455
|
+
"json": {
|
|
1456
|
+
"description": "Output as JSON.",
|
|
1457
|
+
"name": "json",
|
|
1458
|
+
"allowNo": false,
|
|
1459
|
+
"type": "boolean"
|
|
1460
|
+
},
|
|
1461
|
+
"verbose": {
|
|
1462
|
+
"char": "v",
|
|
1463
|
+
"description": "Verbose output",
|
|
1464
|
+
"name": "verbose",
|
|
1465
|
+
"allowNo": false,
|
|
1466
|
+
"type": "boolean"
|
|
1467
|
+
},
|
|
1468
|
+
"dry-run": {
|
|
1469
|
+
"description": "Dry run.",
|
|
1470
|
+
"name": "dry-run",
|
|
1471
|
+
"allowNo": false,
|
|
1472
|
+
"type": "boolean"
|
|
1473
|
+
},
|
|
1474
|
+
"profile": {
|
|
1475
|
+
"description": "User profile.",
|
|
1476
|
+
"env": "DX_PROFILE",
|
|
1477
|
+
"name": "profile",
|
|
1478
|
+
"default": "default",
|
|
1479
|
+
"hasDynamicHelp": false,
|
|
1480
|
+
"multiple": false,
|
|
1481
|
+
"type": "option"
|
|
1482
|
+
},
|
|
1483
|
+
"config": {
|
|
1484
|
+
"aliases": [
|
|
1485
|
+
"c"
|
|
1486
|
+
],
|
|
1487
|
+
"dependsOn": [
|
|
1488
|
+
"profile"
|
|
1489
|
+
],
|
|
1490
|
+
"description": "Config file.",
|
|
1491
|
+
"env": "DX_CONFIG",
|
|
1492
|
+
"name": "config",
|
|
1493
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1494
|
+
"hasDynamicHelp": false,
|
|
1495
|
+
"helpValue": "path",
|
|
1496
|
+
"multiple": false,
|
|
1497
|
+
"type": "option"
|
|
1498
|
+
},
|
|
1499
|
+
"timeout": {
|
|
1500
|
+
"aliases": [
|
|
1501
|
+
"t"
|
|
1502
|
+
],
|
|
1503
|
+
"description": "Timeout (ms).",
|
|
1504
|
+
"name": "timeout",
|
|
1505
|
+
"default": 60000,
|
|
1506
|
+
"hasDynamicHelp": false,
|
|
1507
|
+
"multiple": false,
|
|
1508
|
+
"type": "option"
|
|
1509
|
+
},
|
|
1510
|
+
"target": {
|
|
1511
|
+
"description": "Target websocket server.",
|
|
1512
|
+
"name": "target",
|
|
1513
|
+
"hasDynamicHelp": false,
|
|
1514
|
+
"multiple": false,
|
|
1515
|
+
"type": "option"
|
|
1516
|
+
},
|
|
1517
|
+
"agent": {
|
|
1518
|
+
"description": "Run command with agent.",
|
|
1519
|
+
"env": "DX_NO_AGENT",
|
|
1520
|
+
"name": "agent",
|
|
1521
|
+
"allowNo": true,
|
|
1522
|
+
"type": "boolean"
|
|
1523
|
+
},
|
|
1524
|
+
"json-log": {
|
|
1525
|
+
"description": "When running in foreground, log JSON format",
|
|
1526
|
+
"name": "json-log",
|
|
1527
|
+
"allowNo": false,
|
|
1528
|
+
"type": "boolean"
|
|
1529
|
+
},
|
|
1530
|
+
"json-logfile": {
|
|
1531
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
1532
|
+
"name": "json-logfile",
|
|
1533
|
+
"default": "stderr",
|
|
1534
|
+
"hasDynamicHelp": false,
|
|
1535
|
+
"multiple": false,
|
|
1536
|
+
"type": "option"
|
|
1537
|
+
}
|
|
1538
|
+
},
|
|
1539
|
+
"hasDynamicHelp": false,
|
|
1540
|
+
"hiddenAliases": [],
|
|
1541
|
+
"id": "config",
|
|
1542
|
+
"pluginAlias": "@dxos/cli",
|
|
1543
|
+
"pluginName": "@dxos/cli",
|
|
1544
|
+
"pluginType": "core",
|
|
1545
|
+
"strict": true,
|
|
1546
|
+
"enableJsonFlag": true,
|
|
1547
|
+
"isESM": true,
|
|
1548
|
+
"relativePath": [
|
|
1549
|
+
"dist",
|
|
1550
|
+
"src",
|
|
1551
|
+
"commands",
|
|
1552
|
+
"config",
|
|
1553
|
+
"index.js"
|
|
1554
|
+
]
|
|
1555
|
+
},
|
|
1556
1556
|
"device:info": {
|
|
1557
1557
|
"aliases": [],
|
|
1558
1558
|
"args": {},
|
|
@@ -2229,6 +2229,12 @@
|
|
|
2229
2229
|
"hasDynamicHelp": false,
|
|
2230
2230
|
"multiple": false,
|
|
2231
2231
|
"type": "option"
|
|
2232
|
+
},
|
|
2233
|
+
"noSpace": {
|
|
2234
|
+
"description": "Only uploads a function, without creating a FunctionObject in ECHO.",
|
|
2235
|
+
"name": "noSpace",
|
|
2236
|
+
"allowNo": false,
|
|
2237
|
+
"type": "boolean"
|
|
2232
2238
|
}
|
|
2233
2239
|
},
|
|
2234
2240
|
"hasDynamicHelp": false,
|
|
@@ -2374,16 +2380,10 @@
|
|
|
2374
2380
|
"watch.js"
|
|
2375
2381
|
]
|
|
2376
2382
|
},
|
|
2377
|
-
"
|
|
2383
|
+
"profile:import": {
|
|
2378
2384
|
"aliases": [],
|
|
2379
|
-
"args": {
|
|
2380
|
-
|
|
2381
|
-
"default": "Agent",
|
|
2382
|
-
"description": "Display name",
|
|
2383
|
-
"name": "displayName"
|
|
2384
|
-
}
|
|
2385
|
-
},
|
|
2386
|
-
"description": "Create HALO.",
|
|
2385
|
+
"args": {},
|
|
2386
|
+
"description": "Import profile.",
|
|
2387
2387
|
"flags": {
|
|
2388
2388
|
"json": {
|
|
2389
2389
|
"description": "Output as JSON.",
|
|
@@ -2468,43 +2468,42 @@
|
|
|
2468
2468
|
"multiple": false,
|
|
2469
2469
|
"type": "option"
|
|
2470
2470
|
},
|
|
2471
|
-
"
|
|
2472
|
-
"description": "
|
|
2473
|
-
"name": "
|
|
2471
|
+
"file": {
|
|
2472
|
+
"description": "Archive filename.",
|
|
2473
|
+
"name": "file",
|
|
2474
|
+
"required": true,
|
|
2474
2475
|
"hasDynamicHelp": false,
|
|
2475
2476
|
"multiple": false,
|
|
2476
2477
|
"type": "option"
|
|
2477
2478
|
},
|
|
2478
|
-
"
|
|
2479
|
-
"description": "
|
|
2480
|
-
"name": "
|
|
2481
|
-
"
|
|
2482
|
-
"
|
|
2479
|
+
"data-dir": {
|
|
2480
|
+
"description": "Storage directory.",
|
|
2481
|
+
"name": "data-dir",
|
|
2482
|
+
"hasDynamicHelp": false,
|
|
2483
|
+
"multiple": false,
|
|
2484
|
+
"type": "option"
|
|
2483
2485
|
}
|
|
2484
2486
|
},
|
|
2485
2487
|
"hasDynamicHelp": false,
|
|
2486
2488
|
"hiddenAliases": [],
|
|
2487
|
-
"id": "
|
|
2489
|
+
"id": "profile:import",
|
|
2488
2490
|
"pluginAlias": "@dxos/cli",
|
|
2489
2491
|
"pluginName": "@dxos/cli",
|
|
2490
2492
|
"pluginType": "core",
|
|
2491
2493
|
"strict": true,
|
|
2492
|
-
"enableJsonFlag": true,
|
|
2493
2494
|
"isESM": true,
|
|
2494
2495
|
"relativePath": [
|
|
2495
2496
|
"dist",
|
|
2496
2497
|
"src",
|
|
2497
2498
|
"commands",
|
|
2498
|
-
"
|
|
2499
|
-
"
|
|
2499
|
+
"profile",
|
|
2500
|
+
"import.js"
|
|
2500
2501
|
]
|
|
2501
2502
|
},
|
|
2502
|
-
"
|
|
2503
|
-
"aliases": [
|
|
2504
|
-
"halo:id"
|
|
2505
|
-
],
|
|
2503
|
+
"profile:inspect": {
|
|
2504
|
+
"aliases": [],
|
|
2506
2505
|
"args": {},
|
|
2507
|
-
"description": "
|
|
2506
|
+
"description": "Import profile.",
|
|
2508
2507
|
"flags": {
|
|
2509
2508
|
"json": {
|
|
2510
2509
|
"description": "Output as JSON.",
|
|
@@ -2588,29 +2587,48 @@
|
|
|
2588
2587
|
"hasDynamicHelp": false,
|
|
2589
2588
|
"multiple": false,
|
|
2590
2589
|
"type": "option"
|
|
2590
|
+
},
|
|
2591
|
+
"file": {
|
|
2592
|
+
"description": "Archive filename.",
|
|
2593
|
+
"name": "file",
|
|
2594
|
+
"required": true,
|
|
2595
|
+
"hasDynamicHelp": false,
|
|
2596
|
+
"multiple": false,
|
|
2597
|
+
"type": "option"
|
|
2598
|
+
},
|
|
2599
|
+
"storage": {
|
|
2600
|
+
"description": "List storage entries.",
|
|
2601
|
+
"name": "storage",
|
|
2602
|
+
"allowNo": false,
|
|
2603
|
+
"type": "boolean"
|
|
2591
2604
|
}
|
|
2592
2605
|
},
|
|
2593
2606
|
"hasDynamicHelp": false,
|
|
2594
2607
|
"hiddenAliases": [],
|
|
2595
|
-
"id": "
|
|
2608
|
+
"id": "profile:inspect",
|
|
2596
2609
|
"pluginAlias": "@dxos/cli",
|
|
2597
2610
|
"pluginName": "@dxos/cli",
|
|
2598
2611
|
"pluginType": "core",
|
|
2599
2612
|
"strict": true,
|
|
2600
|
-
"enableJsonFlag": true,
|
|
2601
2613
|
"isESM": true,
|
|
2602
2614
|
"relativePath": [
|
|
2603
2615
|
"dist",
|
|
2604
2616
|
"src",
|
|
2605
2617
|
"commands",
|
|
2606
|
-
"
|
|
2607
|
-
"
|
|
2618
|
+
"profile",
|
|
2619
|
+
"inspect.js"
|
|
2608
2620
|
]
|
|
2609
2621
|
},
|
|
2610
|
-
"halo:
|
|
2622
|
+
"halo:create": {
|
|
2611
2623
|
"aliases": [],
|
|
2612
|
-
"args": {
|
|
2613
|
-
|
|
2624
|
+
"args": {
|
|
2625
|
+
"displayName": {
|
|
2626
|
+
"default": "Agent",
|
|
2627
|
+
"description": "Display name",
|
|
2628
|
+
"name": "displayName"
|
|
2629
|
+
}
|
|
2630
|
+
},
|
|
2631
|
+
"description": "Create HALO.",
|
|
2614
2632
|
"flags": {
|
|
2615
2633
|
"json": {
|
|
2616
2634
|
"description": "Output as JSON.",
|
|
@@ -2657,9 +2675,12 @@
|
|
|
2657
2675
|
"type": "option"
|
|
2658
2676
|
},
|
|
2659
2677
|
"timeout": {
|
|
2660
|
-
"
|
|
2678
|
+
"aliases": [
|
|
2679
|
+
"t"
|
|
2680
|
+
],
|
|
2681
|
+
"description": "Timeout (ms).",
|
|
2661
2682
|
"name": "timeout",
|
|
2662
|
-
"default":
|
|
2683
|
+
"default": 60000,
|
|
2663
2684
|
"hasDynamicHelp": false,
|
|
2664
2685
|
"multiple": false,
|
|
2665
2686
|
"type": "option"
|
|
@@ -2692,37 +2713,23 @@
|
|
|
2692
2713
|
"multiple": false,
|
|
2693
2714
|
"type": "option"
|
|
2694
2715
|
},
|
|
2695
|
-
"
|
|
2696
|
-
"description": "
|
|
2697
|
-
"name": "
|
|
2698
|
-
"hasDynamicHelp": false,
|
|
2699
|
-
"multiple": false,
|
|
2700
|
-
"type": "option"
|
|
2701
|
-
},
|
|
2702
|
-
"secret": {
|
|
2703
|
-
"description": "Invitation secret",
|
|
2704
|
-
"name": "secret",
|
|
2705
|
-
"hasDynamicHelp": false,
|
|
2706
|
-
"multiple": false,
|
|
2707
|
-
"type": "option"
|
|
2708
|
-
},
|
|
2709
|
-
"device-label": {
|
|
2710
|
-
"description": "Set device label",
|
|
2711
|
-
"name": "device-label",
|
|
2716
|
+
"deviceLabel": {
|
|
2717
|
+
"description": "Device label",
|
|
2718
|
+
"name": "deviceLabel",
|
|
2712
2719
|
"hasDynamicHelp": false,
|
|
2713
2720
|
"multiple": false,
|
|
2714
2721
|
"type": "option"
|
|
2715
2722
|
},
|
|
2716
|
-
"
|
|
2717
|
-
"description": "
|
|
2718
|
-
"name": "
|
|
2723
|
+
"managedAgent": {
|
|
2724
|
+
"description": "Managed agent",
|
|
2725
|
+
"name": "managedAgent",
|
|
2719
2726
|
"allowNo": false,
|
|
2720
2727
|
"type": "boolean"
|
|
2721
2728
|
}
|
|
2722
2729
|
},
|
|
2723
2730
|
"hasDynamicHelp": false,
|
|
2724
2731
|
"hiddenAliases": [],
|
|
2725
|
-
"id": "halo:
|
|
2732
|
+
"id": "halo:create",
|
|
2726
2733
|
"pluginAlias": "@dxos/cli",
|
|
2727
2734
|
"pluginName": "@dxos/cli",
|
|
2728
2735
|
"pluginType": "core",
|
|
@@ -2734,13 +2741,15 @@
|
|
|
2734
2741
|
"src",
|
|
2735
2742
|
"commands",
|
|
2736
2743
|
"halo",
|
|
2737
|
-
"
|
|
2744
|
+
"create.js"
|
|
2738
2745
|
]
|
|
2739
2746
|
},
|
|
2740
|
-
"halo:
|
|
2741
|
-
"aliases": [
|
|
2747
|
+
"halo:identity": {
|
|
2748
|
+
"aliases": [
|
|
2749
|
+
"halo:id"
|
|
2750
|
+
],
|
|
2742
2751
|
"args": {},
|
|
2743
|
-
"description": "Show HALO
|
|
2752
|
+
"description": "Show HALO identity.",
|
|
2744
2753
|
"flags": {
|
|
2745
2754
|
"json": {
|
|
2746
2755
|
"description": "Output as JSON.",
|
|
@@ -2828,7 +2837,7 @@
|
|
|
2828
2837
|
},
|
|
2829
2838
|
"hasDynamicHelp": false,
|
|
2830
2839
|
"hiddenAliases": [],
|
|
2831
|
-
"id": "halo:
|
|
2840
|
+
"id": "halo:identity",
|
|
2832
2841
|
"pluginAlias": "@dxos/cli",
|
|
2833
2842
|
"pluginName": "@dxos/cli",
|
|
2834
2843
|
"pluginType": "core",
|
|
@@ -2840,13 +2849,13 @@
|
|
|
2840
2849
|
"src",
|
|
2841
2850
|
"commands",
|
|
2842
2851
|
"halo",
|
|
2843
|
-
"
|
|
2852
|
+
"identity.js"
|
|
2844
2853
|
]
|
|
2845
2854
|
},
|
|
2846
|
-
"halo:
|
|
2855
|
+
"halo:join": {
|
|
2847
2856
|
"aliases": [],
|
|
2848
2857
|
"args": {},
|
|
2849
|
-
"description": "
|
|
2858
|
+
"description": "Join HALO (device) invitation.",
|
|
2850
2859
|
"flags": {
|
|
2851
2860
|
"json": {
|
|
2852
2861
|
"description": "Output as JSON.",
|
|
@@ -2893,12 +2902,9 @@
|
|
|
2893
2902
|
"type": "option"
|
|
2894
2903
|
},
|
|
2895
2904
|
"timeout": {
|
|
2896
|
-
"
|
|
2897
|
-
"t"
|
|
2898
|
-
],
|
|
2899
|
-
"description": "Timeout (ms).",
|
|
2905
|
+
"description": "Timeout in seconds",
|
|
2900
2906
|
"name": "timeout",
|
|
2901
|
-
"default":
|
|
2907
|
+
"default": 300,
|
|
2902
2908
|
"hasDynamicHelp": false,
|
|
2903
2909
|
"multiple": false,
|
|
2904
2910
|
"type": "option"
|
|
@@ -2931,44 +2937,37 @@
|
|
|
2931
2937
|
"multiple": false,
|
|
2932
2938
|
"type": "option"
|
|
2933
2939
|
},
|
|
2934
|
-
"
|
|
2935
|
-
"description": "
|
|
2936
|
-
"name": "
|
|
2937
|
-
"default": 43200,
|
|
2940
|
+
"invitation": {
|
|
2941
|
+
"description": "Invitation code",
|
|
2942
|
+
"name": "invitation",
|
|
2938
2943
|
"hasDynamicHelp": false,
|
|
2939
2944
|
"multiple": false,
|
|
2940
2945
|
"type": "option"
|
|
2941
2946
|
},
|
|
2942
|
-
"
|
|
2943
|
-
"description": "Invitation
|
|
2944
|
-
"name": "
|
|
2945
|
-
"
|
|
2946
|
-
"
|
|
2947
|
-
|
|
2948
|
-
"open": {
|
|
2949
|
-
"description": "Open browser with invitation.",
|
|
2950
|
-
"name": "open",
|
|
2951
|
-
"allowNo": false,
|
|
2952
|
-
"type": "boolean"
|
|
2947
|
+
"secret": {
|
|
2948
|
+
"description": "Invitation secret",
|
|
2949
|
+
"name": "secret",
|
|
2950
|
+
"hasDynamicHelp": false,
|
|
2951
|
+
"multiple": false,
|
|
2952
|
+
"type": "option"
|
|
2953
2953
|
},
|
|
2954
|
-
"
|
|
2955
|
-
"description": "
|
|
2956
|
-
"name": "
|
|
2957
|
-
"default": "https://composer.space",
|
|
2954
|
+
"device-label": {
|
|
2955
|
+
"description": "Set device label",
|
|
2956
|
+
"name": "device-label",
|
|
2958
2957
|
"hasDynamicHelp": false,
|
|
2959
2958
|
"multiple": false,
|
|
2960
2959
|
"type": "option"
|
|
2961
2960
|
},
|
|
2962
|
-
"
|
|
2963
|
-
"description": "
|
|
2964
|
-
"name": "
|
|
2965
|
-
"allowNo":
|
|
2961
|
+
"managed-agent": {
|
|
2962
|
+
"description": "set device type as managed agent",
|
|
2963
|
+
"name": "managed-agent",
|
|
2964
|
+
"allowNo": false,
|
|
2966
2965
|
"type": "boolean"
|
|
2967
2966
|
}
|
|
2968
2967
|
},
|
|
2969
2968
|
"hasDynamicHelp": false,
|
|
2970
2969
|
"hiddenAliases": [],
|
|
2971
|
-
"id": "halo:
|
|
2970
|
+
"id": "halo:join",
|
|
2972
2971
|
"pluginAlias": "@dxos/cli",
|
|
2973
2972
|
"pluginName": "@dxos/cli",
|
|
2974
2973
|
"pluginType": "core",
|
|
@@ -2980,13 +2979,13 @@
|
|
|
2980
2979
|
"src",
|
|
2981
2980
|
"commands",
|
|
2982
2981
|
"halo",
|
|
2983
|
-
"
|
|
2982
|
+
"join.js"
|
|
2984
2983
|
]
|
|
2985
2984
|
},
|
|
2986
|
-
"halo:
|
|
2985
|
+
"halo:keys": {
|
|
2987
2986
|
"aliases": [],
|
|
2988
2987
|
"args": {},
|
|
2989
|
-
"description": "
|
|
2988
|
+
"description": "Show HALO keys.",
|
|
2990
2989
|
"flags": {
|
|
2991
2990
|
"json": {
|
|
2992
2991
|
"description": "Output as JSON.",
|
|
@@ -3070,35 +3069,29 @@
|
|
|
3070
3069
|
"hasDynamicHelp": false,
|
|
3071
3070
|
"multiple": false,
|
|
3072
3071
|
"type": "option"
|
|
3073
|
-
},
|
|
3074
|
-
"displayName": {
|
|
3075
|
-
"description": "Set display name",
|
|
3076
|
-
"name": "displayName",
|
|
3077
|
-
"hasDynamicHelp": false,
|
|
3078
|
-
"multiple": false,
|
|
3079
|
-
"type": "option"
|
|
3080
3072
|
}
|
|
3081
3073
|
},
|
|
3082
3074
|
"hasDynamicHelp": false,
|
|
3083
3075
|
"hiddenAliases": [],
|
|
3084
|
-
"id": "halo:
|
|
3076
|
+
"id": "halo:keys",
|
|
3085
3077
|
"pluginAlias": "@dxos/cli",
|
|
3086
3078
|
"pluginName": "@dxos/cli",
|
|
3087
3079
|
"pluginType": "core",
|
|
3088
3080
|
"strict": true,
|
|
3081
|
+
"enableJsonFlag": true,
|
|
3089
3082
|
"isESM": true,
|
|
3090
3083
|
"relativePath": [
|
|
3091
3084
|
"dist",
|
|
3092
3085
|
"src",
|
|
3093
3086
|
"commands",
|
|
3094
3087
|
"halo",
|
|
3095
|
-
"
|
|
3088
|
+
"keys.js"
|
|
3096
3089
|
]
|
|
3097
3090
|
},
|
|
3098
|
-
"
|
|
3091
|
+
"halo:share": {
|
|
3099
3092
|
"aliases": [],
|
|
3100
3093
|
"args": {},
|
|
3101
|
-
"description": "
|
|
3094
|
+
"description": "Create HALO (device) invitation.",
|
|
3102
3095
|
"flags": {
|
|
3103
3096
|
"json": {
|
|
3104
3097
|
"description": "Output as JSON.",
|
|
@@ -3183,42 +3176,62 @@
|
|
|
3183
3176
|
"multiple": false,
|
|
3184
3177
|
"type": "option"
|
|
3185
3178
|
},
|
|
3186
|
-
"
|
|
3187
|
-
"description": "
|
|
3188
|
-
"name": "
|
|
3189
|
-
"
|
|
3179
|
+
"lifetime": {
|
|
3180
|
+
"description": "Lifetime of the invitation in seconds",
|
|
3181
|
+
"name": "lifetime",
|
|
3182
|
+
"default": 43200,
|
|
3190
3183
|
"hasDynamicHelp": false,
|
|
3191
3184
|
"multiple": false,
|
|
3192
3185
|
"type": "option"
|
|
3193
3186
|
},
|
|
3194
|
-
"
|
|
3195
|
-
"description": "
|
|
3196
|
-
"name": "
|
|
3187
|
+
"persistent": {
|
|
3188
|
+
"description": "Invitation should resume if client restarts",
|
|
3189
|
+
"name": "persistent",
|
|
3190
|
+
"allowNo": false,
|
|
3191
|
+
"type": "boolean"
|
|
3192
|
+
},
|
|
3193
|
+
"open": {
|
|
3194
|
+
"description": "Open browser with invitation.",
|
|
3195
|
+
"name": "open",
|
|
3196
|
+
"allowNo": false,
|
|
3197
|
+
"type": "boolean"
|
|
3198
|
+
},
|
|
3199
|
+
"host": {
|
|
3200
|
+
"description": "Application Host URL.",
|
|
3201
|
+
"name": "host",
|
|
3202
|
+
"default": "https://composer.space",
|
|
3197
3203
|
"hasDynamicHelp": false,
|
|
3198
3204
|
"multiple": false,
|
|
3199
3205
|
"type": "option"
|
|
3206
|
+
},
|
|
3207
|
+
"auth": {
|
|
3208
|
+
"description": "Skip authentication challenge.",
|
|
3209
|
+
"name": "auth",
|
|
3210
|
+
"allowNo": true,
|
|
3211
|
+
"type": "boolean"
|
|
3200
3212
|
}
|
|
3201
3213
|
},
|
|
3202
3214
|
"hasDynamicHelp": false,
|
|
3203
3215
|
"hiddenAliases": [],
|
|
3204
|
-
"id": "
|
|
3216
|
+
"id": "halo:share",
|
|
3205
3217
|
"pluginAlias": "@dxos/cli",
|
|
3206
3218
|
"pluginName": "@dxos/cli",
|
|
3207
3219
|
"pluginType": "core",
|
|
3208
3220
|
"strict": true,
|
|
3221
|
+
"enableJsonFlag": true,
|
|
3209
3222
|
"isESM": true,
|
|
3210
3223
|
"relativePath": [
|
|
3211
3224
|
"dist",
|
|
3212
3225
|
"src",
|
|
3213
3226
|
"commands",
|
|
3214
|
-
"
|
|
3215
|
-
"
|
|
3227
|
+
"halo",
|
|
3228
|
+
"share.js"
|
|
3216
3229
|
]
|
|
3217
3230
|
},
|
|
3218
|
-
"
|
|
3231
|
+
"halo:update": {
|
|
3219
3232
|
"aliases": [],
|
|
3220
3233
|
"args": {},
|
|
3221
|
-
"description": "
|
|
3234
|
+
"description": "Update identity profile.",
|
|
3222
3235
|
"flags": {
|
|
3223
3236
|
"json": {
|
|
3224
3237
|
"description": "Output as JSON.",
|
|
@@ -3303,24 +3316,17 @@
|
|
|
3303
3316
|
"multiple": false,
|
|
3304
3317
|
"type": "option"
|
|
3305
3318
|
},
|
|
3306
|
-
"
|
|
3307
|
-
"description": "
|
|
3308
|
-
"name": "
|
|
3309
|
-
"required": true,
|
|
3319
|
+
"displayName": {
|
|
3320
|
+
"description": "Set display name",
|
|
3321
|
+
"name": "displayName",
|
|
3310
3322
|
"hasDynamicHelp": false,
|
|
3311
3323
|
"multiple": false,
|
|
3312
3324
|
"type": "option"
|
|
3313
|
-
},
|
|
3314
|
-
"storage": {
|
|
3315
|
-
"description": "List storage entries.",
|
|
3316
|
-
"name": "storage",
|
|
3317
|
-
"allowNo": false,
|
|
3318
|
-
"type": "boolean"
|
|
3319
3325
|
}
|
|
3320
3326
|
},
|
|
3321
3327
|
"hasDynamicHelp": false,
|
|
3322
3328
|
"hiddenAliases": [],
|
|
3323
|
-
"id": "
|
|
3329
|
+
"id": "halo:update",
|
|
3324
3330
|
"pluginAlias": "@dxos/cli",
|
|
3325
3331
|
"pluginName": "@dxos/cli",
|
|
3326
3332
|
"pluginType": "core",
|
|
@@ -3330,8 +3336,8 @@
|
|
|
3330
3336
|
"dist",
|
|
3331
3337
|
"src",
|
|
3332
3338
|
"commands",
|
|
3333
|
-
"
|
|
3334
|
-
"
|
|
3339
|
+
"halo",
|
|
3340
|
+
"update.js"
|
|
3335
3341
|
]
|
|
3336
3342
|
},
|
|
3337
3343
|
"reset": {
|
|
@@ -3556,16 +3562,15 @@
|
|
|
3556
3562
|
"index.js"
|
|
3557
3563
|
]
|
|
3558
3564
|
},
|
|
3559
|
-
"
|
|
3565
|
+
"space:close": {
|
|
3560
3566
|
"aliases": [],
|
|
3561
3567
|
"args": {
|
|
3562
|
-
"
|
|
3563
|
-
"description": "
|
|
3564
|
-
"name": "
|
|
3565
|
-
"required": true
|
|
3568
|
+
"key": {
|
|
3569
|
+
"description": "Space key(s) head in hex.",
|
|
3570
|
+
"name": "key"
|
|
3566
3571
|
}
|
|
3567
3572
|
},
|
|
3568
|
-
"description": "
|
|
3573
|
+
"description": "Close space.",
|
|
3569
3574
|
"flags": {
|
|
3570
3575
|
"json": {
|
|
3571
3576
|
"description": "Output as JSON.",
|
|
@@ -3649,44 +3654,32 @@
|
|
|
3649
3654
|
"hasDynamicHelp": false,
|
|
3650
3655
|
"multiple": false,
|
|
3651
3656
|
"type": "option"
|
|
3652
|
-
},
|
|
3653
|
-
"extended": {
|
|
3654
|
-
"description": "Show extended table columns.",
|
|
3655
|
-
"name": "extended",
|
|
3656
|
-
"allowNo": false,
|
|
3657
|
-
"type": "boolean"
|
|
3658
|
-
},
|
|
3659
|
-
"name": {
|
|
3660
|
-
"description": "Tunnel name",
|
|
3661
|
-
"name": "name",
|
|
3662
|
-
"default": "shade-friend-black-apart",
|
|
3663
|
-
"hasDynamicHelp": false,
|
|
3664
|
-
"multiple": false,
|
|
3665
|
-
"type": "option"
|
|
3666
3657
|
}
|
|
3667
3658
|
},
|
|
3668
3659
|
"hasDynamicHelp": false,
|
|
3669
3660
|
"hiddenAliases": [],
|
|
3670
|
-
"id": "
|
|
3661
|
+
"id": "space:close",
|
|
3671
3662
|
"pluginAlias": "@dxos/cli",
|
|
3672
3663
|
"pluginName": "@dxos/cli",
|
|
3673
3664
|
"pluginType": "core",
|
|
3674
|
-
"state": "deprecated",
|
|
3675
3665
|
"strict": true,
|
|
3676
|
-
"enableJsonFlag": true,
|
|
3677
3666
|
"isESM": true,
|
|
3678
3667
|
"relativePath": [
|
|
3679
3668
|
"dist",
|
|
3680
3669
|
"src",
|
|
3681
3670
|
"commands",
|
|
3682
|
-
"
|
|
3683
|
-
"
|
|
3671
|
+
"space",
|
|
3672
|
+
"close.js"
|
|
3684
3673
|
]
|
|
3685
3674
|
},
|
|
3686
|
-
"
|
|
3675
|
+
"space:create": {
|
|
3687
3676
|
"aliases": [],
|
|
3688
|
-
"args": {
|
|
3689
|
-
|
|
3677
|
+
"args": {
|
|
3678
|
+
"name": {
|
|
3679
|
+
"name": "name"
|
|
3680
|
+
}
|
|
3681
|
+
},
|
|
3682
|
+
"description": "Create space.",
|
|
3690
3683
|
"flags": {
|
|
3691
3684
|
"json": {
|
|
3692
3685
|
"description": "Output as JSON.",
|
|
@@ -3770,21 +3763,14 @@
|
|
|
3770
3763
|
"hasDynamicHelp": false,
|
|
3771
3764
|
"multiple": false,
|
|
3772
3765
|
"type": "option"
|
|
3773
|
-
},
|
|
3774
|
-
"extended": {
|
|
3775
|
-
"description": "Show extended table columns.",
|
|
3776
|
-
"name": "extended",
|
|
3777
|
-
"allowNo": false,
|
|
3778
|
-
"type": "boolean"
|
|
3779
3766
|
}
|
|
3780
3767
|
},
|
|
3781
3768
|
"hasDynamicHelp": false,
|
|
3782
3769
|
"hiddenAliases": [],
|
|
3783
|
-
"id": "
|
|
3770
|
+
"id": "space:create",
|
|
3784
3771
|
"pluginAlias": "@dxos/cli",
|
|
3785
3772
|
"pluginName": "@dxos/cli",
|
|
3786
3773
|
"pluginType": "core",
|
|
3787
|
-
"state": "deprecated",
|
|
3788
3774
|
"strict": true,
|
|
3789
3775
|
"enableJsonFlag": true,
|
|
3790
3776
|
"isESM": true,
|
|
@@ -3792,14 +3778,19 @@
|
|
|
3792
3778
|
"dist",
|
|
3793
3779
|
"src",
|
|
3794
3780
|
"commands",
|
|
3795
|
-
"
|
|
3796
|
-
"
|
|
3781
|
+
"space",
|
|
3782
|
+
"create.js"
|
|
3797
3783
|
]
|
|
3798
3784
|
},
|
|
3799
|
-
"
|
|
3785
|
+
"space:epoch": {
|
|
3800
3786
|
"aliases": [],
|
|
3801
|
-
"args": {
|
|
3802
|
-
|
|
3787
|
+
"args": {
|
|
3788
|
+
"key": {
|
|
3789
|
+
"description": "Space key(s) head in hex.",
|
|
3790
|
+
"name": "key"
|
|
3791
|
+
}
|
|
3792
|
+
},
|
|
3793
|
+
"description": "Create new epoch.",
|
|
3803
3794
|
"flags": {
|
|
3804
3795
|
"json": {
|
|
3805
3796
|
"description": "Output as JSON.",
|
|
@@ -3883,35 +3874,11 @@
|
|
|
3883
3874
|
"hasDynamicHelp": false,
|
|
3884
3875
|
"multiple": false,
|
|
3885
3876
|
"type": "option"
|
|
3886
|
-
},
|
|
3887
|
-
"id": {
|
|
3888
|
-
"description": "Trigger id",
|
|
3889
|
-
"name": "id",
|
|
3890
|
-
"hasDynamicHelp": false,
|
|
3891
|
-
"multiple": false,
|
|
3892
|
-
"type": "option"
|
|
3893
|
-
},
|
|
3894
|
-
"enable": {
|
|
3895
|
-
"description": "Enable trigger(s)",
|
|
3896
|
-
"name": "enable",
|
|
3897
|
-
"allowNo": false,
|
|
3898
|
-
"type": "boolean"
|
|
3899
|
-
},
|
|
3900
|
-
"disable": {
|
|
3901
|
-
"description": "Disable trigger(s)",
|
|
3902
|
-
"name": "disable",
|
|
3903
|
-
"allowNo": false,
|
|
3904
|
-
"type": "boolean"
|
|
3905
|
-
},
|
|
3906
|
-
"extended": {
|
|
3907
|
-
"name": "extended",
|
|
3908
|
-
"allowNo": false,
|
|
3909
|
-
"type": "boolean"
|
|
3910
3877
|
}
|
|
3911
3878
|
},
|
|
3912
3879
|
"hasDynamicHelp": false,
|
|
3913
3880
|
"hiddenAliases": [],
|
|
3914
|
-
"id": "
|
|
3881
|
+
"id": "space:epoch",
|
|
3915
3882
|
"pluginAlias": "@dxos/cli",
|
|
3916
3883
|
"pluginName": "@dxos/cli",
|
|
3917
3884
|
"pluginType": "core",
|
|
@@ -3922,12 +3889,11 @@
|
|
|
3922
3889
|
"dist",
|
|
3923
3890
|
"src",
|
|
3924
3891
|
"commands",
|
|
3925
|
-
"
|
|
3926
|
-
"
|
|
3927
|
-
"list.js"
|
|
3892
|
+
"space",
|
|
3893
|
+
"epoch.js"
|
|
3928
3894
|
]
|
|
3929
3895
|
},
|
|
3930
|
-
"space:
|
|
3896
|
+
"space:info": {
|
|
3931
3897
|
"aliases": [],
|
|
3932
3898
|
"args": {
|
|
3933
3899
|
"key": {
|
|
@@ -3935,7 +3901,7 @@
|
|
|
3935
3901
|
"name": "key"
|
|
3936
3902
|
}
|
|
3937
3903
|
},
|
|
3938
|
-
"description": "
|
|
3904
|
+
"description": "Show space info.",
|
|
3939
3905
|
"flags": {
|
|
3940
3906
|
"json": {
|
|
3941
3907
|
"description": "Output as JSON.",
|
|
@@ -4023,28 +3989,25 @@
|
|
|
4023
3989
|
},
|
|
4024
3990
|
"hasDynamicHelp": false,
|
|
4025
3991
|
"hiddenAliases": [],
|
|
4026
|
-
"id": "space:
|
|
3992
|
+
"id": "space:info",
|
|
4027
3993
|
"pluginAlias": "@dxos/cli",
|
|
4028
3994
|
"pluginName": "@dxos/cli",
|
|
4029
3995
|
"pluginType": "core",
|
|
4030
3996
|
"strict": true,
|
|
3997
|
+
"enableJsonFlag": true,
|
|
4031
3998
|
"isESM": true,
|
|
4032
3999
|
"relativePath": [
|
|
4033
4000
|
"dist",
|
|
4034
4001
|
"src",
|
|
4035
4002
|
"commands",
|
|
4036
4003
|
"space",
|
|
4037
|
-
"
|
|
4004
|
+
"info.js"
|
|
4038
4005
|
]
|
|
4039
4006
|
},
|
|
4040
|
-
"space:
|
|
4007
|
+
"space:join": {
|
|
4041
4008
|
"aliases": [],
|
|
4042
|
-
"args": {
|
|
4043
|
-
|
|
4044
|
-
"name": "name"
|
|
4045
|
-
}
|
|
4046
|
-
},
|
|
4047
|
-
"description": "Create space.",
|
|
4009
|
+
"args": {},
|
|
4010
|
+
"description": "Join space invitation",
|
|
4048
4011
|
"flags": {
|
|
4049
4012
|
"json": {
|
|
4050
4013
|
"description": "Output as JSON.",
|
|
@@ -4128,11 +4091,25 @@
|
|
|
4128
4091
|
"hasDynamicHelp": false,
|
|
4129
4092
|
"multiple": false,
|
|
4130
4093
|
"type": "option"
|
|
4094
|
+
},
|
|
4095
|
+
"invitation": {
|
|
4096
|
+
"description": "Invitation code",
|
|
4097
|
+
"name": "invitation",
|
|
4098
|
+
"hasDynamicHelp": false,
|
|
4099
|
+
"multiple": false,
|
|
4100
|
+
"type": "option"
|
|
4101
|
+
},
|
|
4102
|
+
"secret": {
|
|
4103
|
+
"description": "Invitation secret",
|
|
4104
|
+
"name": "secret",
|
|
4105
|
+
"hasDynamicHelp": false,
|
|
4106
|
+
"multiple": false,
|
|
4107
|
+
"type": "option"
|
|
4131
4108
|
}
|
|
4132
4109
|
},
|
|
4133
4110
|
"hasDynamicHelp": false,
|
|
4134
4111
|
"hiddenAliases": [],
|
|
4135
|
-
"id": "space:
|
|
4112
|
+
"id": "space:join",
|
|
4136
4113
|
"pluginAlias": "@dxos/cli",
|
|
4137
4114
|
"pluginName": "@dxos/cli",
|
|
4138
4115
|
"pluginType": "core",
|
|
@@ -4144,18 +4121,13 @@
|
|
|
4144
4121
|
"src",
|
|
4145
4122
|
"commands",
|
|
4146
4123
|
"space",
|
|
4147
|
-
"
|
|
4124
|
+
"join.js"
|
|
4148
4125
|
]
|
|
4149
4126
|
},
|
|
4150
|
-
"space:
|
|
4127
|
+
"space:list": {
|
|
4151
4128
|
"aliases": [],
|
|
4152
|
-
"args": {
|
|
4153
|
-
|
|
4154
|
-
"description": "Space key(s) head in hex.",
|
|
4155
|
-
"name": "key"
|
|
4156
|
-
}
|
|
4157
|
-
},
|
|
4158
|
-
"description": "Create new epoch.",
|
|
4129
|
+
"args": {},
|
|
4130
|
+
"description": "List spaces.",
|
|
4159
4131
|
"flags": {
|
|
4160
4132
|
"json": {
|
|
4161
4133
|
"description": "Output as JSON.",
|
|
@@ -4207,7 +4179,7 @@
|
|
|
4207
4179
|
],
|
|
4208
4180
|
"description": "Timeout (ms).",
|
|
4209
4181
|
"name": "timeout",
|
|
4210
|
-
"default":
|
|
4182
|
+
"default": 1000,
|
|
4211
4183
|
"hasDynamicHelp": false,
|
|
4212
4184
|
"multiple": false,
|
|
4213
4185
|
"type": "option"
|
|
@@ -4239,11 +4211,29 @@
|
|
|
4239
4211
|
"hasDynamicHelp": false,
|
|
4240
4212
|
"multiple": false,
|
|
4241
4213
|
"type": "option"
|
|
4214
|
+
},
|
|
4215
|
+
"extended": {
|
|
4216
|
+
"description": "Show extended table columns.",
|
|
4217
|
+
"name": "extended",
|
|
4218
|
+
"allowNo": false,
|
|
4219
|
+
"type": "boolean"
|
|
4220
|
+
},
|
|
4221
|
+
"live": {
|
|
4222
|
+
"description": "Live update.",
|
|
4223
|
+
"name": "live",
|
|
4224
|
+
"allowNo": false,
|
|
4225
|
+
"type": "boolean"
|
|
4226
|
+
},
|
|
4227
|
+
"noWait": {
|
|
4228
|
+
"description": "Do not wait for spaces to be ready.",
|
|
4229
|
+
"name": "noWait",
|
|
4230
|
+
"allowNo": false,
|
|
4231
|
+
"type": "boolean"
|
|
4242
4232
|
}
|
|
4243
4233
|
},
|
|
4244
4234
|
"hasDynamicHelp": false,
|
|
4245
4235
|
"hiddenAliases": [],
|
|
4246
|
-
"id": "space:
|
|
4236
|
+
"id": "space:list",
|
|
4247
4237
|
"pluginAlias": "@dxos/cli",
|
|
4248
4238
|
"pluginName": "@dxos/cli",
|
|
4249
4239
|
"pluginType": "core",
|
|
@@ -4255,10 +4245,10 @@
|
|
|
4255
4245
|
"src",
|
|
4256
4246
|
"commands",
|
|
4257
4247
|
"space",
|
|
4258
|
-
"
|
|
4248
|
+
"list.js"
|
|
4259
4249
|
]
|
|
4260
4250
|
},
|
|
4261
|
-
"space:
|
|
4251
|
+
"space:members": {
|
|
4262
4252
|
"aliases": [],
|
|
4263
4253
|
"args": {
|
|
4264
4254
|
"key": {
|
|
@@ -4266,7 +4256,7 @@
|
|
|
4266
4256
|
"name": "key"
|
|
4267
4257
|
}
|
|
4268
4258
|
},
|
|
4269
|
-
"description": "
|
|
4259
|
+
"description": "List space members.",
|
|
4270
4260
|
"flags": {
|
|
4271
4261
|
"json": {
|
|
4272
4262
|
"description": "Output as JSON.",
|
|
@@ -4350,11 +4340,17 @@
|
|
|
4350
4340
|
"hasDynamicHelp": false,
|
|
4351
4341
|
"multiple": false,
|
|
4352
4342
|
"type": "option"
|
|
4343
|
+
},
|
|
4344
|
+
"extended": {
|
|
4345
|
+
"description": "Show extended table columns.",
|
|
4346
|
+
"name": "extended",
|
|
4347
|
+
"allowNo": false,
|
|
4348
|
+
"type": "boolean"
|
|
4353
4349
|
}
|
|
4354
4350
|
},
|
|
4355
4351
|
"hasDynamicHelp": false,
|
|
4356
4352
|
"hiddenAliases": [],
|
|
4357
|
-
"id": "space:
|
|
4353
|
+
"id": "space:members",
|
|
4358
4354
|
"pluginAlias": "@dxos/cli",
|
|
4359
4355
|
"pluginName": "@dxos/cli",
|
|
4360
4356
|
"pluginType": "core",
|
|
@@ -4366,13 +4362,18 @@
|
|
|
4366
4362
|
"src",
|
|
4367
4363
|
"commands",
|
|
4368
4364
|
"space",
|
|
4369
|
-
"
|
|
4365
|
+
"members.js"
|
|
4370
4366
|
]
|
|
4371
4367
|
},
|
|
4372
|
-
"space:
|
|
4368
|
+
"space:open": {
|
|
4373
4369
|
"aliases": [],
|
|
4374
|
-
"args": {
|
|
4375
|
-
|
|
4370
|
+
"args": {
|
|
4371
|
+
"key": {
|
|
4372
|
+
"description": "Space key(s) head in hex.",
|
|
4373
|
+
"name": "key"
|
|
4374
|
+
}
|
|
4375
|
+
},
|
|
4376
|
+
"description": "Open space.",
|
|
4376
4377
|
"flags": {
|
|
4377
4378
|
"json": {
|
|
4378
4379
|
"description": "Output as JSON.",
|
|
@@ -4456,43 +4457,33 @@
|
|
|
4456
4457
|
"hasDynamicHelp": false,
|
|
4457
4458
|
"multiple": false,
|
|
4458
4459
|
"type": "option"
|
|
4459
|
-
},
|
|
4460
|
-
"invitation": {
|
|
4461
|
-
"description": "Invitation code",
|
|
4462
|
-
"name": "invitation",
|
|
4463
|
-
"hasDynamicHelp": false,
|
|
4464
|
-
"multiple": false,
|
|
4465
|
-
"type": "option"
|
|
4466
|
-
},
|
|
4467
|
-
"secret": {
|
|
4468
|
-
"description": "Invitation secret",
|
|
4469
|
-
"name": "secret",
|
|
4470
|
-
"hasDynamicHelp": false,
|
|
4471
|
-
"multiple": false,
|
|
4472
|
-
"type": "option"
|
|
4473
4460
|
}
|
|
4474
4461
|
},
|
|
4475
4462
|
"hasDynamicHelp": false,
|
|
4476
4463
|
"hiddenAliases": [],
|
|
4477
|
-
"id": "space:
|
|
4464
|
+
"id": "space:open",
|
|
4478
4465
|
"pluginAlias": "@dxos/cli",
|
|
4479
4466
|
"pluginName": "@dxos/cli",
|
|
4480
4467
|
"pluginType": "core",
|
|
4481
4468
|
"strict": true,
|
|
4482
|
-
"enableJsonFlag": true,
|
|
4483
4469
|
"isESM": true,
|
|
4484
4470
|
"relativePath": [
|
|
4485
4471
|
"dist",
|
|
4486
4472
|
"src",
|
|
4487
4473
|
"commands",
|
|
4488
4474
|
"space",
|
|
4489
|
-
"
|
|
4475
|
+
"open.js"
|
|
4490
4476
|
]
|
|
4491
4477
|
},
|
|
4492
|
-
"space:
|
|
4478
|
+
"space:query": {
|
|
4493
4479
|
"aliases": [],
|
|
4494
|
-
"args": {
|
|
4495
|
-
|
|
4480
|
+
"args": {
|
|
4481
|
+
"key": {
|
|
4482
|
+
"description": "Space key(s) head in hex.",
|
|
4483
|
+
"name": "key"
|
|
4484
|
+
}
|
|
4485
|
+
},
|
|
4486
|
+
"description": "Query database.",
|
|
4496
4487
|
"flags": {
|
|
4497
4488
|
"json": {
|
|
4498
4489
|
"description": "Output as JSON.",
|
|
@@ -4544,7 +4535,7 @@
|
|
|
4544
4535
|
],
|
|
4545
4536
|
"description": "Timeout (ms).",
|
|
4546
4537
|
"name": "timeout",
|
|
4547
|
-
"default":
|
|
4538
|
+
"default": 60000,
|
|
4548
4539
|
"hasDynamicHelp": false,
|
|
4549
4540
|
"multiple": false,
|
|
4550
4541
|
"type": "option"
|
|
@@ -4583,22 +4574,17 @@
|
|
|
4583
4574
|
"allowNo": false,
|
|
4584
4575
|
"type": "boolean"
|
|
4585
4576
|
},
|
|
4586
|
-
"
|
|
4587
|
-
"description": "
|
|
4588
|
-
"name": "
|
|
4589
|
-
"
|
|
4590
|
-
"
|
|
4591
|
-
|
|
4592
|
-
"noWait": {
|
|
4593
|
-
"description": "Do not wait for spaces to be ready.",
|
|
4594
|
-
"name": "noWait",
|
|
4595
|
-
"allowNo": false,
|
|
4596
|
-
"type": "boolean"
|
|
4577
|
+
"typename": {
|
|
4578
|
+
"description": "Filter objects by typename.",
|
|
4579
|
+
"name": "typename",
|
|
4580
|
+
"hasDynamicHelp": false,
|
|
4581
|
+
"multiple": false,
|
|
4582
|
+
"type": "option"
|
|
4597
4583
|
}
|
|
4598
4584
|
},
|
|
4599
4585
|
"hasDynamicHelp": false,
|
|
4600
4586
|
"hiddenAliases": [],
|
|
4601
|
-
"id": "space:
|
|
4587
|
+
"id": "space:query",
|
|
4602
4588
|
"pluginAlias": "@dxos/cli",
|
|
4603
4589
|
"pluginName": "@dxos/cli",
|
|
4604
4590
|
"pluginType": "core",
|
|
@@ -4610,10 +4596,10 @@
|
|
|
4610
4596
|
"src",
|
|
4611
4597
|
"commands",
|
|
4612
4598
|
"space",
|
|
4613
|
-
"
|
|
4599
|
+
"query.js"
|
|
4614
4600
|
]
|
|
4615
4601
|
},
|
|
4616
|
-
"space:
|
|
4602
|
+
"space:share": {
|
|
4617
4603
|
"aliases": [],
|
|
4618
4604
|
"args": {
|
|
4619
4605
|
"key": {
|
|
@@ -4621,7 +4607,7 @@
|
|
|
4621
4607
|
"name": "key"
|
|
4622
4608
|
}
|
|
4623
4609
|
},
|
|
4624
|
-
"description": "
|
|
4610
|
+
"description": "Create space invitation.",
|
|
4625
4611
|
"flags": {
|
|
4626
4612
|
"json": {
|
|
4627
4613
|
"description": "Output as JSON.",
|
|
@@ -4706,39 +4692,73 @@
|
|
|
4706
4692
|
"multiple": false,
|
|
4707
4693
|
"type": "option"
|
|
4708
4694
|
},
|
|
4709
|
-
"
|
|
4710
|
-
"description": "
|
|
4711
|
-
"name": "
|
|
4695
|
+
"multiple": {
|
|
4696
|
+
"description": "Multiple use.",
|
|
4697
|
+
"name": "multiple",
|
|
4698
|
+
"allowNo": false,
|
|
4699
|
+
"type": "boolean"
|
|
4700
|
+
},
|
|
4701
|
+
"lifetime": {
|
|
4702
|
+
"description": "Lifetime of the invitation in seconds",
|
|
4703
|
+
"name": "lifetime",
|
|
4704
|
+
"default": 86400,
|
|
4705
|
+
"hasDynamicHelp": false,
|
|
4706
|
+
"multiple": false,
|
|
4707
|
+
"type": "option"
|
|
4708
|
+
},
|
|
4709
|
+
"persistent": {
|
|
4710
|
+
"description": "Invitation should resume if client restarts",
|
|
4711
|
+
"name": "persistent",
|
|
4712
4712
|
"allowNo": false,
|
|
4713
4713
|
"type": "boolean"
|
|
4714
|
+
},
|
|
4715
|
+
"open": {
|
|
4716
|
+
"description": "Open browser with invitation.",
|
|
4717
|
+
"name": "open",
|
|
4718
|
+
"allowNo": false,
|
|
4719
|
+
"type": "boolean"
|
|
4720
|
+
},
|
|
4721
|
+
"host": {
|
|
4722
|
+
"description": "Application Host URL.",
|
|
4723
|
+
"name": "host",
|
|
4724
|
+
"default": "https://composer.space",
|
|
4725
|
+
"hasDynamicHelp": false,
|
|
4726
|
+
"multiple": false,
|
|
4727
|
+
"type": "option"
|
|
4728
|
+
},
|
|
4729
|
+
"auth": {
|
|
4730
|
+
"description": "Skip authentication challenge.",
|
|
4731
|
+
"name": "auth",
|
|
4732
|
+
"allowNo": true,
|
|
4733
|
+
"type": "boolean"
|
|
4714
4734
|
}
|
|
4715
4735
|
},
|
|
4716
4736
|
"hasDynamicHelp": false,
|
|
4717
4737
|
"hiddenAliases": [],
|
|
4718
|
-
"id": "space:
|
|
4738
|
+
"id": "space:share",
|
|
4719
4739
|
"pluginAlias": "@dxos/cli",
|
|
4720
4740
|
"pluginName": "@dxos/cli",
|
|
4721
4741
|
"pluginType": "core",
|
|
4722
4742
|
"strict": true,
|
|
4723
|
-
"enableJsonFlag": true,
|
|
4724
4743
|
"isESM": true,
|
|
4725
4744
|
"relativePath": [
|
|
4726
4745
|
"dist",
|
|
4727
4746
|
"src",
|
|
4728
4747
|
"commands",
|
|
4729
4748
|
"space",
|
|
4730
|
-
"
|
|
4749
|
+
"share.js"
|
|
4731
4750
|
]
|
|
4732
4751
|
},
|
|
4733
|
-
"
|
|
4752
|
+
"tunnel": {
|
|
4734
4753
|
"aliases": [],
|
|
4735
4754
|
"args": {
|
|
4736
|
-
"
|
|
4737
|
-
"description": "
|
|
4738
|
-
"name": "
|
|
4755
|
+
"command": {
|
|
4756
|
+
"description": "Start.",
|
|
4757
|
+
"name": "command",
|
|
4758
|
+
"required": true
|
|
4739
4759
|
}
|
|
4740
4760
|
},
|
|
4741
|
-
"description": "
|
|
4761
|
+
"description": "Enable or disable tunnel (deprecated).",
|
|
4742
4762
|
"flags": {
|
|
4743
4763
|
"json": {
|
|
4744
4764
|
"description": "Output as JSON.",
|
|
@@ -4822,33 +4842,44 @@
|
|
|
4822
4842
|
"hasDynamicHelp": false,
|
|
4823
4843
|
"multiple": false,
|
|
4824
4844
|
"type": "option"
|
|
4845
|
+
},
|
|
4846
|
+
"extended": {
|
|
4847
|
+
"description": "Show extended table columns.",
|
|
4848
|
+
"name": "extended",
|
|
4849
|
+
"allowNo": false,
|
|
4850
|
+
"type": "boolean"
|
|
4851
|
+
},
|
|
4852
|
+
"name": {
|
|
4853
|
+
"description": "Tunnel name",
|
|
4854
|
+
"name": "name",
|
|
4855
|
+
"default": "nevada-cup-twenty-salami",
|
|
4856
|
+
"hasDynamicHelp": false,
|
|
4857
|
+
"multiple": false,
|
|
4858
|
+
"type": "option"
|
|
4825
4859
|
}
|
|
4826
4860
|
},
|
|
4827
4861
|
"hasDynamicHelp": false,
|
|
4828
4862
|
"hiddenAliases": [],
|
|
4829
|
-
"id": "
|
|
4863
|
+
"id": "tunnel",
|
|
4830
4864
|
"pluginAlias": "@dxos/cli",
|
|
4831
4865
|
"pluginName": "@dxos/cli",
|
|
4832
4866
|
"pluginType": "core",
|
|
4867
|
+
"state": "deprecated",
|
|
4833
4868
|
"strict": true,
|
|
4869
|
+
"enableJsonFlag": true,
|
|
4834
4870
|
"isESM": true,
|
|
4835
4871
|
"relativePath": [
|
|
4836
4872
|
"dist",
|
|
4837
4873
|
"src",
|
|
4838
4874
|
"commands",
|
|
4839
|
-
"
|
|
4840
|
-
"
|
|
4875
|
+
"tunnel",
|
|
4876
|
+
"index.js"
|
|
4841
4877
|
]
|
|
4842
4878
|
},
|
|
4843
|
-
"
|
|
4879
|
+
"tunnel:list": {
|
|
4844
4880
|
"aliases": [],
|
|
4845
|
-
"args": {
|
|
4846
|
-
|
|
4847
|
-
"description": "Space key(s) head in hex.",
|
|
4848
|
-
"name": "key"
|
|
4849
|
-
}
|
|
4850
|
-
},
|
|
4851
|
-
"description": "Query database.",
|
|
4881
|
+
"args": {},
|
|
4882
|
+
"description": "List tunnels.",
|
|
4852
4883
|
"flags": {
|
|
4853
4884
|
"json": {
|
|
4854
4885
|
"description": "Output as JSON.",
|
|
@@ -4938,21 +4969,15 @@
|
|
|
4938
4969
|
"name": "extended",
|
|
4939
4970
|
"allowNo": false,
|
|
4940
4971
|
"type": "boolean"
|
|
4941
|
-
},
|
|
4942
|
-
"typename": {
|
|
4943
|
-
"description": "Filter objects by typename.",
|
|
4944
|
-
"name": "typename",
|
|
4945
|
-
"hasDynamicHelp": false,
|
|
4946
|
-
"multiple": false,
|
|
4947
|
-
"type": "option"
|
|
4948
4972
|
}
|
|
4949
4973
|
},
|
|
4950
4974
|
"hasDynamicHelp": false,
|
|
4951
4975
|
"hiddenAliases": [],
|
|
4952
|
-
"id": "
|
|
4976
|
+
"id": "tunnel:list",
|
|
4953
4977
|
"pluginAlias": "@dxos/cli",
|
|
4954
4978
|
"pluginName": "@dxos/cli",
|
|
4955
4979
|
"pluginType": "core",
|
|
4980
|
+
"state": "deprecated",
|
|
4956
4981
|
"strict": true,
|
|
4957
4982
|
"enableJsonFlag": true,
|
|
4958
4983
|
"isESM": true,
|
|
@@ -4960,19 +4985,14 @@
|
|
|
4960
4985
|
"dist",
|
|
4961
4986
|
"src",
|
|
4962
4987
|
"commands",
|
|
4963
|
-
"
|
|
4964
|
-
"
|
|
4988
|
+
"tunnel",
|
|
4989
|
+
"list.js"
|
|
4965
4990
|
]
|
|
4966
4991
|
},
|
|
4967
|
-
"
|
|
4992
|
+
"function:trigger:list": {
|
|
4968
4993
|
"aliases": [],
|
|
4969
|
-
"args": {
|
|
4970
|
-
|
|
4971
|
-
"description": "Space key(s) head in hex.",
|
|
4972
|
-
"name": "key"
|
|
4973
|
-
}
|
|
4974
|
-
},
|
|
4975
|
-
"description": "Create space invitation.",
|
|
4994
|
+
"args": {},
|
|
4995
|
+
"description": "List and manage triggers.",
|
|
4976
4996
|
"flags": {
|
|
4977
4997
|
"json": {
|
|
4978
4998
|
"description": "Output as JSON.",
|
|
@@ -5057,61 +5077,47 @@
|
|
|
5057
5077
|
"multiple": false,
|
|
5058
5078
|
"type": "option"
|
|
5059
5079
|
},
|
|
5060
|
-
"
|
|
5061
|
-
"description": "
|
|
5062
|
-
"name": "
|
|
5063
|
-
"allowNo": false,
|
|
5064
|
-
"type": "boolean"
|
|
5065
|
-
},
|
|
5066
|
-
"lifetime": {
|
|
5067
|
-
"description": "Lifetime of the invitation in seconds",
|
|
5068
|
-
"name": "lifetime",
|
|
5069
|
-
"default": 86400,
|
|
5080
|
+
"id": {
|
|
5081
|
+
"description": "Trigger id",
|
|
5082
|
+
"name": "id",
|
|
5070
5083
|
"hasDynamicHelp": false,
|
|
5071
5084
|
"multiple": false,
|
|
5072
5085
|
"type": "option"
|
|
5073
5086
|
},
|
|
5074
|
-
"
|
|
5075
|
-
"description": "
|
|
5076
|
-
"name": "
|
|
5087
|
+
"enable": {
|
|
5088
|
+
"description": "Enable trigger(s)",
|
|
5089
|
+
"name": "enable",
|
|
5077
5090
|
"allowNo": false,
|
|
5078
5091
|
"type": "boolean"
|
|
5079
5092
|
},
|
|
5080
|
-
"
|
|
5081
|
-
"description": "
|
|
5082
|
-
"name": "
|
|
5093
|
+
"disable": {
|
|
5094
|
+
"description": "Disable trigger(s)",
|
|
5095
|
+
"name": "disable",
|
|
5083
5096
|
"allowNo": false,
|
|
5084
5097
|
"type": "boolean"
|
|
5085
5098
|
},
|
|
5086
|
-
"
|
|
5087
|
-
"
|
|
5088
|
-
"
|
|
5089
|
-
"default": "https://composer.space",
|
|
5090
|
-
"hasDynamicHelp": false,
|
|
5091
|
-
"multiple": false,
|
|
5092
|
-
"type": "option"
|
|
5093
|
-
},
|
|
5094
|
-
"auth": {
|
|
5095
|
-
"description": "Skip authentication challenge.",
|
|
5096
|
-
"name": "auth",
|
|
5097
|
-
"allowNo": true,
|
|
5099
|
+
"extended": {
|
|
5100
|
+
"name": "extended",
|
|
5101
|
+
"allowNo": false,
|
|
5098
5102
|
"type": "boolean"
|
|
5099
5103
|
}
|
|
5100
5104
|
},
|
|
5101
5105
|
"hasDynamicHelp": false,
|
|
5102
5106
|
"hiddenAliases": [],
|
|
5103
|
-
"id": "
|
|
5107
|
+
"id": "function:trigger:list",
|
|
5104
5108
|
"pluginAlias": "@dxos/cli",
|
|
5105
5109
|
"pluginName": "@dxos/cli",
|
|
5106
5110
|
"pluginType": "core",
|
|
5107
5111
|
"strict": true,
|
|
5112
|
+
"enableJsonFlag": true,
|
|
5108
5113
|
"isESM": true,
|
|
5109
5114
|
"relativePath": [
|
|
5110
5115
|
"dist",
|
|
5111
5116
|
"src",
|
|
5112
5117
|
"commands",
|
|
5113
|
-
"
|
|
5114
|
-
"
|
|
5118
|
+
"function",
|
|
5119
|
+
"trigger",
|
|
5120
|
+
"list.js"
|
|
5115
5121
|
]
|
|
5116
5122
|
},
|
|
5117
5123
|
"halo:credential:add": {
|
|
@@ -5708,5 +5714,5 @@
|
|
|
5708
5714
|
]
|
|
5709
5715
|
}
|
|
5710
5716
|
},
|
|
5711
|
-
"version": "0.8.2-
|
|
5717
|
+
"version": "0.8.2-staging.42af850"
|
|
5712
5718
|
}
|