@dxos/cli 0.6.14-staging.a52de51 → 0.6.14-staging.c117501
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/oclif.manifest.json +106 -106
- package/package.json +29 -29
package/oclif.manifest.json
CHANGED
|
@@ -839,10 +839,16 @@
|
|
|
839
839
|
"stop.js"
|
|
840
840
|
]
|
|
841
841
|
},
|
|
842
|
-
"
|
|
842
|
+
"app:create": {
|
|
843
843
|
"aliases": [],
|
|
844
|
-
"args": {
|
|
845
|
-
|
|
844
|
+
"args": {
|
|
845
|
+
"name": {
|
|
846
|
+
"description": "App name.",
|
|
847
|
+
"name": "name",
|
|
848
|
+
"required": true
|
|
849
|
+
}
|
|
850
|
+
},
|
|
851
|
+
"description": "Create template applications.",
|
|
846
852
|
"flags": {
|
|
847
853
|
"json": {
|
|
848
854
|
"description": "Output as JSON.",
|
|
@@ -926,35 +932,56 @@
|
|
|
926
932
|
"hasDynamicHelp": false,
|
|
927
933
|
"multiple": false,
|
|
928
934
|
"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"
|
|
929
963
|
}
|
|
930
964
|
},
|
|
931
965
|
"hasDynamicHelp": false,
|
|
932
966
|
"hiddenAliases": [],
|
|
933
|
-
"id": "
|
|
967
|
+
"id": "app:create",
|
|
934
968
|
"pluginAlias": "@dxos/cli",
|
|
935
969
|
"pluginName": "@dxos/cli",
|
|
936
970
|
"pluginType": "core",
|
|
937
971
|
"strict": true,
|
|
938
|
-
"enableJsonFlag": true,
|
|
939
972
|
"isESM": true,
|
|
940
973
|
"relativePath": [
|
|
941
974
|
"dist",
|
|
942
975
|
"src",
|
|
943
976
|
"commands",
|
|
944
|
-
"
|
|
945
|
-
"
|
|
977
|
+
"app",
|
|
978
|
+
"create.js"
|
|
946
979
|
]
|
|
947
980
|
},
|
|
948
|
-
"app:
|
|
981
|
+
"app:list": {
|
|
949
982
|
"aliases": [],
|
|
950
|
-
"args": {
|
|
951
|
-
|
|
952
|
-
"description": "App name.",
|
|
953
|
-
"name": "name",
|
|
954
|
-
"required": true
|
|
955
|
-
}
|
|
956
|
-
},
|
|
957
|
-
"description": "Create template applications.",
|
|
983
|
+
"args": {},
|
|
984
|
+
"description": "List apps (deprecated).",
|
|
958
985
|
"flags": {
|
|
959
986
|
"json": {
|
|
960
987
|
"description": "Output as JSON.",
|
|
@@ -1039,55 +1066,41 @@
|
|
|
1039
1066
|
"multiple": false,
|
|
1040
1067
|
"type": "option"
|
|
1041
1068
|
},
|
|
1042
|
-
"
|
|
1043
|
-
"description": "
|
|
1044
|
-
"name": "
|
|
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",
|
|
1069
|
+
"extended": {
|
|
1070
|
+
"description": "Show extended table columns.",
|
|
1071
|
+
"name": "extended",
|
|
1067
1072
|
"allowNo": false,
|
|
1068
1073
|
"type": "boolean"
|
|
1069
1074
|
}
|
|
1070
1075
|
},
|
|
1071
1076
|
"hasDynamicHelp": false,
|
|
1072
1077
|
"hiddenAliases": [],
|
|
1073
|
-
"id": "app:
|
|
1078
|
+
"id": "app:list",
|
|
1074
1079
|
"pluginAlias": "@dxos/cli",
|
|
1075
1080
|
"pluginName": "@dxos/cli",
|
|
1076
1081
|
"pluginType": "core",
|
|
1082
|
+
"state": "deprecated",
|
|
1077
1083
|
"strict": true,
|
|
1084
|
+
"enableJsonFlag": true,
|
|
1078
1085
|
"isESM": true,
|
|
1079
1086
|
"relativePath": [
|
|
1080
1087
|
"dist",
|
|
1081
1088
|
"src",
|
|
1082
1089
|
"commands",
|
|
1083
1090
|
"app",
|
|
1084
|
-
"
|
|
1091
|
+
"list.js"
|
|
1085
1092
|
]
|
|
1086
1093
|
},
|
|
1087
|
-
"app:
|
|
1094
|
+
"app:open": {
|
|
1088
1095
|
"aliases": [],
|
|
1089
|
-
"args": {
|
|
1090
|
-
|
|
1096
|
+
"args": {
|
|
1097
|
+
"url": {
|
|
1098
|
+
"description": "App URL.",
|
|
1099
|
+
"name": "url",
|
|
1100
|
+
"required": true
|
|
1101
|
+
}
|
|
1102
|
+
},
|
|
1103
|
+
"description": "Opens app with provided url and process device invitation.",
|
|
1091
1104
|
"flags": {
|
|
1092
1105
|
"json": {
|
|
1093
1106
|
"description": "Output as JSON.",
|
|
@@ -1172,20 +1185,27 @@
|
|
|
1172
1185
|
"multiple": false,
|
|
1173
1186
|
"type": "option"
|
|
1174
1187
|
},
|
|
1175
|
-
"
|
|
1176
|
-
"description": "
|
|
1177
|
-
"name": "
|
|
1188
|
+
"instances": {
|
|
1189
|
+
"description": "Amount of test instances.",
|
|
1190
|
+
"name": "instances",
|
|
1191
|
+
"default": 1,
|
|
1192
|
+
"hasDynamicHelp": false,
|
|
1193
|
+
"multiple": false,
|
|
1194
|
+
"type": "option"
|
|
1195
|
+
},
|
|
1196
|
+
"invite": {
|
|
1197
|
+
"description": "If `true` proceed device invitation for all instances.",
|
|
1198
|
+
"name": "invite",
|
|
1178
1199
|
"allowNo": false,
|
|
1179
1200
|
"type": "boolean"
|
|
1180
1201
|
}
|
|
1181
1202
|
},
|
|
1182
1203
|
"hasDynamicHelp": false,
|
|
1183
1204
|
"hiddenAliases": [],
|
|
1184
|
-
"id": "app:
|
|
1205
|
+
"id": "app:open",
|
|
1185
1206
|
"pluginAlias": "@dxos/cli",
|
|
1186
1207
|
"pluginName": "@dxos/cli",
|
|
1187
1208
|
"pluginType": "core",
|
|
1188
|
-
"state": "deprecated",
|
|
1189
1209
|
"strict": true,
|
|
1190
1210
|
"enableJsonFlag": true,
|
|
1191
1211
|
"isESM": true,
|
|
@@ -1194,19 +1214,13 @@
|
|
|
1194
1214
|
"src",
|
|
1195
1215
|
"commands",
|
|
1196
1216
|
"app",
|
|
1197
|
-
"
|
|
1217
|
+
"open.js"
|
|
1198
1218
|
]
|
|
1199
1219
|
},
|
|
1200
|
-
"app:
|
|
1220
|
+
"app:publish": {
|
|
1201
1221
|
"aliases": [],
|
|
1202
|
-
"args": {
|
|
1203
|
-
|
|
1204
|
-
"description": "App URL.",
|
|
1205
|
-
"name": "url",
|
|
1206
|
-
"required": true
|
|
1207
|
-
}
|
|
1208
|
-
},
|
|
1209
|
-
"description": "Opens app with provided url and process device invitation.",
|
|
1222
|
+
"args": {},
|
|
1223
|
+
"description": "Publish apps (deprecated).",
|
|
1210
1224
|
"flags": {
|
|
1211
1225
|
"json": {
|
|
1212
1226
|
"description": "Output as JSON.",
|
|
@@ -1291,42 +1305,55 @@
|
|
|
1291
1305
|
"multiple": false,
|
|
1292
1306
|
"type": "option"
|
|
1293
1307
|
},
|
|
1294
|
-
"
|
|
1295
|
-
"description": "
|
|
1296
|
-
"name": "
|
|
1297
|
-
"default": 1,
|
|
1308
|
+
"configPath": {
|
|
1309
|
+
"description": "Path to dx.yml",
|
|
1310
|
+
"name": "configPath",
|
|
1298
1311
|
"hasDynamicHelp": false,
|
|
1299
1312
|
"multiple": false,
|
|
1300
1313
|
"type": "option"
|
|
1301
1314
|
},
|
|
1302
|
-
"
|
|
1303
|
-
"description": "
|
|
1304
|
-
"name": "
|
|
1315
|
+
"accessToken": {
|
|
1316
|
+
"description": "Access token for publishing.",
|
|
1317
|
+
"name": "accessToken",
|
|
1318
|
+
"hasDynamicHelp": false,
|
|
1319
|
+
"multiple": false,
|
|
1320
|
+
"type": "option"
|
|
1321
|
+
},
|
|
1322
|
+
"skipExisting": {
|
|
1323
|
+
"description": "Do not update content on KUBE if version already exists.",
|
|
1324
|
+
"name": "skipExisting",
|
|
1305
1325
|
"allowNo": false,
|
|
1306
1326
|
"type": "boolean"
|
|
1327
|
+
},
|
|
1328
|
+
"version": {
|
|
1329
|
+
"description": "Version of modules to publish.",
|
|
1330
|
+
"name": "version",
|
|
1331
|
+
"hasDynamicHelp": false,
|
|
1332
|
+
"multiple": false,
|
|
1333
|
+
"type": "option"
|
|
1307
1334
|
}
|
|
1308
1335
|
},
|
|
1309
1336
|
"hasDynamicHelp": false,
|
|
1310
1337
|
"hiddenAliases": [],
|
|
1311
|
-
"id": "app:
|
|
1338
|
+
"id": "app:publish",
|
|
1312
1339
|
"pluginAlias": "@dxos/cli",
|
|
1313
1340
|
"pluginName": "@dxos/cli",
|
|
1314
1341
|
"pluginType": "core",
|
|
1342
|
+
"state": "deprecated",
|
|
1315
1343
|
"strict": true,
|
|
1316
|
-
"enableJsonFlag": true,
|
|
1317
1344
|
"isESM": true,
|
|
1318
1345
|
"relativePath": [
|
|
1319
1346
|
"dist",
|
|
1320
1347
|
"src",
|
|
1321
1348
|
"commands",
|
|
1322
1349
|
"app",
|
|
1323
|
-
"
|
|
1350
|
+
"publish.js"
|
|
1324
1351
|
]
|
|
1325
1352
|
},
|
|
1326
|
-
"
|
|
1353
|
+
"config": {
|
|
1327
1354
|
"aliases": [],
|
|
1328
1355
|
"args": {},
|
|
1329
|
-
"description": "
|
|
1356
|
+
"description": "Show config file.",
|
|
1330
1357
|
"flags": {
|
|
1331
1358
|
"json": {
|
|
1332
1359
|
"description": "Output as JSON.",
|
|
@@ -1410,50 +1437,23 @@
|
|
|
1410
1437
|
"hasDynamicHelp": false,
|
|
1411
1438
|
"multiple": false,
|
|
1412
1439
|
"type": "option"
|
|
1413
|
-
},
|
|
1414
|
-
"configPath": {
|
|
1415
|
-
"description": "Path to dx.yml",
|
|
1416
|
-
"name": "configPath",
|
|
1417
|
-
"hasDynamicHelp": false,
|
|
1418
|
-
"multiple": false,
|
|
1419
|
-
"type": "option"
|
|
1420
|
-
},
|
|
1421
|
-
"accessToken": {
|
|
1422
|
-
"description": "Access token for publishing.",
|
|
1423
|
-
"name": "accessToken",
|
|
1424
|
-
"hasDynamicHelp": false,
|
|
1425
|
-
"multiple": false,
|
|
1426
|
-
"type": "option"
|
|
1427
|
-
},
|
|
1428
|
-
"skipExisting": {
|
|
1429
|
-
"description": "Do not update content on KUBE if version already exists.",
|
|
1430
|
-
"name": "skipExisting",
|
|
1431
|
-
"allowNo": false,
|
|
1432
|
-
"type": "boolean"
|
|
1433
|
-
},
|
|
1434
|
-
"version": {
|
|
1435
|
-
"description": "Version of modules to publish.",
|
|
1436
|
-
"name": "version",
|
|
1437
|
-
"hasDynamicHelp": false,
|
|
1438
|
-
"multiple": false,
|
|
1439
|
-
"type": "option"
|
|
1440
1440
|
}
|
|
1441
1441
|
},
|
|
1442
1442
|
"hasDynamicHelp": false,
|
|
1443
1443
|
"hiddenAliases": [],
|
|
1444
|
-
"id": "
|
|
1444
|
+
"id": "config",
|
|
1445
1445
|
"pluginAlias": "@dxos/cli",
|
|
1446
1446
|
"pluginName": "@dxos/cli",
|
|
1447
1447
|
"pluginType": "core",
|
|
1448
|
-
"state": "deprecated",
|
|
1449
1448
|
"strict": true,
|
|
1449
|
+
"enableJsonFlag": true,
|
|
1450
1450
|
"isESM": true,
|
|
1451
1451
|
"relativePath": [
|
|
1452
1452
|
"dist",
|
|
1453
1453
|
"src",
|
|
1454
1454
|
"commands",
|
|
1455
|
-
"
|
|
1456
|
-
"
|
|
1455
|
+
"config",
|
|
1456
|
+
"index.js"
|
|
1457
1457
|
]
|
|
1458
1458
|
},
|
|
1459
1459
|
"debug:diagnostics": {
|
|
@@ -5080,7 +5080,7 @@
|
|
|
5080
5080
|
"name": {
|
|
5081
5081
|
"description": "Tunnel name",
|
|
5082
5082
|
"name": "name",
|
|
5083
|
-
"default": "
|
|
5083
|
+
"default": "lactose-lake-wyoming-sweet",
|
|
5084
5084
|
"hasDynamicHelp": false,
|
|
5085
5085
|
"multiple": false,
|
|
5086
5086
|
"type": "option"
|
|
@@ -6074,5 +6074,5 @@
|
|
|
6074
6074
|
]
|
|
6075
6075
|
}
|
|
6076
6076
|
},
|
|
6077
|
-
"version": "0.6.14-staging.
|
|
6077
|
+
"version": "0.6.14-staging.c117501"
|
|
6078
6078
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.6.14-staging.
|
|
3
|
+
"version": "0.6.14-staging.c117501",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -53,34 +53,34 @@
|
|
|
53
53
|
"react": "~18.2.0",
|
|
54
54
|
"ws": "^8.14.2",
|
|
55
55
|
"wtfnode": "^0.9.1",
|
|
56
|
-
"@dxos/agent": "0.6.14-staging.
|
|
57
|
-
"@dxos/
|
|
58
|
-
"@dxos/
|
|
59
|
-
"@dxos/cli-base": "0.6.14-staging.
|
|
60
|
-
"@dxos/cli-composer": "0.6.14-staging.
|
|
61
|
-
"@dxos/client": "0.6.14-staging.
|
|
62
|
-
"@dxos/client
|
|
63
|
-
"@dxos/client-services": "0.6.14-staging.
|
|
64
|
-
"@dxos/config": "0.6.14-staging.
|
|
65
|
-
"@dxos/context": "0.6.14-staging.
|
|
66
|
-
"@dxos/debug": "0.6.14-staging.
|
|
67
|
-
"@dxos/echo-schema": "0.6.14-staging.
|
|
68
|
-
"@dxos/functions": "0.6.14-staging.
|
|
69
|
-
"@dxos/hello-template": "0.6.14-staging.
|
|
70
|
-
"@dxos/
|
|
71
|
-
"@dxos/
|
|
72
|
-
"@dxos/network-manager": "0.6.14-staging.
|
|
73
|
-
"@dxos/node-std": "0.6.14-staging.
|
|
74
|
-
"@dxos/observability": "0.6.14-staging.
|
|
75
|
-
"@dxos/
|
|
76
|
-
"@dxos/
|
|
77
|
-
"@dxos/
|
|
78
|
-
"@dxos/
|
|
79
|
-
"@dxos/
|
|
80
|
-
"@dxos/
|
|
81
|
-
"@dxos/
|
|
82
|
-
"@dxos/
|
|
83
|
-
"@dxos/
|
|
56
|
+
"@dxos/agent": "0.6.14-staging.c117501",
|
|
57
|
+
"@dxos/bare-template": "0.6.14-staging.c117501",
|
|
58
|
+
"@dxos/async": "0.6.14-staging.c117501",
|
|
59
|
+
"@dxos/cli-base": "0.6.14-staging.c117501",
|
|
60
|
+
"@dxos/cli-composer": "0.6.14-staging.c117501",
|
|
61
|
+
"@dxos/client-protocol": "0.6.14-staging.c117501",
|
|
62
|
+
"@dxos/client": "0.6.14-staging.c117501",
|
|
63
|
+
"@dxos/client-services": "0.6.14-staging.c117501",
|
|
64
|
+
"@dxos/config": "0.6.14-staging.c117501",
|
|
65
|
+
"@dxos/context": "0.6.14-staging.c117501",
|
|
66
|
+
"@dxos/debug": "0.6.14-staging.c117501",
|
|
67
|
+
"@dxos/echo-schema": "0.6.14-staging.c117501",
|
|
68
|
+
"@dxos/functions": "0.6.14-staging.c117501",
|
|
69
|
+
"@dxos/hello-template": "0.6.14-staging.c117501",
|
|
70
|
+
"@dxos/log": "0.6.14-staging.c117501",
|
|
71
|
+
"@dxos/invariant": "0.6.14-staging.c117501",
|
|
72
|
+
"@dxos/network-manager": "0.6.14-staging.c117501",
|
|
73
|
+
"@dxos/node-std": "0.6.14-staging.c117501",
|
|
74
|
+
"@dxos/observability": "0.6.14-staging.c117501",
|
|
75
|
+
"@dxos/plate": "0.6.14-staging.c117501",
|
|
76
|
+
"@dxos/plugin-markdown": "0.6.14-staging.c117501",
|
|
77
|
+
"@dxos/process": "0.6.14-staging.c117501",
|
|
78
|
+
"@dxos/protocols": "0.6.14-staging.c117501",
|
|
79
|
+
"@dxos/plugin-script": "0.6.14-staging.c117501",
|
|
80
|
+
"@dxos/rpc": "0.6.14-staging.c117501",
|
|
81
|
+
"@dxos/tasks-template": "0.6.14-staging.c117501",
|
|
82
|
+
"@dxos/util": "0.6.14-staging.c117501",
|
|
83
|
+
"@dxos/random": "0.6.14-staging.c117501"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@oclif/test": "^4.1.0",
|