@dxos/cli 0.8.4-main.f9ba587 → 0.8.4-main.fd6878d
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/agent.node.test.js +6 -6
- package/dist/src/commands/agent/agent.node.test.js.map +1 -1
- package/dist/src/commands/agent/invitations.js +12 -13
- package/dist/src/commands/agent/invitations.js.map +1 -1
- package/dist/src/commands/agent/list.js +16 -17
- package/dist/src/commands/agent/list.js.map +1 -1
- package/dist/src/commands/agent/restart.js +11 -12
- package/dist/src/commands/agent/restart.js.map +1 -1
- package/dist/src/commands/agent/start.d.ts.map +1 -1
- package/dist/src/commands/agent/start.js +48 -53
- package/dist/src/commands/agent/start.js.map +1 -1
- package/dist/src/commands/agent/status.js +6 -7
- package/dist/src/commands/agent/status.js.map +1 -1
- package/dist/src/commands/agent/stop.js +12 -13
- package/dist/src/commands/agent/stop.js.map +1 -1
- package/dist/src/commands/config/index.js +5 -7
- package/dist/src/commands/config/index.js.map +1 -1
- package/dist/src/commands/config/index.node.test.js +1 -1
- package/dist/src/commands/config/index.node.test.js.map +1 -1
- package/dist/src/commands/debug/diagnostics.js +22 -23
- package/dist/src/commands/debug/diagnostics.js.map +1 -1
- package/dist/src/commands/debug/error.js +2 -3
- package/dist/src/commands/debug/error.js.map +1 -1
- package/dist/src/commands/debug/generate.js +29 -31
- package/dist/src/commands/debug/generate.js.map +1 -1
- package/dist/src/commands/debug/metrics.js +11 -13
- package/dist/src/commands/debug/metrics.js.map +1 -1
- package/dist/src/commands/debug/status.js +10 -11
- package/dist/src/commands/debug/status.js.map +1 -1
- package/dist/src/commands/device/info.js +5 -7
- package/dist/src/commands/device/info.js.map +1 -1
- package/dist/src/commands/device/list.js +8 -9
- package/dist/src/commands/device/list.js.map +1 -1
- package/dist/src/commands/device/update.js +8 -10
- package/dist/src/commands/device/update.js.map +1 -1
- package/dist/src/commands/edge/status.d.ts +19 -0
- package/dist/src/commands/edge/status.d.ts.map +1 -0
- package/dist/src/commands/edge/status.js +24 -0
- package/dist/src/commands/edge/status.js.map +1 -0
- package/dist/src/commands/function/list.d.ts +0 -2
- package/dist/src/commands/function/list.d.ts.map +1 -1
- package/dist/src/commands/function/list.js +8 -27
- package/dist/src/commands/function/list.js.map +1 -1
- package/dist/src/commands/function/logs.js +9 -11
- package/dist/src/commands/function/logs.js.map +1 -1
- package/dist/src/commands/function/trigger/list.d.ts.map +1 -1
- package/dist/src/commands/function/trigger/list.js +10 -11
- package/dist/src/commands/function/trigger/list.js.map +1 -1
- package/dist/src/commands/function/upload.d.ts.map +1 -1
- package/dist/src/commands/function/upload.js +25 -30
- package/dist/src/commands/function/upload.js.map +1 -1
- package/dist/src/commands/function/watch.d.ts.map +1 -1
- package/dist/src/commands/function/watch.js +17 -20
- package/dist/src/commands/function/watch.js.map +1 -1
- package/dist/src/commands/halo/create.js +12 -13
- package/dist/src/commands/halo/create.js.map +1 -1
- package/dist/src/commands/halo/credential/add.js +5 -6
- package/dist/src/commands/halo/credential/add.js.map +1 -1
- package/dist/src/commands/halo/credential/list.js +23 -24
- package/dist/src/commands/halo/credential/list.js.map +1 -1
- package/dist/src/commands/halo/identity.js +5 -6
- package/dist/src/commands/halo/identity.js.map +1 -1
- package/dist/src/commands/halo/join.js +22 -24
- package/dist/src/commands/halo/join.js.map +1 -1
- package/dist/src/commands/halo/keys.js +3 -4
- package/dist/src/commands/halo/keys.js.map +1 -1
- package/dist/src/commands/halo/recovery/generate.js +3 -4
- package/dist/src/commands/halo/recovery/generate.js.map +1 -1
- package/dist/src/commands/halo/recovery/use.js +7 -8
- package/dist/src/commands/halo/recovery/use.js.map +1 -1
- package/dist/src/commands/halo/share.d.ts.map +1 -1
- package/dist/src/commands/halo/share.js +27 -28
- package/dist/src/commands/halo/share.js.map +1 -1
- package/dist/src/commands/halo/update.js +9 -11
- package/dist/src/commands/halo/update.js.map +1 -1
- package/dist/src/commands/info.js +6 -7
- package/dist/src/commands/info.js.map +1 -1
- package/dist/src/commands/profile/import.d.ts.map +1 -1
- package/dist/src/commands/profile/import.js +15 -16
- package/dist/src/commands/profile/import.js.map +1 -1
- package/dist/src/commands/profile/inspect.d.ts.map +1 -1
- package/dist/src/commands/profile/inspect.js +14 -15
- package/dist/src/commands/profile/inspect.js.map +1 -1
- package/dist/src/commands/reset/index.d.ts.map +1 -1
- package/dist/src/commands/reset/index.js +15 -17
- package/dist/src/commands/reset/index.js.map +1 -1
- package/dist/src/commands/shell/index.js +2 -3
- package/dist/src/commands/shell/index.js.map +1 -1
- package/dist/src/commands/space/close.js +3 -4
- package/dist/src/commands/space/close.js.map +1 -1
- package/dist/src/commands/space/create.js +5 -6
- package/dist/src/commands/space/create.js.map +1 -1
- package/dist/src/commands/space/epoch.js +4 -5
- package/dist/src/commands/space/epoch.js.map +1 -1
- package/dist/src/commands/space/info.js +4 -5
- package/dist/src/commands/space/info.js.map +1 -1
- package/dist/src/commands/space/join.js +14 -16
- package/dist/src/commands/space/join.js.map +1 -1
- package/dist/src/commands/space/list.js +20 -21
- package/dist/src/commands/space/list.js.map +1 -1
- package/dist/src/commands/space/members.js +9 -10
- package/dist/src/commands/space/members.js.map +1 -1
- package/dist/src/commands/space/open.js +3 -4
- package/dist/src/commands/space/open.js.map +1 -1
- package/dist/src/commands/space/query.js +12 -14
- package/dist/src/commands/space/query.js.map +1 -1
- package/dist/src/commands/space/schema/list.js +12 -15
- package/dist/src/commands/space/schema/list.js.map +1 -1
- package/dist/src/commands/space/share.d.ts.map +1 -1
- package/dist/src/commands/space/share.js +31 -32
- package/dist/src/commands/space/share.js.map +1 -1
- package/dist/src/commands/tunnel/index.js +19 -22
- package/dist/src/commands/tunnel/index.js.map +1 -1
- package/dist/src/commands/tunnel/list.js +10 -13
- package/dist/src/commands/tunnel/list.js.map +1 -1
- package/dist/src/components/SpaceTable.d.ts.map +1 -1
- package/dist/src/components/SpaceTable.js.map +1 -1
- package/dist/src/components/SystemTable.d.ts.map +1 -1
- package/dist/src/components/SystemTable.js +2 -2
- package/dist/src/components/SystemTable.js.map +1 -1
- package/dist/src/help.js +1 -1
- package/dist/src/help.js.map +1 -1
- package/dist/src/util/function/lookup.d.ts +2 -2
- package/dist/src/util/function/lookup.d.ts.map +1 -1
- package/dist/src/util/function/lookup.js.map +1 -1
- package/dist/src/util/provider/digital-ocean.js +3 -3
- package/dist/src/util/provider/digital-ocean.js.map +1 -1
- package/dist/src/util/provider/provider.d.ts.map +1 -1
- package/dist/src/util/provider/provider.js.map +1 -1
- package/dist/src/util/publish/build.d.ts +1 -1
- package/dist/src/util/publish/build.d.ts.map +1 -1
- package/dist/src/util/publish/build.js +2 -3
- package/dist/src/util/publish/build.js.map +1 -1
- package/dist/src/util/publish/common.d.ts.map +1 -1
- package/dist/src/util/publish/common.js.map +1 -1
- package/dist/src/util/publish/config.d.ts.map +1 -1
- package/dist/src/util/publish/config.js +2 -3
- package/dist/src/util/publish/config.js.map +1 -1
- package/dist/src/util/publish/ipfs-upload.d.ts.map +1 -1
- package/dist/src/util/publish/ipfs-upload.js.map +1 -1
- package/dist/src/util/publish/publish.d.ts.map +1 -1
- package/dist/src/util/publish/publish.js +4 -5
- package/dist/src/util/publish/publish.js.map +1 -1
- package/dist/src/util/publish/publisher-rpc-peer.d.ts.map +1 -1
- package/dist/src/util/publish/publisher-rpc-peer.js +10 -8
- package/dist/src/util/publish/publisher-rpc-peer.js.map +1 -1
- package/dist/src/util/supervisor/supervisor-rpc-peer.d.ts.map +1 -1
- package/dist/src/util/supervisor/supervisor-rpc-peer.js +10 -8
- package/dist/src/util/supervisor/supervisor-rpc-peer.js.map +1 -1
- package/dist/src/util/tunnel/common.d.ts.map +1 -1
- package/dist/src/util/tunnel/common.js.map +1 -1
- package/dist/src/util/tunnel/tunnel-rpc-peer.d.ts.map +1 -1
- package/dist/src/util/tunnel/tunnel-rpc-peer.js +10 -8
- package/dist/src/util/tunnel/tunnel-rpc-peer.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/oclif.manifest.json +437 -331
- package/package.json +26 -26
package/oclif.manifest.json
CHANGED
|
@@ -839,10 +839,20 @@
|
|
|
839
839
|
"stop.js"
|
|
840
840
|
]
|
|
841
841
|
},
|
|
842
|
-
"
|
|
842
|
+
"debug:diagnostics": {
|
|
843
843
|
"aliases": [],
|
|
844
844
|
"args": {},
|
|
845
|
-
"description": "
|
|
845
|
+
"description": "Create diagnostics report.",
|
|
846
|
+
"examples": [
|
|
847
|
+
{
|
|
848
|
+
"description": "Inspect diagnostics.",
|
|
849
|
+
"command": "dx debug diagnostics --json --truncate | jq -r '.metrics'"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"description": "Upload diagnostics to GitHub.",
|
|
853
|
+
"command": "dx debug diagnostics --json --truncate | gh gist create --filename diagnostics.json"
|
|
854
|
+
}
|
|
855
|
+
],
|
|
846
856
|
"flags": {
|
|
847
857
|
"json": {
|
|
848
858
|
"description": "Output as JSON.",
|
|
@@ -926,11 +936,23 @@
|
|
|
926
936
|
"hasDynamicHelp": false,
|
|
927
937
|
"multiple": false,
|
|
928
938
|
"type": "option"
|
|
939
|
+
},
|
|
940
|
+
"humanize": {
|
|
941
|
+
"description": "Humanize keys.",
|
|
942
|
+
"name": "humanize",
|
|
943
|
+
"allowNo": false,
|
|
944
|
+
"type": "boolean"
|
|
945
|
+
},
|
|
946
|
+
"truncate": {
|
|
947
|
+
"description": "Truncate keys.",
|
|
948
|
+
"name": "truncate",
|
|
949
|
+
"allowNo": false,
|
|
950
|
+
"type": "boolean"
|
|
929
951
|
}
|
|
930
952
|
},
|
|
931
953
|
"hasDynamicHelp": false,
|
|
932
954
|
"hiddenAliases": [],
|
|
933
|
-
"id": "
|
|
955
|
+
"id": "debug:diagnostics",
|
|
934
956
|
"pluginAlias": "@dxos/cli",
|
|
935
957
|
"pluginName": "@dxos/cli",
|
|
936
958
|
"pluginType": "core",
|
|
@@ -941,14 +963,14 @@
|
|
|
941
963
|
"dist",
|
|
942
964
|
"src",
|
|
943
965
|
"commands",
|
|
944
|
-
"
|
|
945
|
-
"
|
|
966
|
+
"debug",
|
|
967
|
+
"diagnostics.js"
|
|
946
968
|
]
|
|
947
969
|
},
|
|
948
|
-
"
|
|
970
|
+
"debug:error": {
|
|
949
971
|
"aliases": [],
|
|
950
972
|
"args": {},
|
|
951
|
-
"description": "
|
|
973
|
+
"description": "Throw error for debugging.",
|
|
952
974
|
"flags": {
|
|
953
975
|
"json": {
|
|
954
976
|
"description": "Output as JSON.",
|
|
@@ -1032,35 +1054,33 @@
|
|
|
1032
1054
|
"hasDynamicHelp": false,
|
|
1033
1055
|
"multiple": false,
|
|
1034
1056
|
"type": "option"
|
|
1035
|
-
},
|
|
1036
|
-
"extended": {
|
|
1037
|
-
"description": "Show extended table columns.",
|
|
1038
|
-
"name": "extended",
|
|
1039
|
-
"allowNo": false,
|
|
1040
|
-
"type": "boolean"
|
|
1041
1057
|
}
|
|
1042
1058
|
},
|
|
1043
1059
|
"hasDynamicHelp": false,
|
|
1044
1060
|
"hiddenAliases": [],
|
|
1045
|
-
"id": "
|
|
1061
|
+
"id": "debug:error",
|
|
1046
1062
|
"pluginAlias": "@dxos/cli",
|
|
1047
1063
|
"pluginName": "@dxos/cli",
|
|
1048
1064
|
"pluginType": "core",
|
|
1049
1065
|
"strict": true,
|
|
1050
|
-
"enableJsonFlag": true,
|
|
1051
1066
|
"isESM": true,
|
|
1052
1067
|
"relativePath": [
|
|
1053
1068
|
"dist",
|
|
1054
1069
|
"src",
|
|
1055
1070
|
"commands",
|
|
1056
|
-
"
|
|
1057
|
-
"
|
|
1071
|
+
"debug",
|
|
1072
|
+
"error.js"
|
|
1058
1073
|
]
|
|
1059
1074
|
},
|
|
1060
|
-
"
|
|
1075
|
+
"debug:generate": {
|
|
1061
1076
|
"aliases": [],
|
|
1062
|
-
"args": {
|
|
1063
|
-
|
|
1077
|
+
"args": {
|
|
1078
|
+
"key": {
|
|
1079
|
+
"description": "Space key(s) head in hex.",
|
|
1080
|
+
"name": "key"
|
|
1081
|
+
}
|
|
1082
|
+
},
|
|
1083
|
+
"description": "Generate test data.",
|
|
1064
1084
|
"flags": {
|
|
1065
1085
|
"json": {
|
|
1066
1086
|
"description": "Output as JSON.",
|
|
@@ -1145,10 +1165,41 @@
|
|
|
1145
1165
|
"multiple": false,
|
|
1146
1166
|
"type": "option"
|
|
1147
1167
|
},
|
|
1148
|
-
"
|
|
1149
|
-
"description": "
|
|
1150
|
-
"name": "
|
|
1151
|
-
"
|
|
1168
|
+
"interval": {
|
|
1169
|
+
"description": "Interval between mutations (ms).",
|
|
1170
|
+
"name": "interval",
|
|
1171
|
+
"default": 0,
|
|
1172
|
+
"hasDynamicHelp": false,
|
|
1173
|
+
"multiple": false,
|
|
1174
|
+
"type": "option"
|
|
1175
|
+
},
|
|
1176
|
+
"jitter": {
|
|
1177
|
+
"description": "Interval variance (ms).",
|
|
1178
|
+
"name": "jitter",
|
|
1179
|
+
"default": 0,
|
|
1180
|
+
"hasDynamicHelp": false,
|
|
1181
|
+
"multiple": false,
|
|
1182
|
+
"type": "option"
|
|
1183
|
+
},
|
|
1184
|
+
"objects": {
|
|
1185
|
+
"description": "Number of objects.",
|
|
1186
|
+
"name": "objects",
|
|
1187
|
+
"default": 0,
|
|
1188
|
+
"hasDynamicHelp": false,
|
|
1189
|
+
"multiple": false,
|
|
1190
|
+
"type": "option"
|
|
1191
|
+
},
|
|
1192
|
+
"mutations": {
|
|
1193
|
+
"description": "Number of mutations.",
|
|
1194
|
+
"name": "mutations",
|
|
1195
|
+
"default": 0,
|
|
1196
|
+
"hasDynamicHelp": false,
|
|
1197
|
+
"multiple": false,
|
|
1198
|
+
"type": "option"
|
|
1199
|
+
},
|
|
1200
|
+
"epoch": {
|
|
1201
|
+
"description": "Number of mutations per epoch.",
|
|
1202
|
+
"name": "epoch",
|
|
1152
1203
|
"hasDynamicHelp": false,
|
|
1153
1204
|
"multiple": false,
|
|
1154
1205
|
"type": "option"
|
|
@@ -1156,24 +1207,30 @@
|
|
|
1156
1207
|
},
|
|
1157
1208
|
"hasDynamicHelp": false,
|
|
1158
1209
|
"hiddenAliases": [],
|
|
1159
|
-
"id": "
|
|
1210
|
+
"id": "debug:generate",
|
|
1160
1211
|
"pluginAlias": "@dxos/cli",
|
|
1161
1212
|
"pluginName": "@dxos/cli",
|
|
1162
1213
|
"pluginType": "core",
|
|
1163
1214
|
"strict": true,
|
|
1215
|
+
"enableJsonFlag": true,
|
|
1164
1216
|
"isESM": true,
|
|
1165
1217
|
"relativePath": [
|
|
1166
1218
|
"dist",
|
|
1167
1219
|
"src",
|
|
1168
1220
|
"commands",
|
|
1169
|
-
"
|
|
1170
|
-
"
|
|
1221
|
+
"debug",
|
|
1222
|
+
"generate.js"
|
|
1171
1223
|
]
|
|
1172
1224
|
},
|
|
1173
|
-
"
|
|
1225
|
+
"debug:metrics": {
|
|
1174
1226
|
"aliases": [],
|
|
1175
|
-
"args": {
|
|
1176
|
-
|
|
1227
|
+
"args": {
|
|
1228
|
+
"command": {
|
|
1229
|
+
"description": "Control metrics recording.",
|
|
1230
|
+
"name": "command"
|
|
1231
|
+
}
|
|
1232
|
+
},
|
|
1233
|
+
"description": "Control metrics.",
|
|
1177
1234
|
"flags": {
|
|
1178
1235
|
"json": {
|
|
1179
1236
|
"description": "Output as JSON.",
|
|
@@ -1261,7 +1318,7 @@
|
|
|
1261
1318
|
},
|
|
1262
1319
|
"hasDynamicHelp": false,
|
|
1263
1320
|
"hiddenAliases": [],
|
|
1264
|
-
"id": "
|
|
1321
|
+
"id": "debug:metrics",
|
|
1265
1322
|
"pluginAlias": "@dxos/cli",
|
|
1266
1323
|
"pluginName": "@dxos/cli",
|
|
1267
1324
|
"pluginType": "core",
|
|
@@ -1272,20 +1329,14 @@
|
|
|
1272
1329
|
"dist",
|
|
1273
1330
|
"src",
|
|
1274
1331
|
"commands",
|
|
1275
|
-
"
|
|
1276
|
-
"
|
|
1332
|
+
"debug",
|
|
1333
|
+
"metrics.js"
|
|
1277
1334
|
]
|
|
1278
1335
|
},
|
|
1279
|
-
"
|
|
1336
|
+
"debug:status": {
|
|
1280
1337
|
"aliases": [],
|
|
1281
|
-
"args": {
|
|
1282
|
-
|
|
1283
|
-
"description": "Function name.",
|
|
1284
|
-
"name": "name",
|
|
1285
|
-
"required": true
|
|
1286
|
-
}
|
|
1287
|
-
},
|
|
1288
|
-
"description": "Get function logs.",
|
|
1338
|
+
"args": {},
|
|
1339
|
+
"description": "Display status.",
|
|
1289
1340
|
"flags": {
|
|
1290
1341
|
"json": {
|
|
1291
1342
|
"description": "Output as JSON.",
|
|
@@ -1369,15 +1420,22 @@
|
|
|
1369
1420
|
"hasDynamicHelp": false,
|
|
1370
1421
|
"multiple": false,
|
|
1371
1422
|
"type": "option"
|
|
1423
|
+
},
|
|
1424
|
+
"interval": {
|
|
1425
|
+
"description": "Update interval (ms).",
|
|
1426
|
+
"name": "interval",
|
|
1427
|
+
"default": 1000,
|
|
1428
|
+
"hasDynamicHelp": false,
|
|
1429
|
+
"multiple": false,
|
|
1430
|
+
"type": "option"
|
|
1372
1431
|
}
|
|
1373
1432
|
},
|
|
1374
1433
|
"hasDynamicHelp": false,
|
|
1375
1434
|
"hiddenAliases": [],
|
|
1376
|
-
"id": "
|
|
1435
|
+
"id": "debug:status",
|
|
1377
1436
|
"pluginAlias": "@dxos/cli",
|
|
1378
1437
|
"pluginName": "@dxos/cli",
|
|
1379
1438
|
"pluginType": "core",
|
|
1380
|
-
"state": "deprecated",
|
|
1381
1439
|
"strict": true,
|
|
1382
1440
|
"enableJsonFlag": true,
|
|
1383
1441
|
"isESM": true,
|
|
@@ -1385,19 +1443,14 @@
|
|
|
1385
1443
|
"dist",
|
|
1386
1444
|
"src",
|
|
1387
1445
|
"commands",
|
|
1388
|
-
"
|
|
1389
|
-
"
|
|
1446
|
+
"debug",
|
|
1447
|
+
"status.js"
|
|
1390
1448
|
]
|
|
1391
1449
|
},
|
|
1392
|
-
"
|
|
1450
|
+
"config": {
|
|
1393
1451
|
"aliases": [],
|
|
1394
|
-
"args": {
|
|
1395
|
-
|
|
1396
|
-
"name": "file",
|
|
1397
|
-
"required": true
|
|
1398
|
-
}
|
|
1399
|
-
},
|
|
1400
|
-
"description": "Upload user function.",
|
|
1452
|
+
"args": {},
|
|
1453
|
+
"description": "Show config file.",
|
|
1401
1454
|
"flags": {
|
|
1402
1455
|
"json": {
|
|
1403
1456
|
"description": "Output as JSON.",
|
|
@@ -1481,51 +1534,11 @@
|
|
|
1481
1534
|
"hasDynamicHelp": false,
|
|
1482
1535
|
"multiple": false,
|
|
1483
1536
|
"type": "option"
|
|
1484
|
-
},
|
|
1485
|
-
"name": {
|
|
1486
|
-
"description": "Function name.",
|
|
1487
|
-
"name": "name",
|
|
1488
|
-
"hasDynamicHelp": false,
|
|
1489
|
-
"multiple": false,
|
|
1490
|
-
"type": "option"
|
|
1491
|
-
},
|
|
1492
|
-
"version": {
|
|
1493
|
-
"description": "Function version.",
|
|
1494
|
-
"name": "version",
|
|
1495
|
-
"hasDynamicHelp": false,
|
|
1496
|
-
"multiple": false,
|
|
1497
|
-
"type": "option"
|
|
1498
|
-
},
|
|
1499
|
-
"composerScript": {
|
|
1500
|
-
"description": "Loads the script into composer.",
|
|
1501
|
-
"name": "composerScript",
|
|
1502
|
-
"allowNo": false,
|
|
1503
|
-
"type": "boolean"
|
|
1504
|
-
},
|
|
1505
|
-
"functionId": {
|
|
1506
|
-
"description": "Existing UserFunction ID to update.",
|
|
1507
|
-
"name": "functionId",
|
|
1508
|
-
"hasDynamicHelp": false,
|
|
1509
|
-
"multiple": false,
|
|
1510
|
-
"type": "option"
|
|
1511
|
-
},
|
|
1512
|
-
"spaceKey": {
|
|
1513
|
-
"description": "Space key to create/update Script source in.",
|
|
1514
|
-
"name": "spaceKey",
|
|
1515
|
-
"hasDynamicHelp": false,
|
|
1516
|
-
"multiple": false,
|
|
1517
|
-
"type": "option"
|
|
1518
|
-
},
|
|
1519
|
-
"noSpace": {
|
|
1520
|
-
"description": "Only uploads a function, without creating a FunctionObject in ECHO.",
|
|
1521
|
-
"name": "noSpace",
|
|
1522
|
-
"allowNo": false,
|
|
1523
|
-
"type": "boolean"
|
|
1524
1537
|
}
|
|
1525
1538
|
},
|
|
1526
1539
|
"hasDynamicHelp": false,
|
|
1527
1540
|
"hiddenAliases": [],
|
|
1528
|
-
"id": "
|
|
1541
|
+
"id": "config",
|
|
1529
1542
|
"pluginAlias": "@dxos/cli",
|
|
1530
1543
|
"pluginName": "@dxos/cli",
|
|
1531
1544
|
"pluginType": "core",
|
|
@@ -1536,19 +1549,14 @@
|
|
|
1536
1549
|
"dist",
|
|
1537
1550
|
"src",
|
|
1538
1551
|
"commands",
|
|
1539
|
-
"
|
|
1540
|
-
"
|
|
1552
|
+
"config",
|
|
1553
|
+
"index.js"
|
|
1541
1554
|
]
|
|
1542
1555
|
},
|
|
1543
|
-
"
|
|
1556
|
+
"device:info": {
|
|
1544
1557
|
"aliases": [],
|
|
1545
|
-
"args": {
|
|
1546
|
-
|
|
1547
|
-
"name": "file",
|
|
1548
|
-
"required": true
|
|
1549
|
-
}
|
|
1550
|
-
},
|
|
1551
|
-
"description": "Hot reload script on file changes.",
|
|
1558
|
+
"args": {},
|
|
1559
|
+
"description": "Show device info.",
|
|
1552
1560
|
"flags": {
|
|
1553
1561
|
"json": {
|
|
1554
1562
|
"description": "Output as JSON.",
|
|
@@ -1632,26 +1640,11 @@
|
|
|
1632
1640
|
"hasDynamicHelp": false,
|
|
1633
1641
|
"multiple": false,
|
|
1634
1642
|
"type": "option"
|
|
1635
|
-
},
|
|
1636
|
-
"functionId": {
|
|
1637
|
-
"description": "Existing UserFunction ID to update.",
|
|
1638
|
-
"name": "functionId",
|
|
1639
|
-
"required": true,
|
|
1640
|
-
"hasDynamicHelp": false,
|
|
1641
|
-
"multiple": false,
|
|
1642
|
-
"type": "option"
|
|
1643
|
-
},
|
|
1644
|
-
"spaceKey": {
|
|
1645
|
-
"description": "Space key to create/update Script source in.",
|
|
1646
|
-
"name": "spaceKey",
|
|
1647
|
-
"hasDynamicHelp": false,
|
|
1648
|
-
"multiple": false,
|
|
1649
|
-
"type": "option"
|
|
1650
1643
|
}
|
|
1651
1644
|
},
|
|
1652
1645
|
"hasDynamicHelp": false,
|
|
1653
1646
|
"hiddenAliases": [],
|
|
1654
|
-
"id": "
|
|
1647
|
+
"id": "device:info",
|
|
1655
1648
|
"pluginAlias": "@dxos/cli",
|
|
1656
1649
|
"pluginName": "@dxos/cli",
|
|
1657
1650
|
"pluginType": "core",
|
|
@@ -1662,20 +1655,14 @@
|
|
|
1662
1655
|
"dist",
|
|
1663
1656
|
"src",
|
|
1664
1657
|
"commands",
|
|
1665
|
-
"
|
|
1666
|
-
"
|
|
1658
|
+
"device",
|
|
1659
|
+
"info.js"
|
|
1667
1660
|
]
|
|
1668
1661
|
},
|
|
1669
|
-
"
|
|
1662
|
+
"device:list": {
|
|
1670
1663
|
"aliases": [],
|
|
1671
|
-
"args": {
|
|
1672
|
-
|
|
1673
|
-
"default": "Agent",
|
|
1674
|
-
"description": "Display name",
|
|
1675
|
-
"name": "displayName"
|
|
1676
|
-
}
|
|
1677
|
-
},
|
|
1678
|
-
"description": "Create HALO.",
|
|
1664
|
+
"args": {},
|
|
1665
|
+
"description": "Show device info.",
|
|
1679
1666
|
"flags": {
|
|
1680
1667
|
"json": {
|
|
1681
1668
|
"description": "Output as JSON.",
|
|
@@ -1760,23 +1747,16 @@
|
|
|
1760
1747
|
"multiple": false,
|
|
1761
1748
|
"type": "option"
|
|
1762
1749
|
},
|
|
1763
|
-
"
|
|
1764
|
-
"description": "
|
|
1765
|
-
"name": "
|
|
1766
|
-
"hasDynamicHelp": false,
|
|
1767
|
-
"multiple": false,
|
|
1768
|
-
"type": "option"
|
|
1769
|
-
},
|
|
1770
|
-
"managedAgent": {
|
|
1771
|
-
"description": "Managed agent",
|
|
1772
|
-
"name": "managedAgent",
|
|
1750
|
+
"extended": {
|
|
1751
|
+
"description": "Show extended table columns.",
|
|
1752
|
+
"name": "extended",
|
|
1773
1753
|
"allowNo": false,
|
|
1774
1754
|
"type": "boolean"
|
|
1775
1755
|
}
|
|
1776
1756
|
},
|
|
1777
1757
|
"hasDynamicHelp": false,
|
|
1778
1758
|
"hiddenAliases": [],
|
|
1779
|
-
"id": "
|
|
1759
|
+
"id": "device:list",
|
|
1780
1760
|
"pluginAlias": "@dxos/cli",
|
|
1781
1761
|
"pluginName": "@dxos/cli",
|
|
1782
1762
|
"pluginType": "core",
|
|
@@ -1787,16 +1767,14 @@
|
|
|
1787
1767
|
"dist",
|
|
1788
1768
|
"src",
|
|
1789
1769
|
"commands",
|
|
1790
|
-
"
|
|
1791
|
-
"
|
|
1770
|
+
"device",
|
|
1771
|
+
"list.js"
|
|
1792
1772
|
]
|
|
1793
1773
|
},
|
|
1794
|
-
"
|
|
1795
|
-
"aliases": [
|
|
1796
|
-
"halo:id"
|
|
1797
|
-
],
|
|
1774
|
+
"device:update": {
|
|
1775
|
+
"aliases": [],
|
|
1798
1776
|
"args": {},
|
|
1799
|
-
"description": "
|
|
1777
|
+
"description": "Update device info.",
|
|
1800
1778
|
"flags": {
|
|
1801
1779
|
"json": {
|
|
1802
1780
|
"description": "Output as JSON.",
|
|
@@ -1880,29 +1858,36 @@
|
|
|
1880
1858
|
"hasDynamicHelp": false,
|
|
1881
1859
|
"multiple": false,
|
|
1882
1860
|
"type": "option"
|
|
1861
|
+
},
|
|
1862
|
+
"label": {
|
|
1863
|
+
"description": "Set device label",
|
|
1864
|
+
"name": "label",
|
|
1865
|
+
"required": true,
|
|
1866
|
+
"hasDynamicHelp": false,
|
|
1867
|
+
"multiple": false,
|
|
1868
|
+
"type": "option"
|
|
1883
1869
|
}
|
|
1884
1870
|
},
|
|
1885
1871
|
"hasDynamicHelp": false,
|
|
1886
1872
|
"hiddenAliases": [],
|
|
1887
|
-
"id": "
|
|
1873
|
+
"id": "device:update",
|
|
1888
1874
|
"pluginAlias": "@dxos/cli",
|
|
1889
1875
|
"pluginName": "@dxos/cli",
|
|
1890
1876
|
"pluginType": "core",
|
|
1891
1877
|
"strict": true,
|
|
1892
|
-
"enableJsonFlag": true,
|
|
1893
1878
|
"isESM": true,
|
|
1894
1879
|
"relativePath": [
|
|
1895
1880
|
"dist",
|
|
1896
1881
|
"src",
|
|
1897
1882
|
"commands",
|
|
1898
|
-
"
|
|
1899
|
-
"
|
|
1883
|
+
"device",
|
|
1884
|
+
"update.js"
|
|
1900
1885
|
]
|
|
1901
1886
|
},
|
|
1902
|
-
"
|
|
1887
|
+
"edge:status": {
|
|
1903
1888
|
"aliases": [],
|
|
1904
1889
|
"args": {},
|
|
1905
|
-
"description": "
|
|
1890
|
+
"description": "Show agent status",
|
|
1906
1891
|
"flags": {
|
|
1907
1892
|
"json": {
|
|
1908
1893
|
"description": "Output as JSON.",
|
|
@@ -1949,9 +1934,12 @@
|
|
|
1949
1934
|
"type": "option"
|
|
1950
1935
|
},
|
|
1951
1936
|
"timeout": {
|
|
1952
|
-
"
|
|
1937
|
+
"aliases": [
|
|
1938
|
+
"t"
|
|
1939
|
+
],
|
|
1940
|
+
"description": "Timeout (ms).",
|
|
1953
1941
|
"name": "timeout",
|
|
1954
|
-
"default":
|
|
1942
|
+
"default": 60000,
|
|
1955
1943
|
"hasDynamicHelp": false,
|
|
1956
1944
|
"multiple": false,
|
|
1957
1945
|
"type": "option"
|
|
@@ -1983,38 +1971,117 @@
|
|
|
1983
1971
|
"hasDynamicHelp": false,
|
|
1984
1972
|
"multiple": false,
|
|
1985
1973
|
"type": "option"
|
|
1974
|
+
}
|
|
1975
|
+
},
|
|
1976
|
+
"hasDynamicHelp": false,
|
|
1977
|
+
"hiddenAliases": [],
|
|
1978
|
+
"id": "edge:status",
|
|
1979
|
+
"pluginAlias": "@dxos/cli",
|
|
1980
|
+
"pluginName": "@dxos/cli",
|
|
1981
|
+
"pluginType": "core",
|
|
1982
|
+
"strict": true,
|
|
1983
|
+
"enableJsonFlag": true,
|
|
1984
|
+
"isESM": true,
|
|
1985
|
+
"relativePath": [
|
|
1986
|
+
"dist",
|
|
1987
|
+
"src",
|
|
1988
|
+
"commands",
|
|
1989
|
+
"edge",
|
|
1990
|
+
"status.js"
|
|
1991
|
+
]
|
|
1992
|
+
},
|
|
1993
|
+
"function:list": {
|
|
1994
|
+
"aliases": [],
|
|
1995
|
+
"args": {},
|
|
1996
|
+
"description": "List functions.",
|
|
1997
|
+
"flags": {
|
|
1998
|
+
"json": {
|
|
1999
|
+
"description": "Output as JSON.",
|
|
2000
|
+
"name": "json",
|
|
2001
|
+
"allowNo": false,
|
|
2002
|
+
"type": "boolean"
|
|
1986
2003
|
},
|
|
1987
|
-
"
|
|
1988
|
-
"
|
|
1989
|
-
"
|
|
2004
|
+
"verbose": {
|
|
2005
|
+
"char": "v",
|
|
2006
|
+
"description": "Verbose output",
|
|
2007
|
+
"name": "verbose",
|
|
2008
|
+
"allowNo": false,
|
|
2009
|
+
"type": "boolean"
|
|
2010
|
+
},
|
|
2011
|
+
"dry-run": {
|
|
2012
|
+
"description": "Dry run.",
|
|
2013
|
+
"name": "dry-run",
|
|
2014
|
+
"allowNo": false,
|
|
2015
|
+
"type": "boolean"
|
|
2016
|
+
},
|
|
2017
|
+
"profile": {
|
|
2018
|
+
"description": "User profile.",
|
|
2019
|
+
"env": "DX_PROFILE",
|
|
2020
|
+
"name": "profile",
|
|
2021
|
+
"default": "default",
|
|
1990
2022
|
"hasDynamicHelp": false,
|
|
1991
2023
|
"multiple": false,
|
|
1992
2024
|
"type": "option"
|
|
1993
2025
|
},
|
|
1994
|
-
"
|
|
1995
|
-
"
|
|
1996
|
-
|
|
2026
|
+
"config": {
|
|
2027
|
+
"aliases": [
|
|
2028
|
+
"c"
|
|
2029
|
+
],
|
|
2030
|
+
"dependsOn": [
|
|
2031
|
+
"profile"
|
|
2032
|
+
],
|
|
2033
|
+
"description": "Config file.",
|
|
2034
|
+
"env": "DX_CONFIG",
|
|
2035
|
+
"name": "config",
|
|
2036
|
+
"default": "/github/home/.config/dx/profile/default.yml",
|
|
1997
2037
|
"hasDynamicHelp": false,
|
|
2038
|
+
"helpValue": "path",
|
|
1998
2039
|
"multiple": false,
|
|
1999
2040
|
"type": "option"
|
|
2000
2041
|
},
|
|
2001
|
-
"
|
|
2002
|
-
"
|
|
2003
|
-
|
|
2042
|
+
"timeout": {
|
|
2043
|
+
"aliases": [
|
|
2044
|
+
"t"
|
|
2045
|
+
],
|
|
2046
|
+
"description": "Timeout (ms).",
|
|
2047
|
+
"name": "timeout",
|
|
2048
|
+
"default": 60000,
|
|
2004
2049
|
"hasDynamicHelp": false,
|
|
2005
2050
|
"multiple": false,
|
|
2006
2051
|
"type": "option"
|
|
2007
2052
|
},
|
|
2008
|
-
"
|
|
2009
|
-
"description": "
|
|
2010
|
-
"name": "
|
|
2053
|
+
"target": {
|
|
2054
|
+
"description": "Target websocket server.",
|
|
2055
|
+
"name": "target",
|
|
2056
|
+
"hasDynamicHelp": false,
|
|
2057
|
+
"multiple": false,
|
|
2058
|
+
"type": "option"
|
|
2059
|
+
},
|
|
2060
|
+
"agent": {
|
|
2061
|
+
"description": "Run command with agent.",
|
|
2062
|
+
"env": "DX_NO_AGENT",
|
|
2063
|
+
"name": "agent",
|
|
2064
|
+
"allowNo": true,
|
|
2065
|
+
"type": "boolean"
|
|
2066
|
+
},
|
|
2067
|
+
"json-log": {
|
|
2068
|
+
"description": "When running in foreground, log JSON format",
|
|
2069
|
+
"name": "json-log",
|
|
2011
2070
|
"allowNo": false,
|
|
2012
2071
|
"type": "boolean"
|
|
2072
|
+
},
|
|
2073
|
+
"json-logfile": {
|
|
2074
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
2075
|
+
"name": "json-logfile",
|
|
2076
|
+
"default": "stderr",
|
|
2077
|
+
"hasDynamicHelp": false,
|
|
2078
|
+
"multiple": false,
|
|
2079
|
+
"type": "option"
|
|
2013
2080
|
}
|
|
2014
2081
|
},
|
|
2015
2082
|
"hasDynamicHelp": false,
|
|
2016
2083
|
"hiddenAliases": [],
|
|
2017
|
-
"id": "
|
|
2084
|
+
"id": "function:list",
|
|
2018
2085
|
"pluginAlias": "@dxos/cli",
|
|
2019
2086
|
"pluginName": "@dxos/cli",
|
|
2020
2087
|
"pluginType": "core",
|
|
@@ -2025,14 +2092,20 @@
|
|
|
2025
2092
|
"dist",
|
|
2026
2093
|
"src",
|
|
2027
2094
|
"commands",
|
|
2028
|
-
"
|
|
2029
|
-
"
|
|
2095
|
+
"function",
|
|
2096
|
+
"list.js"
|
|
2030
2097
|
]
|
|
2031
2098
|
},
|
|
2032
|
-
"
|
|
2099
|
+
"function:logs": {
|
|
2033
2100
|
"aliases": [],
|
|
2034
|
-
"args": {
|
|
2035
|
-
|
|
2101
|
+
"args": {
|
|
2102
|
+
"name": {
|
|
2103
|
+
"description": "Function name.",
|
|
2104
|
+
"name": "name",
|
|
2105
|
+
"required": true
|
|
2106
|
+
}
|
|
2107
|
+
},
|
|
2108
|
+
"description": "Get function logs.",
|
|
2036
2109
|
"flags": {
|
|
2037
2110
|
"json": {
|
|
2038
2111
|
"description": "Output as JSON.",
|
|
@@ -2120,10 +2193,11 @@
|
|
|
2120
2193
|
},
|
|
2121
2194
|
"hasDynamicHelp": false,
|
|
2122
2195
|
"hiddenAliases": [],
|
|
2123
|
-
"id": "
|
|
2196
|
+
"id": "function:logs",
|
|
2124
2197
|
"pluginAlias": "@dxos/cli",
|
|
2125
2198
|
"pluginName": "@dxos/cli",
|
|
2126
2199
|
"pluginType": "core",
|
|
2200
|
+
"state": "deprecated",
|
|
2127
2201
|
"strict": true,
|
|
2128
2202
|
"enableJsonFlag": true,
|
|
2129
2203
|
"isESM": true,
|
|
@@ -2131,14 +2205,19 @@
|
|
|
2131
2205
|
"dist",
|
|
2132
2206
|
"src",
|
|
2133
2207
|
"commands",
|
|
2134
|
-
"
|
|
2135
|
-
"
|
|
2208
|
+
"function",
|
|
2209
|
+
"logs.js"
|
|
2136
2210
|
]
|
|
2137
2211
|
},
|
|
2138
|
-
"
|
|
2212
|
+
"function:upload": {
|
|
2139
2213
|
"aliases": [],
|
|
2140
|
-
"args": {
|
|
2141
|
-
|
|
2214
|
+
"args": {
|
|
2215
|
+
"file": {
|
|
2216
|
+
"name": "file",
|
|
2217
|
+
"required": true
|
|
2218
|
+
}
|
|
2219
|
+
},
|
|
2220
|
+
"description": "Upload user function.",
|
|
2142
2221
|
"flags": {
|
|
2143
2222
|
"json": {
|
|
2144
2223
|
"description": "Output as JSON.",
|
|
@@ -2223,44 +2302,50 @@
|
|
|
2223
2302
|
"multiple": false,
|
|
2224
2303
|
"type": "option"
|
|
2225
2304
|
},
|
|
2226
|
-
"
|
|
2227
|
-
"description": "
|
|
2228
|
-
"name": "
|
|
2229
|
-
"default": 43200,
|
|
2305
|
+
"name": {
|
|
2306
|
+
"description": "Function name.",
|
|
2307
|
+
"name": "name",
|
|
2230
2308
|
"hasDynamicHelp": false,
|
|
2231
2309
|
"multiple": false,
|
|
2232
2310
|
"type": "option"
|
|
2233
2311
|
},
|
|
2234
|
-
"
|
|
2235
|
-
"description": "
|
|
2236
|
-
"name": "
|
|
2237
|
-
"
|
|
2238
|
-
"
|
|
2312
|
+
"version": {
|
|
2313
|
+
"description": "Function version.",
|
|
2314
|
+
"name": "version",
|
|
2315
|
+
"hasDynamicHelp": false,
|
|
2316
|
+
"multiple": false,
|
|
2317
|
+
"type": "option"
|
|
2239
2318
|
},
|
|
2240
|
-
"
|
|
2241
|
-
"description": "
|
|
2242
|
-
"name": "
|
|
2319
|
+
"composerScript": {
|
|
2320
|
+
"description": "Loads the script into composer.",
|
|
2321
|
+
"name": "composerScript",
|
|
2243
2322
|
"allowNo": false,
|
|
2244
2323
|
"type": "boolean"
|
|
2245
2324
|
},
|
|
2246
|
-
"
|
|
2247
|
-
"description": "
|
|
2248
|
-
"name": "
|
|
2249
|
-
"default": "https://composer.space",
|
|
2325
|
+
"functionId": {
|
|
2326
|
+
"description": "Existing UserFunction ID to update.",
|
|
2327
|
+
"name": "functionId",
|
|
2250
2328
|
"hasDynamicHelp": false,
|
|
2251
2329
|
"multiple": false,
|
|
2252
2330
|
"type": "option"
|
|
2253
2331
|
},
|
|
2254
|
-
"
|
|
2255
|
-
"description": "
|
|
2256
|
-
"name": "
|
|
2257
|
-
"
|
|
2332
|
+
"spaceKey": {
|
|
2333
|
+
"description": "Space key to create/update Script source in.",
|
|
2334
|
+
"name": "spaceKey",
|
|
2335
|
+
"hasDynamicHelp": false,
|
|
2336
|
+
"multiple": false,
|
|
2337
|
+
"type": "option"
|
|
2338
|
+
},
|
|
2339
|
+
"noSpace": {
|
|
2340
|
+
"description": "Only uploads a function, without creating a FunctionObject in ECHO.",
|
|
2341
|
+
"name": "noSpace",
|
|
2342
|
+
"allowNo": false,
|
|
2258
2343
|
"type": "boolean"
|
|
2259
2344
|
}
|
|
2260
2345
|
},
|
|
2261
2346
|
"hasDynamicHelp": false,
|
|
2262
2347
|
"hiddenAliases": [],
|
|
2263
|
-
"id": "
|
|
2348
|
+
"id": "function:upload",
|
|
2264
2349
|
"pluginAlias": "@dxos/cli",
|
|
2265
2350
|
"pluginName": "@dxos/cli",
|
|
2266
2351
|
"pluginType": "core",
|
|
@@ -2271,14 +2356,19 @@
|
|
|
2271
2356
|
"dist",
|
|
2272
2357
|
"src",
|
|
2273
2358
|
"commands",
|
|
2274
|
-
"
|
|
2275
|
-
"
|
|
2359
|
+
"function",
|
|
2360
|
+
"upload.js"
|
|
2276
2361
|
]
|
|
2277
2362
|
},
|
|
2278
|
-
"
|
|
2363
|
+
"function:watch": {
|
|
2279
2364
|
"aliases": [],
|
|
2280
|
-
"args": {
|
|
2281
|
-
|
|
2365
|
+
"args": {
|
|
2366
|
+
"file": {
|
|
2367
|
+
"name": "file",
|
|
2368
|
+
"required": true
|
|
2369
|
+
}
|
|
2370
|
+
},
|
|
2371
|
+
"description": "Hot reload script on file changes.",
|
|
2282
2372
|
"flags": {
|
|
2283
2373
|
"json": {
|
|
2284
2374
|
"description": "Output as JSON.",
|
|
@@ -2363,9 +2453,17 @@
|
|
|
2363
2453
|
"multiple": false,
|
|
2364
2454
|
"type": "option"
|
|
2365
2455
|
},
|
|
2366
|
-
"
|
|
2367
|
-
"description": "
|
|
2368
|
-
"name": "
|
|
2456
|
+
"functionId": {
|
|
2457
|
+
"description": "Existing UserFunction ID to update.",
|
|
2458
|
+
"name": "functionId",
|
|
2459
|
+
"required": true,
|
|
2460
|
+
"hasDynamicHelp": false,
|
|
2461
|
+
"multiple": false,
|
|
2462
|
+
"type": "option"
|
|
2463
|
+
},
|
|
2464
|
+
"spaceKey": {
|
|
2465
|
+
"description": "Space key to create/update Script source in.",
|
|
2466
|
+
"name": "spaceKey",
|
|
2369
2467
|
"hasDynamicHelp": false,
|
|
2370
2468
|
"multiple": false,
|
|
2371
2469
|
"type": "option"
|
|
@@ -2373,24 +2471,31 @@
|
|
|
2373
2471
|
},
|
|
2374
2472
|
"hasDynamicHelp": false,
|
|
2375
2473
|
"hiddenAliases": [],
|
|
2376
|
-
"id": "
|
|
2474
|
+
"id": "function:watch",
|
|
2377
2475
|
"pluginAlias": "@dxos/cli",
|
|
2378
2476
|
"pluginName": "@dxos/cli",
|
|
2379
2477
|
"pluginType": "core",
|
|
2380
2478
|
"strict": true,
|
|
2479
|
+
"enableJsonFlag": true,
|
|
2381
2480
|
"isESM": true,
|
|
2382
2481
|
"relativePath": [
|
|
2383
2482
|
"dist",
|
|
2384
2483
|
"src",
|
|
2385
2484
|
"commands",
|
|
2386
|
-
"
|
|
2387
|
-
"
|
|
2485
|
+
"function",
|
|
2486
|
+
"watch.js"
|
|
2388
2487
|
]
|
|
2389
2488
|
},
|
|
2390
|
-
"
|
|
2489
|
+
"halo:create": {
|
|
2391
2490
|
"aliases": [],
|
|
2392
|
-
"args": {
|
|
2393
|
-
|
|
2491
|
+
"args": {
|
|
2492
|
+
"displayName": {
|
|
2493
|
+
"default": "Agent",
|
|
2494
|
+
"description": "Display name",
|
|
2495
|
+
"name": "displayName"
|
|
2496
|
+
}
|
|
2497
|
+
},
|
|
2498
|
+
"description": "Create HALO.",
|
|
2394
2499
|
"flags": {
|
|
2395
2500
|
"json": {
|
|
2396
2501
|
"description": "Output as JSON.",
|
|
@@ -2474,11 +2579,24 @@
|
|
|
2474
2579
|
"hasDynamicHelp": false,
|
|
2475
2580
|
"multiple": false,
|
|
2476
2581
|
"type": "option"
|
|
2582
|
+
},
|
|
2583
|
+
"deviceLabel": {
|
|
2584
|
+
"description": "Device label",
|
|
2585
|
+
"name": "deviceLabel",
|
|
2586
|
+
"hasDynamicHelp": false,
|
|
2587
|
+
"multiple": false,
|
|
2588
|
+
"type": "option"
|
|
2589
|
+
},
|
|
2590
|
+
"managedAgent": {
|
|
2591
|
+
"description": "Managed agent",
|
|
2592
|
+
"name": "managedAgent",
|
|
2593
|
+
"allowNo": false,
|
|
2594
|
+
"type": "boolean"
|
|
2477
2595
|
}
|
|
2478
2596
|
},
|
|
2479
2597
|
"hasDynamicHelp": false,
|
|
2480
2598
|
"hiddenAliases": [],
|
|
2481
|
-
"id": "
|
|
2599
|
+
"id": "halo:create",
|
|
2482
2600
|
"pluginAlias": "@dxos/cli",
|
|
2483
2601
|
"pluginName": "@dxos/cli",
|
|
2484
2602
|
"pluginType": "core",
|
|
@@ -2489,24 +2607,16 @@
|
|
|
2489
2607
|
"dist",
|
|
2490
2608
|
"src",
|
|
2491
2609
|
"commands",
|
|
2492
|
-
"
|
|
2493
|
-
"
|
|
2610
|
+
"halo",
|
|
2611
|
+
"create.js"
|
|
2494
2612
|
]
|
|
2495
2613
|
},
|
|
2496
|
-
"
|
|
2497
|
-
"aliases": [
|
|
2498
|
-
|
|
2499
|
-
"description": "Create diagnostics report.",
|
|
2500
|
-
"examples": [
|
|
2501
|
-
{
|
|
2502
|
-
"description": "Inspect diagnostics.",
|
|
2503
|
-
"command": "dx debug diagnostics --json --truncate | jq -r '.metrics'"
|
|
2504
|
-
},
|
|
2505
|
-
{
|
|
2506
|
-
"description": "Upload diagnostics to GitHub.",
|
|
2507
|
-
"command": "dx debug diagnostics --json --truncate | gh gist create --filename diagnostics.json"
|
|
2508
|
-
}
|
|
2614
|
+
"halo:identity": {
|
|
2615
|
+
"aliases": [
|
|
2616
|
+
"halo:id"
|
|
2509
2617
|
],
|
|
2618
|
+
"args": {},
|
|
2619
|
+
"description": "Show HALO identity.",
|
|
2510
2620
|
"flags": {
|
|
2511
2621
|
"json": {
|
|
2512
2622
|
"description": "Output as JSON.",
|
|
@@ -2590,23 +2700,11 @@
|
|
|
2590
2700
|
"hasDynamicHelp": false,
|
|
2591
2701
|
"multiple": false,
|
|
2592
2702
|
"type": "option"
|
|
2593
|
-
},
|
|
2594
|
-
"humanize": {
|
|
2595
|
-
"description": "Humanize keys.",
|
|
2596
|
-
"name": "humanize",
|
|
2597
|
-
"allowNo": false,
|
|
2598
|
-
"type": "boolean"
|
|
2599
|
-
},
|
|
2600
|
-
"truncate": {
|
|
2601
|
-
"description": "Truncate keys.",
|
|
2602
|
-
"name": "truncate",
|
|
2603
|
-
"allowNo": false,
|
|
2604
|
-
"type": "boolean"
|
|
2605
2703
|
}
|
|
2606
2704
|
},
|
|
2607
2705
|
"hasDynamicHelp": false,
|
|
2608
2706
|
"hiddenAliases": [],
|
|
2609
|
-
"id": "
|
|
2707
|
+
"id": "halo:identity",
|
|
2610
2708
|
"pluginAlias": "@dxos/cli",
|
|
2611
2709
|
"pluginName": "@dxos/cli",
|
|
2612
2710
|
"pluginType": "core",
|
|
@@ -2617,14 +2715,14 @@
|
|
|
2617
2715
|
"dist",
|
|
2618
2716
|
"src",
|
|
2619
2717
|
"commands",
|
|
2620
|
-
"
|
|
2621
|
-
"
|
|
2718
|
+
"halo",
|
|
2719
|
+
"identity.js"
|
|
2622
2720
|
]
|
|
2623
2721
|
},
|
|
2624
|
-
"
|
|
2722
|
+
"halo:join": {
|
|
2625
2723
|
"aliases": [],
|
|
2626
2724
|
"args": {},
|
|
2627
|
-
"description": "
|
|
2725
|
+
"description": "Join HALO (device) invitation.",
|
|
2628
2726
|
"flags": {
|
|
2629
2727
|
"json": {
|
|
2630
2728
|
"description": "Output as JSON.",
|
|
@@ -2671,12 +2769,9 @@
|
|
|
2671
2769
|
"type": "option"
|
|
2672
2770
|
},
|
|
2673
2771
|
"timeout": {
|
|
2674
|
-
"
|
|
2675
|
-
"t"
|
|
2676
|
-
],
|
|
2677
|
-
"description": "Timeout (ms).",
|
|
2772
|
+
"description": "Timeout in seconds",
|
|
2678
2773
|
"name": "timeout",
|
|
2679
|
-
"default":
|
|
2774
|
+
"default": 300,
|
|
2680
2775
|
"hasDynamicHelp": false,
|
|
2681
2776
|
"multiple": false,
|
|
2682
2777
|
"type": "option"
|
|
@@ -2708,33 +2803,56 @@
|
|
|
2708
2803
|
"hasDynamicHelp": false,
|
|
2709
2804
|
"multiple": false,
|
|
2710
2805
|
"type": "option"
|
|
2806
|
+
},
|
|
2807
|
+
"invitation": {
|
|
2808
|
+
"description": "Invitation code",
|
|
2809
|
+
"name": "invitation",
|
|
2810
|
+
"hasDynamicHelp": false,
|
|
2811
|
+
"multiple": false,
|
|
2812
|
+
"type": "option"
|
|
2813
|
+
},
|
|
2814
|
+
"secret": {
|
|
2815
|
+
"description": "Invitation secret",
|
|
2816
|
+
"name": "secret",
|
|
2817
|
+
"hasDynamicHelp": false,
|
|
2818
|
+
"multiple": false,
|
|
2819
|
+
"type": "option"
|
|
2820
|
+
},
|
|
2821
|
+
"device-label": {
|
|
2822
|
+
"description": "Set device label",
|
|
2823
|
+
"name": "device-label",
|
|
2824
|
+
"hasDynamicHelp": false,
|
|
2825
|
+
"multiple": false,
|
|
2826
|
+
"type": "option"
|
|
2827
|
+
},
|
|
2828
|
+
"managed-agent": {
|
|
2829
|
+
"description": "set device type as managed agent",
|
|
2830
|
+
"name": "managed-agent",
|
|
2831
|
+
"allowNo": false,
|
|
2832
|
+
"type": "boolean"
|
|
2711
2833
|
}
|
|
2712
2834
|
},
|
|
2713
2835
|
"hasDynamicHelp": false,
|
|
2714
2836
|
"hiddenAliases": [],
|
|
2715
|
-
"id": "
|
|
2837
|
+
"id": "halo:join",
|
|
2716
2838
|
"pluginAlias": "@dxos/cli",
|
|
2717
2839
|
"pluginName": "@dxos/cli",
|
|
2718
2840
|
"pluginType": "core",
|
|
2719
2841
|
"strict": true,
|
|
2842
|
+
"enableJsonFlag": true,
|
|
2720
2843
|
"isESM": true,
|
|
2721
2844
|
"relativePath": [
|
|
2722
2845
|
"dist",
|
|
2723
2846
|
"src",
|
|
2724
2847
|
"commands",
|
|
2725
|
-
"
|
|
2726
|
-
"
|
|
2848
|
+
"halo",
|
|
2849
|
+
"join.js"
|
|
2727
2850
|
]
|
|
2728
2851
|
},
|
|
2729
|
-
"
|
|
2852
|
+
"halo:keys": {
|
|
2730
2853
|
"aliases": [],
|
|
2731
|
-
"args": {
|
|
2732
|
-
|
|
2733
|
-
"description": "Space key(s) head in hex.",
|
|
2734
|
-
"name": "key"
|
|
2735
|
-
}
|
|
2736
|
-
},
|
|
2737
|
-
"description": "Generate test data.",
|
|
2854
|
+
"args": {},
|
|
2855
|
+
"description": "Show HALO keys.",
|
|
2738
2856
|
"flags": {
|
|
2739
2857
|
"json": {
|
|
2740
2858
|
"description": "Output as JSON.",
|
|
@@ -2818,50 +2936,11 @@
|
|
|
2818
2936
|
"hasDynamicHelp": false,
|
|
2819
2937
|
"multiple": false,
|
|
2820
2938
|
"type": "option"
|
|
2821
|
-
},
|
|
2822
|
-
"interval": {
|
|
2823
|
-
"description": "Interval between mutations (ms).",
|
|
2824
|
-
"name": "interval",
|
|
2825
|
-
"default": 0,
|
|
2826
|
-
"hasDynamicHelp": false,
|
|
2827
|
-
"multiple": false,
|
|
2828
|
-
"type": "option"
|
|
2829
|
-
},
|
|
2830
|
-
"jitter": {
|
|
2831
|
-
"description": "Interval variance (ms).",
|
|
2832
|
-
"name": "jitter",
|
|
2833
|
-
"default": 0,
|
|
2834
|
-
"hasDynamicHelp": false,
|
|
2835
|
-
"multiple": false,
|
|
2836
|
-
"type": "option"
|
|
2837
|
-
},
|
|
2838
|
-
"objects": {
|
|
2839
|
-
"description": "Number of objects.",
|
|
2840
|
-
"name": "objects",
|
|
2841
|
-
"default": 0,
|
|
2842
|
-
"hasDynamicHelp": false,
|
|
2843
|
-
"multiple": false,
|
|
2844
|
-
"type": "option"
|
|
2845
|
-
},
|
|
2846
|
-
"mutations": {
|
|
2847
|
-
"description": "Number of mutations.",
|
|
2848
|
-
"name": "mutations",
|
|
2849
|
-
"default": 0,
|
|
2850
|
-
"hasDynamicHelp": false,
|
|
2851
|
-
"multiple": false,
|
|
2852
|
-
"type": "option"
|
|
2853
|
-
},
|
|
2854
|
-
"epoch": {
|
|
2855
|
-
"description": "Number of mutations per epoch.",
|
|
2856
|
-
"name": "epoch",
|
|
2857
|
-
"hasDynamicHelp": false,
|
|
2858
|
-
"multiple": false,
|
|
2859
|
-
"type": "option"
|
|
2860
2939
|
}
|
|
2861
2940
|
},
|
|
2862
2941
|
"hasDynamicHelp": false,
|
|
2863
2942
|
"hiddenAliases": [],
|
|
2864
|
-
"id": "
|
|
2943
|
+
"id": "halo:keys",
|
|
2865
2944
|
"pluginAlias": "@dxos/cli",
|
|
2866
2945
|
"pluginName": "@dxos/cli",
|
|
2867
2946
|
"pluginType": "core",
|
|
@@ -2872,19 +2951,14 @@
|
|
|
2872
2951
|
"dist",
|
|
2873
2952
|
"src",
|
|
2874
2953
|
"commands",
|
|
2875
|
-
"
|
|
2876
|
-
"
|
|
2954
|
+
"halo",
|
|
2955
|
+
"keys.js"
|
|
2877
2956
|
]
|
|
2878
2957
|
},
|
|
2879
|
-
"
|
|
2958
|
+
"halo:share": {
|
|
2880
2959
|
"aliases": [],
|
|
2881
|
-
"args": {
|
|
2882
|
-
|
|
2883
|
-
"description": "Control metrics recording.",
|
|
2884
|
-
"name": "command"
|
|
2885
|
-
}
|
|
2886
|
-
},
|
|
2887
|
-
"description": "Control metrics.",
|
|
2960
|
+
"args": {},
|
|
2961
|
+
"description": "Create HALO (device) invitation.",
|
|
2888
2962
|
"flags": {
|
|
2889
2963
|
"json": {
|
|
2890
2964
|
"description": "Output as JSON.",
|
|
@@ -2968,11 +3042,45 @@
|
|
|
2968
3042
|
"hasDynamicHelp": false,
|
|
2969
3043
|
"multiple": false,
|
|
2970
3044
|
"type": "option"
|
|
3045
|
+
},
|
|
3046
|
+
"lifetime": {
|
|
3047
|
+
"description": "Lifetime of the invitation in seconds",
|
|
3048
|
+
"name": "lifetime",
|
|
3049
|
+
"default": 43200,
|
|
3050
|
+
"hasDynamicHelp": false,
|
|
3051
|
+
"multiple": false,
|
|
3052
|
+
"type": "option"
|
|
3053
|
+
},
|
|
3054
|
+
"persistent": {
|
|
3055
|
+
"description": "Invitation should resume if client restarts",
|
|
3056
|
+
"name": "persistent",
|
|
3057
|
+
"allowNo": false,
|
|
3058
|
+
"type": "boolean"
|
|
3059
|
+
},
|
|
3060
|
+
"open": {
|
|
3061
|
+
"description": "Open browser with invitation.",
|
|
3062
|
+
"name": "open",
|
|
3063
|
+
"allowNo": false,
|
|
3064
|
+
"type": "boolean"
|
|
3065
|
+
},
|
|
3066
|
+
"host": {
|
|
3067
|
+
"description": "Application Host URL.",
|
|
3068
|
+
"name": "host",
|
|
3069
|
+
"default": "https://composer.space",
|
|
3070
|
+
"hasDynamicHelp": false,
|
|
3071
|
+
"multiple": false,
|
|
3072
|
+
"type": "option"
|
|
3073
|
+
},
|
|
3074
|
+
"auth": {
|
|
3075
|
+
"description": "Skip authentication challenge.",
|
|
3076
|
+
"name": "auth",
|
|
3077
|
+
"allowNo": true,
|
|
3078
|
+
"type": "boolean"
|
|
2971
3079
|
}
|
|
2972
3080
|
},
|
|
2973
3081
|
"hasDynamicHelp": false,
|
|
2974
3082
|
"hiddenAliases": [],
|
|
2975
|
-
"id": "
|
|
3083
|
+
"id": "halo:share",
|
|
2976
3084
|
"pluginAlias": "@dxos/cli",
|
|
2977
3085
|
"pluginName": "@dxos/cli",
|
|
2978
3086
|
"pluginType": "core",
|
|
@@ -2983,14 +3091,14 @@
|
|
|
2983
3091
|
"dist",
|
|
2984
3092
|
"src",
|
|
2985
3093
|
"commands",
|
|
2986
|
-
"
|
|
2987
|
-
"
|
|
3094
|
+
"halo",
|
|
3095
|
+
"share.js"
|
|
2988
3096
|
]
|
|
2989
3097
|
},
|
|
2990
|
-
"
|
|
3098
|
+
"halo:update": {
|
|
2991
3099
|
"aliases": [],
|
|
2992
3100
|
"args": {},
|
|
2993
|
-
"description": "
|
|
3101
|
+
"description": "Update identity profile.",
|
|
2994
3102
|
"flags": {
|
|
2995
3103
|
"json": {
|
|
2996
3104
|
"description": "Output as JSON.",
|
|
@@ -3075,10 +3183,9 @@
|
|
|
3075
3183
|
"multiple": false,
|
|
3076
3184
|
"type": "option"
|
|
3077
3185
|
},
|
|
3078
|
-
"
|
|
3079
|
-
"description": "
|
|
3080
|
-
"name": "
|
|
3081
|
-
"default": 1000,
|
|
3186
|
+
"displayName": {
|
|
3187
|
+
"description": "Set display name",
|
|
3188
|
+
"name": "displayName",
|
|
3082
3189
|
"hasDynamicHelp": false,
|
|
3083
3190
|
"multiple": false,
|
|
3084
3191
|
"type": "option"
|
|
@@ -3086,19 +3193,18 @@
|
|
|
3086
3193
|
},
|
|
3087
3194
|
"hasDynamicHelp": false,
|
|
3088
3195
|
"hiddenAliases": [],
|
|
3089
|
-
"id": "
|
|
3196
|
+
"id": "halo:update",
|
|
3090
3197
|
"pluginAlias": "@dxos/cli",
|
|
3091
3198
|
"pluginName": "@dxos/cli",
|
|
3092
3199
|
"pluginType": "core",
|
|
3093
3200
|
"strict": true,
|
|
3094
|
-
"enableJsonFlag": true,
|
|
3095
3201
|
"isESM": true,
|
|
3096
3202
|
"relativePath": [
|
|
3097
3203
|
"dist",
|
|
3098
3204
|
"src",
|
|
3099
3205
|
"commands",
|
|
3100
|
-
"
|
|
3101
|
-
"
|
|
3206
|
+
"halo",
|
|
3207
|
+
"update.js"
|
|
3102
3208
|
]
|
|
3103
3209
|
},
|
|
3104
3210
|
"profile:import": {
|
|
@@ -4852,7 +4958,7 @@
|
|
|
4852
4958
|
"name": {
|
|
4853
4959
|
"description": "Tunnel name",
|
|
4854
4960
|
"name": "name",
|
|
4855
|
-
"default": "
|
|
4961
|
+
"default": "kilo-magazine-artist-cat",
|
|
4856
4962
|
"hasDynamicHelp": false,
|
|
4857
4963
|
"multiple": false,
|
|
4858
4964
|
"type": "option"
|
|
@@ -5714,5 +5820,5 @@
|
|
|
5714
5820
|
]
|
|
5715
5821
|
}
|
|
5716
5822
|
},
|
|
5717
|
-
"version": "0.8.4-main.
|
|
5823
|
+
"version": "0.8.4-main.fd6878d"
|
|
5718
5824
|
}
|