@dxos/cli 0.5.9-main.a50ff17 → 0.5.9-main.af4882d

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 (2) hide show
  1. package/oclif.manifest.json +105 -105
  2. package/package.json +27 -27
@@ -839,16 +839,10 @@
839
839
  "stop.js"
840
840
  ]
841
841
  },
842
- "app:create": {
842
+ "config": {
843
843
  "aliases": [],
844
- "args": {
845
- "name": {
846
- "description": "App name.",
847
- "name": "name",
848
- "required": true
849
- }
850
- },
851
- "description": "Manage applications (deprecated).",
844
+ "args": {},
845
+ "description": "Show config file.",
852
846
  "flags": {
853
847
  "json": {
854
848
  "description": "Output as JSON.",
@@ -932,57 +926,35 @@
932
926
  "hasDynamicHelp": false,
933
927
  "multiple": false,
934
928
  "type": "option"
935
- },
936
- "tag": {
937
- "description": "Git tag or branch of the DXOS repo to checkout.",
938
- "name": "tag",
939
- "hasDynamicHelp": false,
940
- "multiple": false,
941
- "type": "option"
942
- },
943
- "template": {
944
- "char": "t",
945
- "description": "Template to use when creating the project.",
946
- "name": "template",
947
- "default": "hello",
948
- "hasDynamicHelp": false,
949
- "multiple": false,
950
- "options": [
951
- "hello",
952
- "bare",
953
- "tasks"
954
- ],
955
- "type": "option"
956
- },
957
- "interactive": {
958
- "char": "i",
959
- "description": "Customize app template options via interactive prompt.",
960
- "name": "interactive",
961
- "allowNo": false,
962
- "type": "boolean"
963
929
  }
964
930
  },
965
931
  "hasDynamicHelp": false,
966
932
  "hiddenAliases": [],
967
- "id": "app:create",
933
+ "id": "config",
968
934
  "pluginAlias": "@dxos/cli",
969
935
  "pluginName": "@dxos/cli",
970
936
  "pluginType": "core",
971
- "state": "deprecated",
972
937
  "strict": true,
938
+ "enableJsonFlag": true,
973
939
  "isESM": false,
974
940
  "relativePath": [
975
941
  "dist",
976
942
  "src",
977
943
  "commands",
978
- "app",
979
- "create.js"
944
+ "config",
945
+ "index.js"
980
946
  ]
981
947
  },
982
- "app:list": {
948
+ "app:create": {
983
949
  "aliases": [],
984
- "args": {},
985
- "description": "List apps.",
950
+ "args": {
951
+ "name": {
952
+ "description": "App name.",
953
+ "name": "name",
954
+ "required": true
955
+ }
956
+ },
957
+ "description": "Manage applications (deprecated).",
986
958
  "flags": {
987
959
  "json": {
988
960
  "description": "Output as JSON.",
@@ -1067,41 +1039,56 @@
1067
1039
  "multiple": false,
1068
1040
  "type": "option"
1069
1041
  },
1070
- "extended": {
1071
- "description": "Show extended table columns.",
1072
- "name": "extended",
1042
+ "tag": {
1043
+ "description": "Git tag or branch of the DXOS repo to checkout.",
1044
+ "name": "tag",
1045
+ "hasDynamicHelp": false,
1046
+ "multiple": false,
1047
+ "type": "option"
1048
+ },
1049
+ "template": {
1050
+ "char": "t",
1051
+ "description": "Template to use when creating the project.",
1052
+ "name": "template",
1053
+ "default": "hello",
1054
+ "hasDynamicHelp": false,
1055
+ "multiple": false,
1056
+ "options": [
1057
+ "hello",
1058
+ "bare",
1059
+ "tasks"
1060
+ ],
1061
+ "type": "option"
1062
+ },
1063
+ "interactive": {
1064
+ "char": "i",
1065
+ "description": "Customize app template options via interactive prompt.",
1066
+ "name": "interactive",
1073
1067
  "allowNo": false,
1074
1068
  "type": "boolean"
1075
1069
  }
1076
1070
  },
1077
1071
  "hasDynamicHelp": false,
1078
1072
  "hiddenAliases": [],
1079
- "id": "app:list",
1073
+ "id": "app:create",
1080
1074
  "pluginAlias": "@dxos/cli",
1081
1075
  "pluginName": "@dxos/cli",
1082
1076
  "pluginType": "core",
1083
1077
  "state": "deprecated",
1084
1078
  "strict": true,
1085
- "enableJsonFlag": true,
1086
1079
  "isESM": false,
1087
1080
  "relativePath": [
1088
1081
  "dist",
1089
1082
  "src",
1090
1083
  "commands",
1091
1084
  "app",
1092
- "list.js"
1085
+ "create.js"
1093
1086
  ]
1094
1087
  },
1095
- "app:open": {
1088
+ "app:list": {
1096
1089
  "aliases": [],
1097
- "args": {
1098
- "url": {
1099
- "description": "App URL.",
1100
- "name": "url",
1101
- "required": true
1102
- }
1103
- },
1104
- "description": "Opens app with provided url and process device invitation.",
1090
+ "args": {},
1091
+ "description": "List apps.",
1105
1092
  "flags": {
1106
1093
  "json": {
1107
1094
  "description": "Output as JSON.",
@@ -1186,24 +1173,16 @@
1186
1173
  "multiple": false,
1187
1174
  "type": "option"
1188
1175
  },
1189
- "instances": {
1190
- "description": "Amount of test instances.",
1191
- "name": "instances",
1192
- "default": 1,
1193
- "hasDynamicHelp": false,
1194
- "multiple": false,
1195
- "type": "option"
1196
- },
1197
- "invite": {
1198
- "description": "If `true` proceed device invitation for all instances.",
1199
- "name": "invite",
1176
+ "extended": {
1177
+ "description": "Show extended table columns.",
1178
+ "name": "extended",
1200
1179
  "allowNo": false,
1201
1180
  "type": "boolean"
1202
1181
  }
1203
1182
  },
1204
1183
  "hasDynamicHelp": false,
1205
1184
  "hiddenAliases": [],
1206
- "id": "app:open",
1185
+ "id": "app:list",
1207
1186
  "pluginAlias": "@dxos/cli",
1208
1187
  "pluginName": "@dxos/cli",
1209
1188
  "pluginType": "core",
@@ -1216,13 +1195,19 @@
1216
1195
  "src",
1217
1196
  "commands",
1218
1197
  "app",
1219
- "open.js"
1198
+ "list.js"
1220
1199
  ]
1221
1200
  },
1222
- "app:publish": {
1201
+ "app:open": {
1223
1202
  "aliases": [],
1224
- "args": {},
1225
- "description": "Publish apps.",
1203
+ "args": {
1204
+ "url": {
1205
+ "description": "App URL.",
1206
+ "name": "url",
1207
+ "required": true
1208
+ }
1209
+ },
1210
+ "description": "Opens app with provided url and process device invitation.",
1226
1211
  "flags": {
1227
1212
  "json": {
1228
1213
  "description": "Output as JSON.",
@@ -1307,55 +1292,43 @@
1307
1292
  "multiple": false,
1308
1293
  "type": "option"
1309
1294
  },
1310
- "configPath": {
1311
- "description": "Path to dx.yml",
1312
- "name": "configPath",
1313
- "hasDynamicHelp": false,
1314
- "multiple": false,
1315
- "type": "option"
1316
- },
1317
- "accessToken": {
1318
- "description": "Access token for publishing.",
1319
- "name": "accessToken",
1295
+ "instances": {
1296
+ "description": "Amount of test instances.",
1297
+ "name": "instances",
1298
+ "default": 1,
1320
1299
  "hasDynamicHelp": false,
1321
1300
  "multiple": false,
1322
1301
  "type": "option"
1323
1302
  },
1324
- "skipExisting": {
1325
- "description": "Do not update content on KUBE if version already exists.",
1326
- "name": "skipExisting",
1303
+ "invite": {
1304
+ "description": "If `true` proceed device invitation for all instances.",
1305
+ "name": "invite",
1327
1306
  "allowNo": false,
1328
1307
  "type": "boolean"
1329
- },
1330
- "version": {
1331
- "description": "Version of modules to publish.",
1332
- "name": "version",
1333
- "hasDynamicHelp": false,
1334
- "multiple": false,
1335
- "type": "option"
1336
1308
  }
1337
1309
  },
1338
1310
  "hasDynamicHelp": false,
1339
1311
  "hiddenAliases": [],
1340
- "id": "app:publish",
1312
+ "id": "app:open",
1341
1313
  "pluginAlias": "@dxos/cli",
1342
1314
  "pluginName": "@dxos/cli",
1343
1315
  "pluginType": "core",
1344
1316
  "state": "deprecated",
1345
1317
  "strict": true,
1318
+ "enableJsonFlag": true,
1346
1319
  "isESM": false,
1347
1320
  "relativePath": [
1348
1321
  "dist",
1349
1322
  "src",
1350
1323
  "commands",
1351
1324
  "app",
1352
- "publish.js"
1325
+ "open.js"
1353
1326
  ]
1354
1327
  },
1355
- "config": {
1328
+ "app:publish": {
1356
1329
  "aliases": [],
1357
1330
  "args": {},
1358
- "description": "Show config file.",
1331
+ "description": "Publish apps.",
1359
1332
  "flags": {
1360
1333
  "json": {
1361
1334
  "description": "Output as JSON.",
@@ -1439,23 +1412,50 @@
1439
1412
  "hasDynamicHelp": false,
1440
1413
  "multiple": false,
1441
1414
  "type": "option"
1415
+ },
1416
+ "configPath": {
1417
+ "description": "Path to dx.yml",
1418
+ "name": "configPath",
1419
+ "hasDynamicHelp": false,
1420
+ "multiple": false,
1421
+ "type": "option"
1422
+ },
1423
+ "accessToken": {
1424
+ "description": "Access token for publishing.",
1425
+ "name": "accessToken",
1426
+ "hasDynamicHelp": false,
1427
+ "multiple": false,
1428
+ "type": "option"
1429
+ },
1430
+ "skipExisting": {
1431
+ "description": "Do not update content on KUBE if version already exists.",
1432
+ "name": "skipExisting",
1433
+ "allowNo": false,
1434
+ "type": "boolean"
1435
+ },
1436
+ "version": {
1437
+ "description": "Version of modules to publish.",
1438
+ "name": "version",
1439
+ "hasDynamicHelp": false,
1440
+ "multiple": false,
1441
+ "type": "option"
1442
1442
  }
1443
1443
  },
1444
1444
  "hasDynamicHelp": false,
1445
1445
  "hiddenAliases": [],
1446
- "id": "config",
1446
+ "id": "app:publish",
1447
1447
  "pluginAlias": "@dxos/cli",
1448
1448
  "pluginName": "@dxos/cli",
1449
1449
  "pluginType": "core",
1450
+ "state": "deprecated",
1450
1451
  "strict": true,
1451
- "enableJsonFlag": true,
1452
1452
  "isESM": false,
1453
1453
  "relativePath": [
1454
1454
  "dist",
1455
1455
  "src",
1456
1456
  "commands",
1457
- "config",
1458
- "index.js"
1457
+ "app",
1458
+ "publish.js"
1459
1459
  ]
1460
1460
  },
1461
1461
  "debug:diagnostics": {
@@ -4996,7 +4996,7 @@
4996
4996
  "name": {
4997
4997
  "description": "Tunnel name",
4998
4998
  "name": "name",
4999
- "default": "floor-maryland-triple-wyoming",
4999
+ "default": "bakerloo-pluto-green-ohio",
5000
5000
  "hasDynamicHelp": false,
5001
5001
  "multiple": false,
5002
5002
  "type": "option"
@@ -5629,5 +5629,5 @@
5629
5629
  ]
5630
5630
  }
5631
5631
  },
5632
- "version": "0.5.9-main.a50ff17"
5632
+ "version": "0.5.9-main.af4882d"
5633
5633
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.5.9-main.a50ff17",
3
+ "version": "0.5.9-main.af4882d",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -52,32 +52,32 @@
52
52
  "uuid": "^8.3.2",
53
53
  "ws": "^8.14.2",
54
54
  "wtfnode": "^0.9.1",
55
- "@dxos/agent": "0.5.9-main.a50ff17",
56
- "@dxos/async": "0.5.9-main.a50ff17",
57
- "@dxos/bare-template": "0.5.9-main.a50ff17",
58
- "@dxos/cli-base": "0.5.9-main.a50ff17",
59
- "@dxos/cli-composer": "0.5.9-main.a50ff17",
60
- "@dxos/client": "0.5.9-main.a50ff17",
61
- "@dxos/client-protocol": "0.5.9-main.a50ff17",
62
- "@dxos/client-services": "0.5.9-main.a50ff17",
63
- "@dxos/config": "0.5.9-main.a50ff17",
64
- "@dxos/context": "0.5.9-main.a50ff17",
65
- "@dxos/debug": "0.5.9-main.a50ff17",
66
- "@dxos/echo-schema": "0.5.9-main.a50ff17",
67
- "@dxos/functions": "0.5.9-main.a50ff17",
68
- "@dxos/hello-template": "0.5.9-main.a50ff17",
69
- "@dxos/log": "0.5.9-main.a50ff17",
70
- "@dxos/network-manager": "0.5.9-main.a50ff17",
71
- "@dxos/invariant": "0.5.9-main.a50ff17",
72
- "@dxos/node-std": "0.5.9-main.a50ff17",
73
- "@dxos/plate": "0.5.9-main.a50ff17",
74
- "@dxos/observability": "0.5.9-main.a50ff17",
75
- "@dxos/process": "0.5.9-main.a50ff17",
76
- "@dxos/protocols": "0.5.9-main.a50ff17",
77
- "@dxos/rpc": "0.5.9-main.a50ff17",
78
- "@dxos/random": "0.5.9-main.a50ff17",
79
- "@dxos/tasks-template": "0.5.9-main.a50ff17",
80
- "@dxos/util": "0.5.9-main.a50ff17"
55
+ "@dxos/agent": "0.5.9-main.af4882d",
56
+ "@dxos/async": "0.5.9-main.af4882d",
57
+ "@dxos/bare-template": "0.5.9-main.af4882d",
58
+ "@dxos/cli-base": "0.5.9-main.af4882d",
59
+ "@dxos/cli-composer": "0.5.9-main.af4882d",
60
+ "@dxos/client": "0.5.9-main.af4882d",
61
+ "@dxos/client-protocol": "0.5.9-main.af4882d",
62
+ "@dxos/config": "0.5.9-main.af4882d",
63
+ "@dxos/client-services": "0.5.9-main.af4882d",
64
+ "@dxos/debug": "0.5.9-main.af4882d",
65
+ "@dxos/echo-schema": "0.5.9-main.af4882d",
66
+ "@dxos/context": "0.5.9-main.af4882d",
67
+ "@dxos/functions": "0.5.9-main.af4882d",
68
+ "@dxos/hello-template": "0.5.9-main.af4882d",
69
+ "@dxos/invariant": "0.5.9-main.af4882d",
70
+ "@dxos/log": "0.5.9-main.af4882d",
71
+ "@dxos/network-manager": "0.5.9-main.af4882d",
72
+ "@dxos/observability": "0.5.9-main.af4882d",
73
+ "@dxos/node-std": "0.5.9-main.af4882d",
74
+ "@dxos/plate": "0.5.9-main.af4882d",
75
+ "@dxos/process": "0.5.9-main.af4882d",
76
+ "@dxos/random": "0.5.9-main.af4882d",
77
+ "@dxos/rpc": "0.5.9-main.af4882d",
78
+ "@dxos/tasks-template": "0.5.9-main.af4882d",
79
+ "@dxos/util": "0.5.9-main.af4882d",
80
+ "@dxos/protocols": "0.5.9-main.af4882d"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@effect/schema": "^0.67.16",