@dxos/cli 0.6.14-staging.a52de51 → 0.7.0
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 +105 -616
- package/package.json +25 -29
- package/dist/src/commands/app/app.node.test.d.ts +0 -2
- package/dist/src/commands/app/app.node.test.d.ts.map +0 -1
- package/dist/src/commands/app/app.node.test.js +0 -22
- package/dist/src/commands/app/app.node.test.js.map +0 -1
- package/dist/src/commands/app/create.d.ts +0 -25
- package/dist/src/commands/app/create.d.ts.map +0 -1
- package/dist/src/commands/app/create.js +0 -85
- package/dist/src/commands/app/create.js.map +0 -1
- package/dist/src/commands/app/list.d.ts +0 -24
- package/dist/src/commands/app/list.d.ts.map +0 -1
- package/dist/src/commands/app/list.js +0 -28
- package/dist/src/commands/app/list.js.map +0 -1
- package/dist/src/commands/app/open.d.ts +0 -24
- package/dist/src/commands/app/open.d.ts.map +0 -1
- package/dist/src/commands/app/open.js +0 -79
- package/dist/src/commands/app/open.js.map +0 -1
- package/dist/src/commands/app/publish.d.ts +0 -26
- package/dist/src/commands/app/publish.d.ts.map +0 -1
- package/dist/src/commands/app/publish.js +0 -73
- package/dist/src/commands/app/publish.js.map +0 -1
package/oclif.manifest.json
CHANGED
|
@@ -839,494 +839,20 @@
|
|
|
839
839
|
"stop.js"
|
|
840
840
|
]
|
|
841
841
|
},
|
|
842
|
-
"
|
|
843
|
-
"aliases": [],
|
|
844
|
-
"args": {},
|
|
845
|
-
"description": "Show config file.",
|
|
846
|
-
"flags": {
|
|
847
|
-
"json": {
|
|
848
|
-
"description": "Output as JSON.",
|
|
849
|
-
"name": "json",
|
|
850
|
-
"allowNo": false,
|
|
851
|
-
"type": "boolean"
|
|
852
|
-
},
|
|
853
|
-
"verbose": {
|
|
854
|
-
"char": "v",
|
|
855
|
-
"description": "Verbose output",
|
|
856
|
-
"name": "verbose",
|
|
857
|
-
"allowNo": false,
|
|
858
|
-
"type": "boolean"
|
|
859
|
-
},
|
|
860
|
-
"dry-run": {
|
|
861
|
-
"description": "Dry run.",
|
|
862
|
-
"name": "dry-run",
|
|
863
|
-
"allowNo": false,
|
|
864
|
-
"type": "boolean"
|
|
865
|
-
},
|
|
866
|
-
"profile": {
|
|
867
|
-
"description": "User profile.",
|
|
868
|
-
"env": "DX_PROFILE",
|
|
869
|
-
"name": "profile",
|
|
870
|
-
"default": "default",
|
|
871
|
-
"hasDynamicHelp": false,
|
|
872
|
-
"multiple": false,
|
|
873
|
-
"type": "option"
|
|
874
|
-
},
|
|
875
|
-
"config": {
|
|
876
|
-
"aliases": [
|
|
877
|
-
"c"
|
|
878
|
-
],
|
|
879
|
-
"dependsOn": [
|
|
880
|
-
"profile"
|
|
881
|
-
],
|
|
882
|
-
"description": "Config file.",
|
|
883
|
-
"env": "DX_CONFIG",
|
|
884
|
-
"name": "config",
|
|
885
|
-
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
886
|
-
"hasDynamicHelp": false,
|
|
887
|
-
"helpValue": "path",
|
|
888
|
-
"multiple": false,
|
|
889
|
-
"type": "option"
|
|
890
|
-
},
|
|
891
|
-
"timeout": {
|
|
892
|
-
"aliases": [
|
|
893
|
-
"t"
|
|
894
|
-
],
|
|
895
|
-
"description": "Timeout (ms).",
|
|
896
|
-
"name": "timeout",
|
|
897
|
-
"default": 60000,
|
|
898
|
-
"hasDynamicHelp": false,
|
|
899
|
-
"multiple": false,
|
|
900
|
-
"type": "option"
|
|
901
|
-
},
|
|
902
|
-
"target": {
|
|
903
|
-
"description": "Target websocket server.",
|
|
904
|
-
"name": "target",
|
|
905
|
-
"hasDynamicHelp": false,
|
|
906
|
-
"multiple": false,
|
|
907
|
-
"type": "option"
|
|
908
|
-
},
|
|
909
|
-
"agent": {
|
|
910
|
-
"description": "Run command with agent.",
|
|
911
|
-
"env": "DX_NO_AGENT",
|
|
912
|
-
"name": "agent",
|
|
913
|
-
"allowNo": true,
|
|
914
|
-
"type": "boolean"
|
|
915
|
-
},
|
|
916
|
-
"json-log": {
|
|
917
|
-
"description": "When running in foreground, log JSON format",
|
|
918
|
-
"name": "json-log",
|
|
919
|
-
"allowNo": false,
|
|
920
|
-
"type": "boolean"
|
|
921
|
-
},
|
|
922
|
-
"json-logfile": {
|
|
923
|
-
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
924
|
-
"name": "json-logfile",
|
|
925
|
-
"default": "stderr",
|
|
926
|
-
"hasDynamicHelp": false,
|
|
927
|
-
"multiple": false,
|
|
928
|
-
"type": "option"
|
|
929
|
-
}
|
|
930
|
-
},
|
|
931
|
-
"hasDynamicHelp": false,
|
|
932
|
-
"hiddenAliases": [],
|
|
933
|
-
"id": "config",
|
|
934
|
-
"pluginAlias": "@dxos/cli",
|
|
935
|
-
"pluginName": "@dxos/cli",
|
|
936
|
-
"pluginType": "core",
|
|
937
|
-
"strict": true,
|
|
938
|
-
"enableJsonFlag": true,
|
|
939
|
-
"isESM": true,
|
|
940
|
-
"relativePath": [
|
|
941
|
-
"dist",
|
|
942
|
-
"src",
|
|
943
|
-
"commands",
|
|
944
|
-
"config",
|
|
945
|
-
"index.js"
|
|
946
|
-
]
|
|
947
|
-
},
|
|
948
|
-
"app:create": {
|
|
949
|
-
"aliases": [],
|
|
950
|
-
"args": {
|
|
951
|
-
"name": {
|
|
952
|
-
"description": "App name.",
|
|
953
|
-
"name": "name",
|
|
954
|
-
"required": true
|
|
955
|
-
}
|
|
956
|
-
},
|
|
957
|
-
"description": "Create template applications.",
|
|
958
|
-
"flags": {
|
|
959
|
-
"json": {
|
|
960
|
-
"description": "Output as JSON.",
|
|
961
|
-
"name": "json",
|
|
962
|
-
"allowNo": false,
|
|
963
|
-
"type": "boolean"
|
|
964
|
-
},
|
|
965
|
-
"verbose": {
|
|
966
|
-
"char": "v",
|
|
967
|
-
"description": "Verbose output",
|
|
968
|
-
"name": "verbose",
|
|
969
|
-
"allowNo": false,
|
|
970
|
-
"type": "boolean"
|
|
971
|
-
},
|
|
972
|
-
"dry-run": {
|
|
973
|
-
"description": "Dry run.",
|
|
974
|
-
"name": "dry-run",
|
|
975
|
-
"allowNo": false,
|
|
976
|
-
"type": "boolean"
|
|
977
|
-
},
|
|
978
|
-
"profile": {
|
|
979
|
-
"description": "User profile.",
|
|
980
|
-
"env": "DX_PROFILE",
|
|
981
|
-
"name": "profile",
|
|
982
|
-
"default": "default",
|
|
983
|
-
"hasDynamicHelp": false,
|
|
984
|
-
"multiple": false,
|
|
985
|
-
"type": "option"
|
|
986
|
-
},
|
|
987
|
-
"config": {
|
|
988
|
-
"aliases": [
|
|
989
|
-
"c"
|
|
990
|
-
],
|
|
991
|
-
"dependsOn": [
|
|
992
|
-
"profile"
|
|
993
|
-
],
|
|
994
|
-
"description": "Config file.",
|
|
995
|
-
"env": "DX_CONFIG",
|
|
996
|
-
"name": "config",
|
|
997
|
-
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
998
|
-
"hasDynamicHelp": false,
|
|
999
|
-
"helpValue": "path",
|
|
1000
|
-
"multiple": false,
|
|
1001
|
-
"type": "option"
|
|
1002
|
-
},
|
|
1003
|
-
"timeout": {
|
|
1004
|
-
"aliases": [
|
|
1005
|
-
"t"
|
|
1006
|
-
],
|
|
1007
|
-
"description": "Timeout (ms).",
|
|
1008
|
-
"name": "timeout",
|
|
1009
|
-
"default": 60000,
|
|
1010
|
-
"hasDynamicHelp": false,
|
|
1011
|
-
"multiple": false,
|
|
1012
|
-
"type": "option"
|
|
1013
|
-
},
|
|
1014
|
-
"target": {
|
|
1015
|
-
"description": "Target websocket server.",
|
|
1016
|
-
"name": "target",
|
|
1017
|
-
"hasDynamicHelp": false,
|
|
1018
|
-
"multiple": false,
|
|
1019
|
-
"type": "option"
|
|
1020
|
-
},
|
|
1021
|
-
"agent": {
|
|
1022
|
-
"description": "Run command with agent.",
|
|
1023
|
-
"env": "DX_NO_AGENT",
|
|
1024
|
-
"name": "agent",
|
|
1025
|
-
"allowNo": true,
|
|
1026
|
-
"type": "boolean"
|
|
1027
|
-
},
|
|
1028
|
-
"json-log": {
|
|
1029
|
-
"description": "When running in foreground, log JSON format",
|
|
1030
|
-
"name": "json-log",
|
|
1031
|
-
"allowNo": false,
|
|
1032
|
-
"type": "boolean"
|
|
1033
|
-
},
|
|
1034
|
-
"json-logfile": {
|
|
1035
|
-
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
1036
|
-
"name": "json-logfile",
|
|
1037
|
-
"default": "stderr",
|
|
1038
|
-
"hasDynamicHelp": false,
|
|
1039
|
-
"multiple": false,
|
|
1040
|
-
"type": "option"
|
|
1041
|
-
},
|
|
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",
|
|
1067
|
-
"allowNo": false,
|
|
1068
|
-
"type": "boolean"
|
|
1069
|
-
}
|
|
1070
|
-
},
|
|
1071
|
-
"hasDynamicHelp": false,
|
|
1072
|
-
"hiddenAliases": [],
|
|
1073
|
-
"id": "app:create",
|
|
1074
|
-
"pluginAlias": "@dxos/cli",
|
|
1075
|
-
"pluginName": "@dxos/cli",
|
|
1076
|
-
"pluginType": "core",
|
|
1077
|
-
"strict": true,
|
|
1078
|
-
"isESM": true,
|
|
1079
|
-
"relativePath": [
|
|
1080
|
-
"dist",
|
|
1081
|
-
"src",
|
|
1082
|
-
"commands",
|
|
1083
|
-
"app",
|
|
1084
|
-
"create.js"
|
|
1085
|
-
]
|
|
1086
|
-
},
|
|
1087
|
-
"app:list": {
|
|
1088
|
-
"aliases": [],
|
|
1089
|
-
"args": {},
|
|
1090
|
-
"description": "List apps (deprecated).",
|
|
1091
|
-
"flags": {
|
|
1092
|
-
"json": {
|
|
1093
|
-
"description": "Output as JSON.",
|
|
1094
|
-
"name": "json",
|
|
1095
|
-
"allowNo": false,
|
|
1096
|
-
"type": "boolean"
|
|
1097
|
-
},
|
|
1098
|
-
"verbose": {
|
|
1099
|
-
"char": "v",
|
|
1100
|
-
"description": "Verbose output",
|
|
1101
|
-
"name": "verbose",
|
|
1102
|
-
"allowNo": false,
|
|
1103
|
-
"type": "boolean"
|
|
1104
|
-
},
|
|
1105
|
-
"dry-run": {
|
|
1106
|
-
"description": "Dry run.",
|
|
1107
|
-
"name": "dry-run",
|
|
1108
|
-
"allowNo": false,
|
|
1109
|
-
"type": "boolean"
|
|
1110
|
-
},
|
|
1111
|
-
"profile": {
|
|
1112
|
-
"description": "User profile.",
|
|
1113
|
-
"env": "DX_PROFILE",
|
|
1114
|
-
"name": "profile",
|
|
1115
|
-
"default": "default",
|
|
1116
|
-
"hasDynamicHelp": false,
|
|
1117
|
-
"multiple": false,
|
|
1118
|
-
"type": "option"
|
|
1119
|
-
},
|
|
1120
|
-
"config": {
|
|
1121
|
-
"aliases": [
|
|
1122
|
-
"c"
|
|
1123
|
-
],
|
|
1124
|
-
"dependsOn": [
|
|
1125
|
-
"profile"
|
|
1126
|
-
],
|
|
1127
|
-
"description": "Config file.",
|
|
1128
|
-
"env": "DX_CONFIG",
|
|
1129
|
-
"name": "config",
|
|
1130
|
-
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1131
|
-
"hasDynamicHelp": false,
|
|
1132
|
-
"helpValue": "path",
|
|
1133
|
-
"multiple": false,
|
|
1134
|
-
"type": "option"
|
|
1135
|
-
},
|
|
1136
|
-
"timeout": {
|
|
1137
|
-
"aliases": [
|
|
1138
|
-
"t"
|
|
1139
|
-
],
|
|
1140
|
-
"description": "Timeout (ms).",
|
|
1141
|
-
"name": "timeout",
|
|
1142
|
-
"default": 60000,
|
|
1143
|
-
"hasDynamicHelp": false,
|
|
1144
|
-
"multiple": false,
|
|
1145
|
-
"type": "option"
|
|
1146
|
-
},
|
|
1147
|
-
"target": {
|
|
1148
|
-
"description": "Target websocket server.",
|
|
1149
|
-
"name": "target",
|
|
1150
|
-
"hasDynamicHelp": false,
|
|
1151
|
-
"multiple": false,
|
|
1152
|
-
"type": "option"
|
|
1153
|
-
},
|
|
1154
|
-
"agent": {
|
|
1155
|
-
"description": "Run command with agent.",
|
|
1156
|
-
"env": "DX_NO_AGENT",
|
|
1157
|
-
"name": "agent",
|
|
1158
|
-
"allowNo": true,
|
|
1159
|
-
"type": "boolean"
|
|
1160
|
-
},
|
|
1161
|
-
"json-log": {
|
|
1162
|
-
"description": "When running in foreground, log JSON format",
|
|
1163
|
-
"name": "json-log",
|
|
1164
|
-
"allowNo": false,
|
|
1165
|
-
"type": "boolean"
|
|
1166
|
-
},
|
|
1167
|
-
"json-logfile": {
|
|
1168
|
-
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
1169
|
-
"name": "json-logfile",
|
|
1170
|
-
"default": "stderr",
|
|
1171
|
-
"hasDynamicHelp": false,
|
|
1172
|
-
"multiple": false,
|
|
1173
|
-
"type": "option"
|
|
1174
|
-
},
|
|
1175
|
-
"extended": {
|
|
1176
|
-
"description": "Show extended table columns.",
|
|
1177
|
-
"name": "extended",
|
|
1178
|
-
"allowNo": false,
|
|
1179
|
-
"type": "boolean"
|
|
1180
|
-
}
|
|
1181
|
-
},
|
|
1182
|
-
"hasDynamicHelp": false,
|
|
1183
|
-
"hiddenAliases": [],
|
|
1184
|
-
"id": "app:list",
|
|
1185
|
-
"pluginAlias": "@dxos/cli",
|
|
1186
|
-
"pluginName": "@dxos/cli",
|
|
1187
|
-
"pluginType": "core",
|
|
1188
|
-
"state": "deprecated",
|
|
1189
|
-
"strict": true,
|
|
1190
|
-
"enableJsonFlag": true,
|
|
1191
|
-
"isESM": true,
|
|
1192
|
-
"relativePath": [
|
|
1193
|
-
"dist",
|
|
1194
|
-
"src",
|
|
1195
|
-
"commands",
|
|
1196
|
-
"app",
|
|
1197
|
-
"list.js"
|
|
1198
|
-
]
|
|
1199
|
-
},
|
|
1200
|
-
"app:open": {
|
|
1201
|
-
"aliases": [],
|
|
1202
|
-
"args": {
|
|
1203
|
-
"url": {
|
|
1204
|
-
"description": "App URL.",
|
|
1205
|
-
"name": "url",
|
|
1206
|
-
"required": true
|
|
1207
|
-
}
|
|
1208
|
-
},
|
|
1209
|
-
"description": "Opens app with provided url and process device invitation.",
|
|
1210
|
-
"flags": {
|
|
1211
|
-
"json": {
|
|
1212
|
-
"description": "Output as JSON.",
|
|
1213
|
-
"name": "json",
|
|
1214
|
-
"allowNo": false,
|
|
1215
|
-
"type": "boolean"
|
|
1216
|
-
},
|
|
1217
|
-
"verbose": {
|
|
1218
|
-
"char": "v",
|
|
1219
|
-
"description": "Verbose output",
|
|
1220
|
-
"name": "verbose",
|
|
1221
|
-
"allowNo": false,
|
|
1222
|
-
"type": "boolean"
|
|
1223
|
-
},
|
|
1224
|
-
"dry-run": {
|
|
1225
|
-
"description": "Dry run.",
|
|
1226
|
-
"name": "dry-run",
|
|
1227
|
-
"allowNo": false,
|
|
1228
|
-
"type": "boolean"
|
|
1229
|
-
},
|
|
1230
|
-
"profile": {
|
|
1231
|
-
"description": "User profile.",
|
|
1232
|
-
"env": "DX_PROFILE",
|
|
1233
|
-
"name": "profile",
|
|
1234
|
-
"default": "default",
|
|
1235
|
-
"hasDynamicHelp": false,
|
|
1236
|
-
"multiple": false,
|
|
1237
|
-
"type": "option"
|
|
1238
|
-
},
|
|
1239
|
-
"config": {
|
|
1240
|
-
"aliases": [
|
|
1241
|
-
"c"
|
|
1242
|
-
],
|
|
1243
|
-
"dependsOn": [
|
|
1244
|
-
"profile"
|
|
1245
|
-
],
|
|
1246
|
-
"description": "Config file.",
|
|
1247
|
-
"env": "DX_CONFIG",
|
|
1248
|
-
"name": "config",
|
|
1249
|
-
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1250
|
-
"hasDynamicHelp": false,
|
|
1251
|
-
"helpValue": "path",
|
|
1252
|
-
"multiple": false,
|
|
1253
|
-
"type": "option"
|
|
1254
|
-
},
|
|
1255
|
-
"timeout": {
|
|
1256
|
-
"aliases": [
|
|
1257
|
-
"t"
|
|
1258
|
-
],
|
|
1259
|
-
"description": "Timeout (ms).",
|
|
1260
|
-
"name": "timeout",
|
|
1261
|
-
"default": 60000,
|
|
1262
|
-
"hasDynamicHelp": false,
|
|
1263
|
-
"multiple": false,
|
|
1264
|
-
"type": "option"
|
|
1265
|
-
},
|
|
1266
|
-
"target": {
|
|
1267
|
-
"description": "Target websocket server.",
|
|
1268
|
-
"name": "target",
|
|
1269
|
-
"hasDynamicHelp": false,
|
|
1270
|
-
"multiple": false,
|
|
1271
|
-
"type": "option"
|
|
1272
|
-
},
|
|
1273
|
-
"agent": {
|
|
1274
|
-
"description": "Run command with agent.",
|
|
1275
|
-
"env": "DX_NO_AGENT",
|
|
1276
|
-
"name": "agent",
|
|
1277
|
-
"allowNo": true,
|
|
1278
|
-
"type": "boolean"
|
|
1279
|
-
},
|
|
1280
|
-
"json-log": {
|
|
1281
|
-
"description": "When running in foreground, log JSON format",
|
|
1282
|
-
"name": "json-log",
|
|
1283
|
-
"allowNo": false,
|
|
1284
|
-
"type": "boolean"
|
|
1285
|
-
},
|
|
1286
|
-
"json-logfile": {
|
|
1287
|
-
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
1288
|
-
"name": "json-logfile",
|
|
1289
|
-
"default": "stderr",
|
|
1290
|
-
"hasDynamicHelp": false,
|
|
1291
|
-
"multiple": false,
|
|
1292
|
-
"type": "option"
|
|
1293
|
-
},
|
|
1294
|
-
"instances": {
|
|
1295
|
-
"description": "Amount of test instances.",
|
|
1296
|
-
"name": "instances",
|
|
1297
|
-
"default": 1,
|
|
1298
|
-
"hasDynamicHelp": false,
|
|
1299
|
-
"multiple": false,
|
|
1300
|
-
"type": "option"
|
|
1301
|
-
},
|
|
1302
|
-
"invite": {
|
|
1303
|
-
"description": "If `true` proceed device invitation for all instances.",
|
|
1304
|
-
"name": "invite",
|
|
1305
|
-
"allowNo": false,
|
|
1306
|
-
"type": "boolean"
|
|
1307
|
-
}
|
|
1308
|
-
},
|
|
1309
|
-
"hasDynamicHelp": false,
|
|
1310
|
-
"hiddenAliases": [],
|
|
1311
|
-
"id": "app:open",
|
|
1312
|
-
"pluginAlias": "@dxos/cli",
|
|
1313
|
-
"pluginName": "@dxos/cli",
|
|
1314
|
-
"pluginType": "core",
|
|
1315
|
-
"strict": true,
|
|
1316
|
-
"enableJsonFlag": true,
|
|
1317
|
-
"isESM": true,
|
|
1318
|
-
"relativePath": [
|
|
1319
|
-
"dist",
|
|
1320
|
-
"src",
|
|
1321
|
-
"commands",
|
|
1322
|
-
"app",
|
|
1323
|
-
"open.js"
|
|
1324
|
-
]
|
|
1325
|
-
},
|
|
1326
|
-
"app:publish": {
|
|
842
|
+
"debug:diagnostics": {
|
|
1327
843
|
"aliases": [],
|
|
1328
844
|
"args": {},
|
|
1329
|
-
"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
|
+
],
|
|
1330
856
|
"flags": {
|
|
1331
857
|
"json": {
|
|
1332
858
|
"description": "Output as JSON.",
|
|
@@ -1411,65 +937,40 @@
|
|
|
1411
937
|
"multiple": false,
|
|
1412
938
|
"type": "option"
|
|
1413
939
|
},
|
|
1414
|
-
"
|
|
1415
|
-
"description": "
|
|
1416
|
-
"name": "
|
|
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",
|
|
940
|
+
"humanize": {
|
|
941
|
+
"description": "Humanize keys.",
|
|
942
|
+
"name": "humanize",
|
|
1431
943
|
"allowNo": false,
|
|
1432
944
|
"type": "boolean"
|
|
1433
945
|
},
|
|
1434
|
-
"
|
|
1435
|
-
"description": "
|
|
1436
|
-
"name": "
|
|
1437
|
-
"
|
|
1438
|
-
"
|
|
1439
|
-
"type": "option"
|
|
946
|
+
"truncate": {
|
|
947
|
+
"description": "Truncate keys.",
|
|
948
|
+
"name": "truncate",
|
|
949
|
+
"allowNo": false,
|
|
950
|
+
"type": "boolean"
|
|
1440
951
|
}
|
|
1441
952
|
},
|
|
1442
953
|
"hasDynamicHelp": false,
|
|
1443
954
|
"hiddenAliases": [],
|
|
1444
|
-
"id": "
|
|
955
|
+
"id": "debug:diagnostics",
|
|
1445
956
|
"pluginAlias": "@dxos/cli",
|
|
1446
957
|
"pluginName": "@dxos/cli",
|
|
1447
958
|
"pluginType": "core",
|
|
1448
|
-
"state": "deprecated",
|
|
1449
959
|
"strict": true,
|
|
960
|
+
"enableJsonFlag": true,
|
|
1450
961
|
"isESM": true,
|
|
1451
962
|
"relativePath": [
|
|
1452
963
|
"dist",
|
|
1453
964
|
"src",
|
|
1454
965
|
"commands",
|
|
1455
|
-
"
|
|
1456
|
-
"
|
|
966
|
+
"debug",
|
|
967
|
+
"diagnostics.js"
|
|
1457
968
|
]
|
|
1458
969
|
},
|
|
1459
|
-
"debug:
|
|
970
|
+
"debug:error": {
|
|
1460
971
|
"aliases": [],
|
|
1461
972
|
"args": {},
|
|
1462
|
-
"description": "
|
|
1463
|
-
"examples": [
|
|
1464
|
-
{
|
|
1465
|
-
"description": "Inspect diagnostics.",
|
|
1466
|
-
"command": "dx debug diagnostics --json --truncate | jq -r '.metrics'"
|
|
1467
|
-
},
|
|
1468
|
-
{
|
|
1469
|
-
"description": "Upload diagnostics to GitHub.",
|
|
1470
|
-
"command": "dx debug diagnostics --json --truncate | gh gist create --filename diagnostics.json"
|
|
1471
|
-
}
|
|
1472
|
-
],
|
|
973
|
+
"description": "Throw error for debugging.",
|
|
1473
974
|
"flags": {
|
|
1474
975
|
"json": {
|
|
1475
976
|
"description": "Output as JSON.",
|
|
@@ -1553,41 +1054,33 @@
|
|
|
1553
1054
|
"hasDynamicHelp": false,
|
|
1554
1055
|
"multiple": false,
|
|
1555
1056
|
"type": "option"
|
|
1556
|
-
},
|
|
1557
|
-
"humanize": {
|
|
1558
|
-
"description": "Humanize keys.",
|
|
1559
|
-
"name": "humanize",
|
|
1560
|
-
"allowNo": false,
|
|
1561
|
-
"type": "boolean"
|
|
1562
|
-
},
|
|
1563
|
-
"truncate": {
|
|
1564
|
-
"description": "Truncate keys.",
|
|
1565
|
-
"name": "truncate",
|
|
1566
|
-
"allowNo": false,
|
|
1567
|
-
"type": "boolean"
|
|
1568
1057
|
}
|
|
1569
1058
|
},
|
|
1570
1059
|
"hasDynamicHelp": false,
|
|
1571
1060
|
"hiddenAliases": [],
|
|
1572
|
-
"id": "debug:
|
|
1061
|
+
"id": "debug:error",
|
|
1573
1062
|
"pluginAlias": "@dxos/cli",
|
|
1574
1063
|
"pluginName": "@dxos/cli",
|
|
1575
1064
|
"pluginType": "core",
|
|
1576
1065
|
"strict": true,
|
|
1577
|
-
"enableJsonFlag": true,
|
|
1578
1066
|
"isESM": true,
|
|
1579
1067
|
"relativePath": [
|
|
1580
1068
|
"dist",
|
|
1581
1069
|
"src",
|
|
1582
1070
|
"commands",
|
|
1583
1071
|
"debug",
|
|
1584
|
-
"
|
|
1072
|
+
"error.js"
|
|
1585
1073
|
]
|
|
1586
1074
|
},
|
|
1587
|
-
"debug:
|
|
1075
|
+
"debug:generate": {
|
|
1588
1076
|
"aliases": [],
|
|
1589
|
-
"args": {
|
|
1590
|
-
|
|
1077
|
+
"args": {
|
|
1078
|
+
"key": {
|
|
1079
|
+
"description": "Space key(s) head in hex.",
|
|
1080
|
+
"name": "key"
|
|
1081
|
+
}
|
|
1082
|
+
},
|
|
1083
|
+
"description": "Generate test data.",
|
|
1591
1084
|
"flags": {
|
|
1592
1085
|
"json": {
|
|
1593
1086
|
"description": "Output as JSON.",
|
|
@@ -1671,33 +1164,73 @@
|
|
|
1671
1164
|
"hasDynamicHelp": false,
|
|
1672
1165
|
"multiple": false,
|
|
1673
1166
|
"type": "option"
|
|
1167
|
+
},
|
|
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",
|
|
1203
|
+
"hasDynamicHelp": false,
|
|
1204
|
+
"multiple": false,
|
|
1205
|
+
"type": "option"
|
|
1674
1206
|
}
|
|
1675
1207
|
},
|
|
1676
1208
|
"hasDynamicHelp": false,
|
|
1677
1209
|
"hiddenAliases": [],
|
|
1678
|
-
"id": "debug:
|
|
1210
|
+
"id": "debug:generate",
|
|
1679
1211
|
"pluginAlias": "@dxos/cli",
|
|
1680
1212
|
"pluginName": "@dxos/cli",
|
|
1681
1213
|
"pluginType": "core",
|
|
1682
1214
|
"strict": true,
|
|
1215
|
+
"enableJsonFlag": true,
|
|
1683
1216
|
"isESM": true,
|
|
1684
1217
|
"relativePath": [
|
|
1685
1218
|
"dist",
|
|
1686
1219
|
"src",
|
|
1687
1220
|
"commands",
|
|
1688
1221
|
"debug",
|
|
1689
|
-
"
|
|
1222
|
+
"generate.js"
|
|
1690
1223
|
]
|
|
1691
1224
|
},
|
|
1692
|
-
"debug:
|
|
1225
|
+
"debug:metrics": {
|
|
1693
1226
|
"aliases": [],
|
|
1694
1227
|
"args": {
|
|
1695
|
-
"
|
|
1696
|
-
"description": "
|
|
1697
|
-
"name": "
|
|
1228
|
+
"command": {
|
|
1229
|
+
"description": "Control metrics recording.",
|
|
1230
|
+
"name": "command"
|
|
1698
1231
|
}
|
|
1699
1232
|
},
|
|
1700
|
-
"description": "
|
|
1233
|
+
"description": "Control metrics.",
|
|
1701
1234
|
"flags": {
|
|
1702
1235
|
"json": {
|
|
1703
1236
|
"description": "Output as JSON.",
|
|
@@ -1781,50 +1314,11 @@
|
|
|
1781
1314
|
"hasDynamicHelp": false,
|
|
1782
1315
|
"multiple": false,
|
|
1783
1316
|
"type": "option"
|
|
1784
|
-
},
|
|
1785
|
-
"interval": {
|
|
1786
|
-
"description": "Interval between mutations (ms).",
|
|
1787
|
-
"name": "interval",
|
|
1788
|
-
"default": 0,
|
|
1789
|
-
"hasDynamicHelp": false,
|
|
1790
|
-
"multiple": false,
|
|
1791
|
-
"type": "option"
|
|
1792
|
-
},
|
|
1793
|
-
"jitter": {
|
|
1794
|
-
"description": "Interval variance (ms).",
|
|
1795
|
-
"name": "jitter",
|
|
1796
|
-
"default": 0,
|
|
1797
|
-
"hasDynamicHelp": false,
|
|
1798
|
-
"multiple": false,
|
|
1799
|
-
"type": "option"
|
|
1800
|
-
},
|
|
1801
|
-
"objects": {
|
|
1802
|
-
"description": "Number of objects.",
|
|
1803
|
-
"name": "objects",
|
|
1804
|
-
"default": 0,
|
|
1805
|
-
"hasDynamicHelp": false,
|
|
1806
|
-
"multiple": false,
|
|
1807
|
-
"type": "option"
|
|
1808
|
-
},
|
|
1809
|
-
"mutations": {
|
|
1810
|
-
"description": "Number of mutations.",
|
|
1811
|
-
"name": "mutations",
|
|
1812
|
-
"default": 0,
|
|
1813
|
-
"hasDynamicHelp": false,
|
|
1814
|
-
"multiple": false,
|
|
1815
|
-
"type": "option"
|
|
1816
|
-
},
|
|
1817
|
-
"epoch": {
|
|
1818
|
-
"description": "Number of mutations per epoch.",
|
|
1819
|
-
"name": "epoch",
|
|
1820
|
-
"hasDynamicHelp": false,
|
|
1821
|
-
"multiple": false,
|
|
1822
|
-
"type": "option"
|
|
1823
1317
|
}
|
|
1824
1318
|
},
|
|
1825
1319
|
"hasDynamicHelp": false,
|
|
1826
1320
|
"hiddenAliases": [],
|
|
1827
|
-
"id": "debug:
|
|
1321
|
+
"id": "debug:metrics",
|
|
1828
1322
|
"pluginAlias": "@dxos/cli",
|
|
1829
1323
|
"pluginName": "@dxos/cli",
|
|
1830
1324
|
"pluginType": "core",
|
|
@@ -1836,18 +1330,13 @@
|
|
|
1836
1330
|
"src",
|
|
1837
1331
|
"commands",
|
|
1838
1332
|
"debug",
|
|
1839
|
-
"
|
|
1333
|
+
"metrics.js"
|
|
1840
1334
|
]
|
|
1841
1335
|
},
|
|
1842
|
-
"debug:
|
|
1336
|
+
"debug:status": {
|
|
1843
1337
|
"aliases": [],
|
|
1844
|
-
"args": {
|
|
1845
|
-
|
|
1846
|
-
"description": "Control metrics recording.",
|
|
1847
|
-
"name": "command"
|
|
1848
|
-
}
|
|
1849
|
-
},
|
|
1850
|
-
"description": "Control metrics.",
|
|
1338
|
+
"args": {},
|
|
1339
|
+
"description": "Display status.",
|
|
1851
1340
|
"flags": {
|
|
1852
1341
|
"json": {
|
|
1853
1342
|
"description": "Output as JSON.",
|
|
@@ -1931,11 +1420,19 @@
|
|
|
1931
1420
|
"hasDynamicHelp": false,
|
|
1932
1421
|
"multiple": false,
|
|
1933
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"
|
|
1934
1431
|
}
|
|
1935
1432
|
},
|
|
1936
1433
|
"hasDynamicHelp": false,
|
|
1937
1434
|
"hiddenAliases": [],
|
|
1938
|
-
"id": "debug:
|
|
1435
|
+
"id": "debug:status",
|
|
1939
1436
|
"pluginAlias": "@dxos/cli",
|
|
1940
1437
|
"pluginName": "@dxos/cli",
|
|
1941
1438
|
"pluginType": "core",
|
|
@@ -1947,13 +1444,13 @@
|
|
|
1947
1444
|
"src",
|
|
1948
1445
|
"commands",
|
|
1949
1446
|
"debug",
|
|
1950
|
-
"
|
|
1447
|
+
"status.js"
|
|
1951
1448
|
]
|
|
1952
1449
|
},
|
|
1953
|
-
"
|
|
1450
|
+
"config": {
|
|
1954
1451
|
"aliases": [],
|
|
1955
1452
|
"args": {},
|
|
1956
|
-
"description": "
|
|
1453
|
+
"description": "Show config file.",
|
|
1957
1454
|
"flags": {
|
|
1958
1455
|
"json": {
|
|
1959
1456
|
"description": "Output as JSON.",
|
|
@@ -2037,19 +1534,11 @@
|
|
|
2037
1534
|
"hasDynamicHelp": false,
|
|
2038
1535
|
"multiple": false,
|
|
2039
1536
|
"type": "option"
|
|
2040
|
-
},
|
|
2041
|
-
"interval": {
|
|
2042
|
-
"description": "Update interval (ms).",
|
|
2043
|
-
"name": "interval",
|
|
2044
|
-
"default": 1000,
|
|
2045
|
-
"hasDynamicHelp": false,
|
|
2046
|
-
"multiple": false,
|
|
2047
|
-
"type": "option"
|
|
2048
1537
|
}
|
|
2049
1538
|
},
|
|
2050
1539
|
"hasDynamicHelp": false,
|
|
2051
1540
|
"hiddenAliases": [],
|
|
2052
|
-
"id": "
|
|
1541
|
+
"id": "config",
|
|
2053
1542
|
"pluginAlias": "@dxos/cli",
|
|
2054
1543
|
"pluginName": "@dxos/cli",
|
|
2055
1544
|
"pluginType": "core",
|
|
@@ -2060,8 +1549,8 @@
|
|
|
2060
1549
|
"dist",
|
|
2061
1550
|
"src",
|
|
2062
1551
|
"commands",
|
|
2063
|
-
"
|
|
2064
|
-
"
|
|
1552
|
+
"config",
|
|
1553
|
+
"index.js"
|
|
2065
1554
|
]
|
|
2066
1555
|
},
|
|
2067
1556
|
"device:info": {
|
|
@@ -5080,7 +4569,7 @@
|
|
|
5080
4569
|
"name": {
|
|
5081
4570
|
"description": "Tunnel name",
|
|
5082
4571
|
"name": "name",
|
|
5083
|
-
"default": "
|
|
4572
|
+
"default": "fix-oxygen-saturn-cat",
|
|
5084
4573
|
"hasDynamicHelp": false,
|
|
5085
4574
|
"multiple": false,
|
|
5086
4575
|
"type": "option"
|
|
@@ -6074,5 +5563,5 @@
|
|
|
6074
5563
|
]
|
|
6075
5564
|
}
|
|
6076
5565
|
},
|
|
6077
|
-
"version": "0.
|
|
5566
|
+
"version": "0.7.0"
|
|
6078
5567
|
}
|