@dxos/cli 0.8.2-main.f11618f → 0.8.2-main.fbd8ed0

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 (38) hide show
  1. package/dist/src/commands/agent/list.d.ts.map +1 -1
  2. package/dist/src/commands/device/list.d.ts.map +1 -1
  3. package/dist/src/commands/function/list.d.ts +1 -1
  4. package/dist/src/commands/function/list.d.ts.map +1 -1
  5. package/dist/src/commands/function/list.js +2 -3
  6. package/dist/src/commands/function/list.js.map +1 -1
  7. package/dist/src/commands/function/trigger/list.d.ts +1 -1
  8. package/dist/src/commands/function/trigger/list.d.ts.map +1 -1
  9. package/dist/src/commands/function/trigger/list.js +4 -6
  10. package/dist/src/commands/function/trigger/list.js.map +1 -1
  11. package/dist/src/commands/function/upload.d.ts +1 -0
  12. package/dist/src/commands/function/upload.d.ts.map +1 -1
  13. package/dist/src/commands/function/upload.js +19 -10
  14. package/dist/src/commands/function/upload.js.map +1 -1
  15. package/dist/src/commands/function/watch.js +3 -3
  16. package/dist/src/commands/function/watch.js.map +1 -1
  17. package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
  18. package/dist/src/commands/space/list.d.ts.map +1 -1
  19. package/dist/src/commands/space/members.d.ts.map +1 -1
  20. package/dist/src/commands/space/query.d.ts.map +1 -1
  21. package/dist/src/commands/space/schema/list.d.ts.map +1 -1
  22. package/dist/src/commands/tunnel/index.d.ts.map +1 -1
  23. package/dist/src/commands/tunnel/list.d.ts.map +1 -1
  24. package/dist/src/util/function/bundle.d.ts.map +1 -1
  25. package/dist/src/util/function/lookup.d.ts +5 -4
  26. package/dist/src/util/function/lookup.d.ts.map +1 -1
  27. package/dist/src/util/function/lookup.js +3 -3
  28. package/dist/src/util/function/lookup.js.map +1 -1
  29. package/dist/src/util/provider/provider.d.ts.map +1 -1
  30. package/dist/src/util/publish/build.d.ts.map +1 -1
  31. package/dist/src/util/publish/common.d.ts.map +1 -1
  32. package/dist/src/util/publish/config.d.ts.map +1 -1
  33. package/dist/src/util/publish/ipfs-upload.d.ts.map +1 -1
  34. package/dist/src/util/publish/publish.d.ts.map +1 -1
  35. package/dist/src/util/tunnel/common.d.ts.map +1 -1
  36. package/dist/tsconfig.tsbuildinfo +1 -1
  37. package/oclif.manifest.json +325 -319
  38. package/package.json +25 -25
@@ -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,
@@ -3556,16 +3562,15 @@
3556
3562
  "index.js"
3557
3563
  ]
3558
3564
  },
3559
- "tunnel": {
3565
+ "space:close": {
3560
3566
  "aliases": [],
3561
3567
  "args": {
3562
- "command": {
3563
- "description": "Start.",
3564
- "name": "command",
3565
- "required": true
3568
+ "key": {
3569
+ "description": "Space key(s) head in hex.",
3570
+ "name": "key"
3566
3571
  }
3567
3572
  },
3568
- "description": "Enable or disable tunnel (deprecated).",
3573
+ "description": "Close space.",
3569
3574
  "flags": {
3570
3575
  "json": {
3571
3576
  "description": "Output as JSON.",
@@ -3649,49 +3654,37 @@
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": "tunnel",
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
- "tunnel",
3683
- "index.js"
3671
+ "space",
3672
+ "close.js"
3684
3673
  ]
3685
3674
  },
3686
- "tunnel:list": {
3675
+ "space:create": {
3687
3676
  "aliases": [],
3688
- "args": {},
3689
- "description": "List tunnels.",
3690
- "flags": {
3691
- "json": {
3692
- "description": "Output as JSON.",
3693
- "name": "json",
3694
- "allowNo": false,
3677
+ "args": {
3678
+ "name": {
3679
+ "name": "name"
3680
+ }
3681
+ },
3682
+ "description": "Create space.",
3683
+ "flags": {
3684
+ "json": {
3685
+ "description": "Output as JSON.",
3686
+ "name": "json",
3687
+ "allowNo": false,
3695
3688
  "type": "boolean"
3696
3689
  },
3697
3690
  "verbose": {
@@ -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": "tunnel:list",
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
- "tunnel",
3796
- "list.js"
3781
+ "space",
3782
+ "create.js"
3797
3783
  ]
3798
3784
  },
3799
- "function:trigger:list": {
3785
+ "space:epoch": {
3800
3786
  "aliases": [],
3801
- "args": {},
3802
- "description": "List and manage triggers.",
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": "function:trigger:list",
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
- "function",
3926
- "trigger",
3927
- "list.js"
3892
+ "space",
3893
+ "epoch.js"
3928
3894
  ]
3929
3895
  },
3930
- "space:close": {
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": "Close space.",
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:close",
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
- "close.js"
4004
+ "info.js"
4038
4005
  ]
4039
4006
  },
4040
- "space:create": {
4007
+ "space:join": {
4041
4008
  "aliases": [],
4042
- "args": {
4043
- "name": {
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:create",
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
- "create.js"
4124
+ "join.js"
4148
4125
  ]
4149
4126
  },
4150
- "space:epoch": {
4127
+ "space:list": {
4151
4128
  "aliases": [],
4152
- "args": {
4153
- "key": {
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": 60000,
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:epoch",
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
- "epoch.js"
4248
+ "list.js"
4259
4249
  ]
4260
4250
  },
4261
- "space:info": {
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": "Show space info.",
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:info",
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
- "info.js"
4365
+ "members.js"
4370
4366
  ]
4371
4367
  },
4372
- "space:join": {
4368
+ "space:open": {
4373
4369
  "aliases": [],
4374
- "args": {},
4375
- "description": "Join space invitation",
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:join",
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
- "join.js"
4475
+ "open.js"
4490
4476
  ]
4491
4477
  },
4492
- "space:list": {
4478
+ "space:query": {
4493
4479
  "aliases": [],
4494
- "args": {},
4495
- "description": "List spaces.",
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": 1000,
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
- "live": {
4587
- "description": "Live update.",
4588
- "name": "live",
4589
- "allowNo": false,
4590
- "type": "boolean"
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:list",
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
- "list.js"
4599
+ "query.js"
4614
4600
  ]
4615
4601
  },
4616
- "space:members": {
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": "List space members.",
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
- "extended": {
4710
- "description": "Show extended table columns.",
4711
- "name": "extended",
4695
+ "multiple": {
4696
+ "description": "Multiple use.",
4697
+ "name": "multiple",
4712
4698
  "allowNo": false,
4713
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
+ "allowNo": false,
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:members",
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
- "members.js"
4749
+ "share.js"
4731
4750
  ]
4732
4751
  },
4733
- "space:open": {
4752
+ "tunnel": {
4734
4753
  "aliases": [],
4735
4754
  "args": {
4736
- "key": {
4737
- "description": "Space key(s) head in hex.",
4738
- "name": "key"
4755
+ "command": {
4756
+ "description": "Start.",
4757
+ "name": "command",
4758
+ "required": true
4739
4759
  }
4740
4760
  },
4741
- "description": "Open space.",
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": "oranges-april-helium-indigo",
4856
+ "hasDynamicHelp": false,
4857
+ "multiple": false,
4858
+ "type": "option"
4825
4859
  }
4826
4860
  },
4827
4861
  "hasDynamicHelp": false,
4828
4862
  "hiddenAliases": [],
4829
- "id": "space:open",
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
- "space",
4840
- "open.js"
4875
+ "tunnel",
4876
+ "index.js"
4841
4877
  ]
4842
4878
  },
4843
- "space:query": {
4879
+ "tunnel:list": {
4844
4880
  "aliases": [],
4845
- "args": {
4846
- "key": {
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": "space:query",
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
- "space",
4964
- "query.js"
4988
+ "tunnel",
4989
+ "list.js"
4965
4990
  ]
4966
4991
  },
4967
- "space:share": {
4992
+ "function:trigger:list": {
4968
4993
  "aliases": [],
4969
- "args": {
4970
- "key": {
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
- "multiple": {
5061
- "description": "Multiple use.",
5062
- "name": "multiple",
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
- "persistent": {
5075
- "description": "Invitation should resume if client restarts",
5076
- "name": "persistent",
5087
+ "enable": {
5088
+ "description": "Enable trigger(s)",
5089
+ "name": "enable",
5077
5090
  "allowNo": false,
5078
5091
  "type": "boolean"
5079
5092
  },
5080
- "open": {
5081
- "description": "Open browser with invitation.",
5082
- "name": "open",
5093
+ "disable": {
5094
+ "description": "Disable trigger(s)",
5095
+ "name": "disable",
5083
5096
  "allowNo": false,
5084
5097
  "type": "boolean"
5085
5098
  },
5086
- "host": {
5087
- "description": "Application Host URL.",
5088
- "name": "host",
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": "space:share",
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
- "space",
5114
- "share.js"
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-main.f11618f"
5717
+ "version": "0.8.2-main.fbd8ed0"
5712
5718
  }