@dxos/cli 0.8.4-main.72ec0f3 → 0.8.4-main.7ace549

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.
@@ -3828,7 +3828,7 @@
3828
3828
  "name": {
3829
3829
  "description": "Tunnel name",
3830
3830
  "name": "name",
3831
- "default": "missouri-carbon-magnesium-sixteen",
3831
+ "default": "fillet-august-seventeen-saturn",
3832
3832
  "hasDynamicHelp": false,
3833
3833
  "multiple": false,
3834
3834
  "type": "option"
@@ -3958,10 +3958,16 @@
3958
3958
  "list.js"
3959
3959
  ]
3960
3960
  },
3961
- "function:trigger:list": {
3961
+ "halo:credential:add": {
3962
3962
  "aliases": [],
3963
- "args": {},
3964
- "description": "List and manage triggers.",
3963
+ "args": {
3964
+ "credential": {
3965
+ "description": "credential",
3966
+ "name": "credential",
3967
+ "required": false
3968
+ }
3969
+ },
3970
+ "description": "Import credential into HALO.",
3965
3971
  "flags": {
3966
3972
  "json": {
3967
3973
  "description": "Output as JSON.",
@@ -4038,60 +4044,29 @@
4038
4044
  "hasDynamicHelp": false,
4039
4045
  "multiple": false,
4040
4046
  "type": "option"
4041
- },
4042
- "id": {
4043
- "description": "Trigger id",
4044
- "name": "id",
4045
- "hasDynamicHelp": false,
4046
- "multiple": false,
4047
- "type": "option"
4048
- },
4049
- "enable": {
4050
- "description": "Enable trigger(s)",
4051
- "name": "enable",
4052
- "allowNo": false,
4053
- "type": "boolean"
4054
- },
4055
- "disable": {
4056
- "description": "Disable trigger(s)",
4057
- "name": "disable",
4058
- "allowNo": false,
4059
- "type": "boolean"
4060
- },
4061
- "extended": {
4062
- "name": "extended",
4063
- "allowNo": false,
4064
- "type": "boolean"
4065
4047
  }
4066
4048
  },
4067
4049
  "hasDynamicHelp": false,
4068
4050
  "hiddenAliases": [],
4069
- "id": "function:trigger:list",
4051
+ "id": "halo:credential:add",
4070
4052
  "pluginAlias": "@dxos/cli",
4071
4053
  "pluginName": "@dxos/cli",
4072
4054
  "pluginType": "core",
4073
4055
  "strict": true,
4074
- "enableJsonFlag": true,
4075
4056
  "isESM": true,
4076
4057
  "relativePath": [
4077
4058
  "dist",
4078
4059
  "src",
4079
4060
  "commands",
4080
- "function",
4081
- "trigger",
4082
- "list.js"
4061
+ "halo",
4062
+ "credential",
4063
+ "add.js"
4083
4064
  ]
4084
4065
  },
4085
- "halo:credential:add": {
4066
+ "halo:credential:list": {
4086
4067
  "aliases": [],
4087
- "args": {
4088
- "credential": {
4089
- "description": "credential",
4090
- "name": "credential",
4091
- "required": false
4092
- }
4093
- },
4094
- "description": "Import credential into HALO.",
4068
+ "args": {},
4069
+ "description": "List HALO credentials.",
4095
4070
  "flags": {
4096
4071
  "json": {
4097
4072
  "description": "Output as JSON.",
@@ -4138,12 +4113,9 @@
4138
4113
  "type": "option"
4139
4114
  },
4140
4115
  "timeout": {
4141
- "aliases": [
4142
- "t"
4143
- ],
4144
- "description": "Timeout (ms).",
4116
+ "description": "Time in milliseconds to wait for at least one credential before listing.",
4145
4117
  "name": "timeout",
4146
- "default": 60000,
4118
+ "default": 500,
4147
4119
  "hasDynamicHelp": false,
4148
4120
  "multiple": false,
4149
4121
  "type": "option"
@@ -4168,15 +4140,44 @@
4168
4140
  "hasDynamicHelp": false,
4169
4141
  "multiple": false,
4170
4142
  "type": "option"
4143
+ },
4144
+ "extended": {
4145
+ "description": "Show extended table columns.",
4146
+ "name": "extended",
4147
+ "allowNo": false,
4148
+ "type": "boolean"
4149
+ },
4150
+ "type": {
4151
+ "description": "Type",
4152
+ "name": "type",
4153
+ "hasDynamicHelp": false,
4154
+ "multiple": false,
4155
+ "type": "option"
4156
+ },
4157
+ "delay": {
4158
+ "description": "Delay in milliseconds before listing.",
4159
+ "name": "delay",
4160
+ "default": 250,
4161
+ "hasDynamicHelp": false,
4162
+ "multiple": false,
4163
+ "type": "option"
4164
+ },
4165
+ "space": {
4166
+ "description": "Space ID of the space to show credentials from. By default, shows halo credentials.",
4167
+ "name": "space",
4168
+ "hasDynamicHelp": false,
4169
+ "multiple": false,
4170
+ "type": "option"
4171
4171
  }
4172
4172
  },
4173
4173
  "hasDynamicHelp": false,
4174
4174
  "hiddenAliases": [],
4175
- "id": "halo:credential:add",
4175
+ "id": "halo:credential:list",
4176
4176
  "pluginAlias": "@dxos/cli",
4177
4177
  "pluginName": "@dxos/cli",
4178
4178
  "pluginType": "core",
4179
4179
  "strict": true,
4180
+ "enableJsonFlag": true,
4180
4181
  "isESM": true,
4181
4182
  "relativePath": [
4182
4183
  "dist",
@@ -4184,13 +4185,13 @@
4184
4185
  "commands",
4185
4186
  "halo",
4186
4187
  "credential",
4187
- "add.js"
4188
+ "list.js"
4188
4189
  ]
4189
4190
  },
4190
- "halo:credential:list": {
4191
+ "function:trigger:list": {
4191
4192
  "aliases": [],
4192
4193
  "args": {},
4193
- "description": "List HALO credentials.",
4194
+ "description": "List and manage triggers.",
4194
4195
  "flags": {
4195
4196
  "json": {
4196
4197
  "description": "Output as JSON.",
@@ -4237,9 +4238,12 @@
4237
4238
  "type": "option"
4238
4239
  },
4239
4240
  "timeout": {
4240
- "description": "Time in milliseconds to wait for at least one credential before listing.",
4241
+ "aliases": [
4242
+ "t"
4243
+ ],
4244
+ "description": "Timeout (ms).",
4241
4245
  "name": "timeout",
4242
- "default": 500,
4246
+ "default": 60000,
4243
4247
  "hasDynamicHelp": false,
4244
4248
  "multiple": false,
4245
4249
  "type": "option"
@@ -4265,38 +4269,34 @@
4265
4269
  "multiple": false,
4266
4270
  "type": "option"
4267
4271
  },
4268
- "extended": {
4269
- "description": "Show extended table columns.",
4270
- "name": "extended",
4271
- "allowNo": false,
4272
- "type": "boolean"
4273
- },
4274
- "type": {
4275
- "description": "Type",
4276
- "name": "type",
4272
+ "id": {
4273
+ "description": "Trigger id",
4274
+ "name": "id",
4277
4275
  "hasDynamicHelp": false,
4278
4276
  "multiple": false,
4279
4277
  "type": "option"
4280
4278
  },
4281
- "delay": {
4282
- "description": "Delay in milliseconds before listing.",
4283
- "name": "delay",
4284
- "default": 250,
4285
- "hasDynamicHelp": false,
4286
- "multiple": false,
4287
- "type": "option"
4279
+ "enable": {
4280
+ "description": "Enable trigger(s)",
4281
+ "name": "enable",
4282
+ "allowNo": false,
4283
+ "type": "boolean"
4288
4284
  },
4289
- "space": {
4290
- "description": "Space ID of the space to show credentials from. By default, shows halo credentials.",
4291
- "name": "space",
4292
- "hasDynamicHelp": false,
4293
- "multiple": false,
4294
- "type": "option"
4285
+ "disable": {
4286
+ "description": "Disable trigger(s)",
4287
+ "name": "disable",
4288
+ "allowNo": false,
4289
+ "type": "boolean"
4290
+ },
4291
+ "extended": {
4292
+ "name": "extended",
4293
+ "allowNo": false,
4294
+ "type": "boolean"
4295
4295
  }
4296
4296
  },
4297
4297
  "hasDynamicHelp": false,
4298
4298
  "hiddenAliases": [],
4299
- "id": "halo:credential:list",
4299
+ "id": "function:trigger:list",
4300
4300
  "pluginAlias": "@dxos/cli",
4301
4301
  "pluginName": "@dxos/cli",
4302
4302
  "pluginType": "core",
@@ -4307,8 +4307,8 @@
4307
4307
  "dist",
4308
4308
  "src",
4309
4309
  "commands",
4310
- "halo",
4311
- "credential",
4310
+ "function",
4311
+ "trigger",
4312
4312
  "list.js"
4313
4313
  ]
4314
4314
  },
@@ -4641,5 +4641,5 @@
4641
4641
  ]
4642
4642
  }
4643
4643
  },
4644
- "version": "0.8.4-main.72ec0f3"
4644
+ "version": "0.8.4-main.7ace549"
4645
4645
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.8.4-main.72ec0f3",
3
+ "version": "0.8.4-main.7ace549",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -53,30 +53,30 @@
53
53
  "react": "~19.2.0",
54
54
  "ws": "^8.14.2",
55
55
  "wtfnode": "^0.10.0",
56
- "@dxos/async": "0.8.4-main.72ec0f3",
57
- "@dxos/cli-base": "0.8.4-main.72ec0f3",
58
- "@dxos/client": "0.8.4-main.72ec0f3",
59
- "@dxos/client-protocol": "0.8.4-main.72ec0f3",
60
- "@dxos/cli-composer": "0.8.4-main.72ec0f3",
61
- "@dxos/client-services": "0.8.4-main.72ec0f3",
62
- "@dxos/compute": "0.8.4-main.72ec0f3",
63
- "@dxos/config": "0.8.4-main.72ec0f3",
64
- "@dxos/context": "0.8.4-main.72ec0f3",
65
- "@dxos/debug": "0.8.4-main.72ec0f3",
66
- "@dxos/functions": "0.8.4-main.72ec0f3",
67
- "@dxos/echo": "0.8.4-main.72ec0f3",
68
- "@dxos/functions-runtime": "0.8.4-main.72ec0f3",
69
- "@dxos/invariant": "0.8.4-main.72ec0f3",
70
- "@dxos/log": "0.8.4-main.72ec0f3",
71
- "@dxos/node-std": "0.8.4-main.72ec0f3",
72
- "@dxos/network-manager": "0.8.4-main.72ec0f3",
73
- "@dxos/process": "0.8.4-main.72ec0f3",
74
- "@dxos/observability": "0.8.4-main.72ec0f3",
75
- "@dxos/protocols": "0.8.4-main.72ec0f3",
76
- "@dxos/rpc": "0.8.4-main.72ec0f3",
77
- "@dxos/schema": "0.8.4-main.72ec0f3",
78
- "@dxos/util": "0.8.4-main.72ec0f3",
79
- "@dxos/random": "0.8.4-main.72ec0f3"
56
+ "@dxos/async": "0.8.4-main.7ace549",
57
+ "@dxos/cli-base": "0.8.4-main.7ace549",
58
+ "@dxos/cli-composer": "0.8.4-main.7ace549",
59
+ "@dxos/client": "0.8.4-main.7ace549",
60
+ "@dxos/compute": "0.8.4-main.7ace549",
61
+ "@dxos/config": "0.8.4-main.7ace549",
62
+ "@dxos/context": "0.8.4-main.7ace549",
63
+ "@dxos/client-protocol": "0.8.4-main.7ace549",
64
+ "@dxos/debug": "0.8.4-main.7ace549",
65
+ "@dxos/client-services": "0.8.4-main.7ace549",
66
+ "@dxos/echo": "0.8.4-main.7ace549",
67
+ "@dxos/functions": "0.8.4-main.7ace549",
68
+ "@dxos/functions-runtime": "0.8.4-main.7ace549",
69
+ "@dxos/invariant": "0.8.4-main.7ace549",
70
+ "@dxos/log": "0.8.4-main.7ace549",
71
+ "@dxos/node-std": "0.8.4-main.7ace549",
72
+ "@dxos/network-manager": "0.8.4-main.7ace549",
73
+ "@dxos/observability": "0.8.4-main.7ace549",
74
+ "@dxos/protocols": "0.8.4-main.7ace549",
75
+ "@dxos/random": "0.8.4-main.7ace549",
76
+ "@dxos/process": "0.8.4-main.7ace549",
77
+ "@dxos/rpc": "0.8.4-main.7ace549",
78
+ "@dxos/schema": "0.8.4-main.7ace549",
79
+ "@dxos/util": "0.8.4-main.7ace549"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@oclif/test": "^4.1.0",