@dxos/cli 0.5.3-main.6621d8f → 0.5.3-main.6e12b97

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 +102 -102
  2. package/package.json +23 -23
@@ -871,16 +871,10 @@
871
871
  "stop.js"
872
872
  ]
873
873
  },
874
- "app:create": {
874
+ "config": {
875
875
  "aliases": [],
876
- "args": {
877
- "name": {
878
- "description": "App name.",
879
- "name": "name",
880
- "required": true
881
- }
882
- },
883
- "description": "Manage applications.",
876
+ "args": {},
877
+ "description": "Show config file.",
884
878
  "flags": {
885
879
  "json": {
886
880
  "description": "Output as JSON.",
@@ -975,39 +969,11 @@
975
969
  "hasDynamicHelp": false,
976
970
  "multiple": false,
977
971
  "type": "option"
978
- },
979
- "tag": {
980
- "description": "Git tag or branch of the DXOS repo to checkout.",
981
- "name": "tag",
982
- "hasDynamicHelp": false,
983
- "multiple": false,
984
- "type": "option"
985
- },
986
- "template": {
987
- "char": "t",
988
- "description": "Template to use when creating the project.",
989
- "name": "template",
990
- "default": "hello",
991
- "hasDynamicHelp": false,
992
- "multiple": false,
993
- "options": [
994
- "hello",
995
- "bare",
996
- "tasks"
997
- ],
998
- "type": "option"
999
- },
1000
- "interactive": {
1001
- "char": "i",
1002
- "description": "Customize app template options via interactive prompt.",
1003
- "name": "interactive",
1004
- "allowNo": false,
1005
- "type": "boolean"
1006
972
  }
1007
973
  },
1008
974
  "hasDynamicHelp": false,
1009
975
  "hiddenAliases": [],
1010
- "id": "app:create",
976
+ "id": "config",
1011
977
  "pluginAlias": "@dxos/cli",
1012
978
  "pluginName": "@dxos/cli",
1013
979
  "pluginType": "core",
@@ -1018,14 +984,20 @@
1018
984
  "dist",
1019
985
  "src",
1020
986
  "commands",
1021
- "app",
1022
- "create.js"
987
+ "config",
988
+ "index.js"
1023
989
  ]
1024
990
  },
1025
- "app:list": {
991
+ "app:create": {
1026
992
  "aliases": [],
1027
- "args": {},
1028
- "description": "List apps.",
993
+ "args": {
994
+ "name": {
995
+ "description": "App name.",
996
+ "name": "name",
997
+ "required": true
998
+ }
999
+ },
1000
+ "description": "Manage applications.",
1029
1001
  "flags": {
1030
1002
  "json": {
1031
1003
  "description": "Output as JSON.",
@@ -1120,11 +1092,39 @@
1120
1092
  "hasDynamicHelp": false,
1121
1093
  "multiple": false,
1122
1094
  "type": "option"
1095
+ },
1096
+ "tag": {
1097
+ "description": "Git tag or branch of the DXOS repo to checkout.",
1098
+ "name": "tag",
1099
+ "hasDynamicHelp": false,
1100
+ "multiple": false,
1101
+ "type": "option"
1102
+ },
1103
+ "template": {
1104
+ "char": "t",
1105
+ "description": "Template to use when creating the project.",
1106
+ "name": "template",
1107
+ "default": "hello",
1108
+ "hasDynamicHelp": false,
1109
+ "multiple": false,
1110
+ "options": [
1111
+ "hello",
1112
+ "bare",
1113
+ "tasks"
1114
+ ],
1115
+ "type": "option"
1116
+ },
1117
+ "interactive": {
1118
+ "char": "i",
1119
+ "description": "Customize app template options via interactive prompt.",
1120
+ "name": "interactive",
1121
+ "allowNo": false,
1122
+ "type": "boolean"
1123
1123
  }
1124
1124
  },
1125
1125
  "hasDynamicHelp": false,
1126
1126
  "hiddenAliases": [],
1127
- "id": "app:list",
1127
+ "id": "app:create",
1128
1128
  "pluginAlias": "@dxos/cli",
1129
1129
  "pluginName": "@dxos/cli",
1130
1130
  "pluginType": "core",
@@ -1136,19 +1136,13 @@
1136
1136
  "src",
1137
1137
  "commands",
1138
1138
  "app",
1139
- "list.js"
1139
+ "create.js"
1140
1140
  ]
1141
1141
  },
1142
- "app:open": {
1142
+ "app:list": {
1143
1143
  "aliases": [],
1144
- "args": {
1145
- "url": {
1146
- "description": "App URL.",
1147
- "name": "url",
1148
- "required": true
1149
- }
1150
- },
1151
- "description": "Opens app with provided url and process device invitation.",
1144
+ "args": {},
1145
+ "description": "List apps.",
1152
1146
  "flags": {
1153
1147
  "json": {
1154
1148
  "description": "Output as JSON.",
@@ -1243,25 +1237,11 @@
1243
1237
  "hasDynamicHelp": false,
1244
1238
  "multiple": false,
1245
1239
  "type": "option"
1246
- },
1247
- "instances": {
1248
- "description": "Amount of test instances.",
1249
- "name": "instances",
1250
- "default": 1,
1251
- "hasDynamicHelp": false,
1252
- "multiple": false,
1253
- "type": "option"
1254
- },
1255
- "invite": {
1256
- "description": "If `true` proceed device invitation for all instances.",
1257
- "name": "invite",
1258
- "allowNo": false,
1259
- "type": "boolean"
1260
1240
  }
1261
1241
  },
1262
1242
  "hasDynamicHelp": false,
1263
1243
  "hiddenAliases": [],
1264
- "id": "app:open",
1244
+ "id": "app:list",
1265
1245
  "pluginAlias": "@dxos/cli",
1266
1246
  "pluginName": "@dxos/cli",
1267
1247
  "pluginType": "core",
@@ -1273,13 +1253,19 @@
1273
1253
  "src",
1274
1254
  "commands",
1275
1255
  "app",
1276
- "open.js"
1256
+ "list.js"
1277
1257
  ]
1278
1258
  },
1279
- "app:publish": {
1259
+ "app:open": {
1280
1260
  "aliases": [],
1281
- "args": {},
1282
- "description": "Publish apps.",
1261
+ "args": {
1262
+ "url": {
1263
+ "description": "App URL.",
1264
+ "name": "url",
1265
+ "required": true
1266
+ }
1267
+ },
1268
+ "description": "Opens app with provided url and process device invitation.",
1283
1269
  "flags": {
1284
1270
  "json": {
1285
1271
  "description": "Output as JSON.",
@@ -1375,37 +1361,24 @@
1375
1361
  "multiple": false,
1376
1362
  "type": "option"
1377
1363
  },
1378
- "configPath": {
1379
- "description": "Path to dx.yml",
1380
- "name": "configPath",
1381
- "hasDynamicHelp": false,
1382
- "multiple": false,
1383
- "type": "option"
1384
- },
1385
- "accessToken": {
1386
- "description": "Access token for publishing.",
1387
- "name": "accessToken",
1364
+ "instances": {
1365
+ "description": "Amount of test instances.",
1366
+ "name": "instances",
1367
+ "default": 1,
1388
1368
  "hasDynamicHelp": false,
1389
1369
  "multiple": false,
1390
1370
  "type": "option"
1391
1371
  },
1392
- "skipExisting": {
1393
- "description": "Do not update content on KUBE if version already exists.",
1394
- "name": "skipExisting",
1372
+ "invite": {
1373
+ "description": "If `true` proceed device invitation for all instances.",
1374
+ "name": "invite",
1395
1375
  "allowNo": false,
1396
1376
  "type": "boolean"
1397
- },
1398
- "version": {
1399
- "description": "Version of modules to publish.",
1400
- "name": "version",
1401
- "hasDynamicHelp": false,
1402
- "multiple": false,
1403
- "type": "option"
1404
1377
  }
1405
1378
  },
1406
1379
  "hasDynamicHelp": false,
1407
1380
  "hiddenAliases": [],
1408
- "id": "app:publish",
1381
+ "id": "app:open",
1409
1382
  "pluginAlias": "@dxos/cli",
1410
1383
  "pluginName": "@dxos/cli",
1411
1384
  "pluginType": "core",
@@ -1417,13 +1390,13 @@
1417
1390
  "src",
1418
1391
  "commands",
1419
1392
  "app",
1420
- "publish.js"
1393
+ "open.js"
1421
1394
  ]
1422
1395
  },
1423
- "config": {
1396
+ "app:publish": {
1424
1397
  "aliases": [],
1425
1398
  "args": {},
1426
- "description": "Show config file.",
1399
+ "description": "Publish apps.",
1427
1400
  "flags": {
1428
1401
  "json": {
1429
1402
  "description": "Output as JSON.",
@@ -1518,11 +1491,38 @@
1518
1491
  "hasDynamicHelp": false,
1519
1492
  "multiple": false,
1520
1493
  "type": "option"
1494
+ },
1495
+ "configPath": {
1496
+ "description": "Path to dx.yml",
1497
+ "name": "configPath",
1498
+ "hasDynamicHelp": false,
1499
+ "multiple": false,
1500
+ "type": "option"
1501
+ },
1502
+ "accessToken": {
1503
+ "description": "Access token for publishing.",
1504
+ "name": "accessToken",
1505
+ "hasDynamicHelp": false,
1506
+ "multiple": false,
1507
+ "type": "option"
1508
+ },
1509
+ "skipExisting": {
1510
+ "description": "Do not update content on KUBE if version already exists.",
1511
+ "name": "skipExisting",
1512
+ "allowNo": false,
1513
+ "type": "boolean"
1514
+ },
1515
+ "version": {
1516
+ "description": "Version of modules to publish.",
1517
+ "name": "version",
1518
+ "hasDynamicHelp": false,
1519
+ "multiple": false,
1520
+ "type": "option"
1521
1521
  }
1522
1522
  },
1523
1523
  "hasDynamicHelp": false,
1524
1524
  "hiddenAliases": [],
1525
- "id": "config",
1525
+ "id": "app:publish",
1526
1526
  "pluginAlias": "@dxos/cli",
1527
1527
  "pluginName": "@dxos/cli",
1528
1528
  "pluginType": "core",
@@ -1533,8 +1533,8 @@
1533
1533
  "dist",
1534
1534
  "src",
1535
1535
  "commands",
1536
- "config",
1537
- "index.js"
1536
+ "app",
1537
+ "publish.js"
1538
1538
  ]
1539
1539
  },
1540
1540
  "debug:diagnostics": {
@@ -5595,7 +5595,7 @@
5595
5595
  "name": {
5596
5596
  "description": "Tunnel name",
5597
5597
  "name": "name",
5598
- "default": "salami-zebra-ceiling-juliet",
5598
+ "default": "sad-lamp-neptune-kentucky",
5599
5599
  "hasDynamicHelp": false,
5600
5600
  "multiple": false,
5601
5601
  "type": "option"
@@ -6067,5 +6067,5 @@
6067
6067
  ]
6068
6068
  }
6069
6069
  },
6070
- "version": "0.5.3-main.6621d8f"
6070
+ "version": "0.5.3-main.6e12b97"
6071
6071
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.5.3-main.6621d8f",
3
+ "version": "0.5.3-main.6e12b97",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -49,28 +49,28 @@
49
49
  "uuid": "^8.3.2",
50
50
  "ws": "^8.14.2",
51
51
  "wtfnode": "^0.9.1",
52
- "@dxos/agent": "0.5.3-main.6621d8f",
53
- "@dxos/async": "0.5.3-main.6621d8f",
54
- "@dxos/bare-template": "0.5.3-main.6621d8f",
55
- "@dxos/client-protocol": "0.5.3-main.6621d8f",
56
- "@dxos/client": "0.5.3-main.6621d8f",
57
- "@dxos/config": "0.5.3-main.6621d8f",
58
- "@dxos/client-services": "0.5.3-main.6621d8f",
59
- "@dxos/context": "0.5.3-main.6621d8f",
60
- "@dxos/debug": "0.5.3-main.6621d8f",
61
- "@dxos/functions": "0.5.3-main.6621d8f",
62
- "@dxos/hello-template": "0.5.3-main.6621d8f",
63
- "@dxos/invariant": "0.5.3-main.6621d8f",
64
- "@dxos/log": "0.5.3-main.6621d8f",
65
- "@dxos/network-manager": "0.5.3-main.6621d8f",
66
- "@dxos/observability": "0.5.3-main.6621d8f",
67
- "@dxos/plate": "0.5.3-main.6621d8f",
68
- "@dxos/process": "0.5.3-main.6621d8f",
69
- "@dxos/random": "0.5.3-main.6621d8f",
70
- "@dxos/protocols": "0.5.3-main.6621d8f",
71
- "@dxos/rpc": "0.5.3-main.6621d8f",
72
- "@dxos/tasks-template": "0.5.3-main.6621d8f",
73
- "@dxos/util": "0.5.3-main.6621d8f"
52
+ "@dxos/agent": "0.5.3-main.6e12b97",
53
+ "@dxos/async": "0.5.3-main.6e12b97",
54
+ "@dxos/client": "0.5.3-main.6e12b97",
55
+ "@dxos/bare-template": "0.5.3-main.6e12b97",
56
+ "@dxos/client-protocol": "0.5.3-main.6e12b97",
57
+ "@dxos/client-services": "0.5.3-main.6e12b97",
58
+ "@dxos/config": "0.5.3-main.6e12b97",
59
+ "@dxos/context": "0.5.3-main.6e12b97",
60
+ "@dxos/functions": "0.5.3-main.6e12b97",
61
+ "@dxos/debug": "0.5.3-main.6e12b97",
62
+ "@dxos/hello-template": "0.5.3-main.6e12b97",
63
+ "@dxos/invariant": "0.5.3-main.6e12b97",
64
+ "@dxos/log": "0.5.3-main.6e12b97",
65
+ "@dxos/observability": "0.5.3-main.6e12b97",
66
+ "@dxos/network-manager": "0.5.3-main.6e12b97",
67
+ "@dxos/process": "0.5.3-main.6e12b97",
68
+ "@dxos/plate": "0.5.3-main.6e12b97",
69
+ "@dxos/random": "0.5.3-main.6e12b97",
70
+ "@dxos/protocols": "0.5.3-main.6e12b97",
71
+ "@dxos/rpc": "0.5.3-main.6e12b97",
72
+ "@dxos/tasks-template": "0.5.3-main.6e12b97",
73
+ "@dxos/util": "0.5.3-main.6e12b97"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@oclif/test": "^3.2.15",