@dxos/cli 0.5.3-main.2800199 → 0.5.3-main.2ad0afc
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/base.d.ts +2 -4
- package/dist/src/base.d.ts.map +1 -1
- package/dist/src/base.js +14 -55
- package/dist/src/base.js.map +1 -1
- package/dist/src/commands/agent/invitations.d.ts +1 -0
- package/dist/src/commands/agent/invitations.d.ts.map +1 -1
- package/dist/src/commands/agent/list.d.ts +1 -0
- package/dist/src/commands/agent/list.d.ts.map +1 -1
- package/dist/src/commands/agent/restart.d.ts +1 -0
- package/dist/src/commands/agent/restart.d.ts.map +1 -1
- package/dist/src/commands/agent/start.d.ts +1 -0
- package/dist/src/commands/agent/start.d.ts.map +1 -1
- package/dist/src/commands/agent/status.d.ts +1 -0
- package/dist/src/commands/agent/status.d.ts.map +1 -1
- package/dist/src/commands/agent/status.js +6 -0
- package/dist/src/commands/agent/status.js.map +1 -1
- package/dist/src/commands/agent/stop.d.ts +1 -0
- package/dist/src/commands/agent/stop.d.ts.map +1 -1
- package/dist/src/commands/app/create.d.ts +1 -0
- package/dist/src/commands/app/create.d.ts.map +1 -1
- package/dist/src/commands/app/open.d.ts +1 -0
- package/dist/src/commands/app/open.d.ts.map +1 -1
- package/dist/src/commands/app/publish.d.ts +1 -0
- package/dist/src/commands/app/publish.d.ts.map +1 -1
- package/dist/src/commands/composer/base.d.ts.map +1 -1
- package/dist/src/commands/composer/base.js +13 -8
- package/dist/src/commands/composer/base.js.map +1 -1
- package/dist/src/commands/composer/import.d.ts +2 -1
- package/dist/src/commands/composer/import.d.ts.map +1 -1
- package/dist/src/commands/composer/import.js +34 -34
- package/dist/src/commands/composer/import.js.map +1 -1
- package/dist/src/commands/composer/query.d.ts +1 -0
- package/dist/src/commands/composer/query.d.ts.map +1 -1
- package/dist/src/commands/composer/query.js +1 -2
- package/dist/src/commands/composer/query.js.map +1 -1
- package/dist/src/commands/debug/diagnostics.d.ts +1 -0
- package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
- package/dist/src/commands/debug/generate.d.ts +1 -0
- package/dist/src/commands/debug/generate.d.ts.map +1 -1
- package/dist/src/commands/debug/status.d.ts +1 -0
- package/dist/src/commands/debug/status.d.ts.map +1 -1
- package/dist/src/commands/device/list.d.ts +1 -0
- package/dist/src/commands/device/list.d.ts.map +1 -1
- package/dist/src/commands/device/update.d.ts +1 -0
- package/dist/src/commands/device/update.d.ts.map +1 -1
- package/dist/src/commands/function/dev.d.ts +1 -0
- package/dist/src/commands/function/dev.d.ts.map +1 -1
- package/dist/src/commands/function/dev.js +1 -3
- package/dist/src/commands/function/dev.js.map +1 -1
- package/dist/src/commands/halo/create.d.ts +1 -0
- package/dist/src/commands/halo/create.d.ts.map +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +1 -0
- package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
- package/dist/src/commands/halo/join.d.ts +1 -0
- package/dist/src/commands/halo/join.d.ts.map +1 -1
- package/dist/src/commands/halo/share.d.ts +1 -0
- package/dist/src/commands/halo/share.d.ts.map +1 -1
- package/dist/src/commands/halo/update.d.ts +1 -0
- package/dist/src/commands/halo/update.d.ts.map +1 -1
- package/dist/src/commands/reset/index.d.ts +1 -0
- package/dist/src/commands/reset/index.d.ts.map +1 -1
- package/dist/src/commands/space/join.d.ts +1 -0
- package/dist/src/commands/space/join.d.ts.map +1 -1
- package/dist/src/commands/space/list.d.ts +1 -0
- package/dist/src/commands/space/list.d.ts.map +1 -1
- package/dist/src/commands/space/members.d.ts +1 -0
- package/dist/src/commands/space/members.d.ts.map +1 -1
- package/dist/src/commands/space/query.d.ts +0 -16
- package/dist/src/commands/space/query.d.ts.map +1 -1
- package/dist/src/commands/space/query.js +14 -23
- package/dist/src/commands/space/query.js.map +1 -1
- package/dist/src/commands/space/share.d.ts +1 -0
- package/dist/src/commands/space/share.d.ts.map +1 -1
- package/dist/src/commands/tunnel/index.d.ts +1 -0
- package/dist/src/commands/tunnel/index.d.ts.map +1 -1
- package/dist/src/hooks/command-not-found.d.ts.map +1 -1
- package/dist/src/hooks/command-not-found.js +1 -1
- package/dist/src/hooks/command-not-found.js.map +1 -1
- package/oclif.manifest.json +450 -228
- package/package.json +34 -30
package/oclif.manifest.json
CHANGED
|
@@ -57,12 +57,17 @@
|
|
|
57
57
|
"type": "option"
|
|
58
58
|
},
|
|
59
59
|
"no-agent": {
|
|
60
|
-
"description": "Run command without
|
|
61
|
-
"env": "DX_NO_AGENT",
|
|
60
|
+
"description": "Run command without using an agent.",
|
|
62
61
|
"name": "no-agent",
|
|
63
62
|
"allowNo": false,
|
|
64
63
|
"type": "boolean"
|
|
65
64
|
},
|
|
65
|
+
"no-start-agent": {
|
|
66
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
67
|
+
"name": "no-start-agent",
|
|
68
|
+
"allowNo": false,
|
|
69
|
+
"type": "boolean"
|
|
70
|
+
},
|
|
66
71
|
"timeout": {
|
|
67
72
|
"aliases": [
|
|
68
73
|
"t"
|
|
@@ -175,12 +180,17 @@
|
|
|
175
180
|
"type": "option"
|
|
176
181
|
},
|
|
177
182
|
"no-agent": {
|
|
178
|
-
"description": "Run command without
|
|
179
|
-
"env": "DX_NO_AGENT",
|
|
183
|
+
"description": "Run command without using an agent.",
|
|
180
184
|
"name": "no-agent",
|
|
181
185
|
"allowNo": false,
|
|
182
186
|
"type": "boolean"
|
|
183
187
|
},
|
|
188
|
+
"no-start-agent": {
|
|
189
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
190
|
+
"name": "no-start-agent",
|
|
191
|
+
"allowNo": false,
|
|
192
|
+
"type": "boolean"
|
|
193
|
+
},
|
|
184
194
|
"timeout": {
|
|
185
195
|
"aliases": [
|
|
186
196
|
"t"
|
|
@@ -376,12 +386,17 @@
|
|
|
376
386
|
"type": "option"
|
|
377
387
|
},
|
|
378
388
|
"no-agent": {
|
|
379
|
-
"description": "Run command without
|
|
380
|
-
"env": "DX_NO_AGENT",
|
|
389
|
+
"description": "Run command without using an agent.",
|
|
381
390
|
"name": "no-agent",
|
|
382
391
|
"allowNo": false,
|
|
383
392
|
"type": "boolean"
|
|
384
393
|
},
|
|
394
|
+
"no-start-agent": {
|
|
395
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
396
|
+
"name": "no-start-agent",
|
|
397
|
+
"allowNo": false,
|
|
398
|
+
"type": "boolean"
|
|
399
|
+
},
|
|
385
400
|
"timeout": {
|
|
386
401
|
"aliases": [
|
|
387
402
|
"t"
|
|
@@ -506,12 +521,17 @@
|
|
|
506
521
|
"type": "option"
|
|
507
522
|
},
|
|
508
523
|
"no-agent": {
|
|
509
|
-
"description": "Run command without
|
|
510
|
-
"env": "DX_NO_AGENT",
|
|
524
|
+
"description": "Run command without using an agent.",
|
|
511
525
|
"name": "no-agent",
|
|
512
526
|
"allowNo": false,
|
|
513
527
|
"type": "boolean"
|
|
514
528
|
},
|
|
529
|
+
"no-start-agent": {
|
|
530
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
531
|
+
"name": "no-start-agent",
|
|
532
|
+
"allowNo": false,
|
|
533
|
+
"type": "boolean"
|
|
534
|
+
},
|
|
515
535
|
"timeout": {
|
|
516
536
|
"aliases": [
|
|
517
537
|
"t"
|
|
@@ -656,12 +676,17 @@
|
|
|
656
676
|
"type": "option"
|
|
657
677
|
},
|
|
658
678
|
"no-agent": {
|
|
659
|
-
"description": "Run command without
|
|
660
|
-
"env": "DX_NO_AGENT",
|
|
679
|
+
"description": "Run command without using an agent.",
|
|
661
680
|
"name": "no-agent",
|
|
662
681
|
"allowNo": false,
|
|
663
682
|
"type": "boolean"
|
|
664
683
|
},
|
|
684
|
+
"no-start-agent": {
|
|
685
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
686
|
+
"name": "no-start-agent",
|
|
687
|
+
"allowNo": false,
|
|
688
|
+
"type": "boolean"
|
|
689
|
+
},
|
|
665
690
|
"timeout": {
|
|
666
691
|
"aliases": [
|
|
667
692
|
"t"
|
|
@@ -768,12 +793,17 @@
|
|
|
768
793
|
"type": "option"
|
|
769
794
|
},
|
|
770
795
|
"no-agent": {
|
|
771
|
-
"description": "Run command without
|
|
772
|
-
"env": "DX_NO_AGENT",
|
|
796
|
+
"description": "Run command without using an agent.",
|
|
773
797
|
"name": "no-agent",
|
|
774
798
|
"allowNo": false,
|
|
775
799
|
"type": "boolean"
|
|
776
800
|
},
|
|
801
|
+
"no-start-agent": {
|
|
802
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
803
|
+
"name": "no-start-agent",
|
|
804
|
+
"allowNo": false,
|
|
805
|
+
"type": "boolean"
|
|
806
|
+
},
|
|
777
807
|
"timeout": {
|
|
778
808
|
"aliases": [
|
|
779
809
|
"t"
|
|
@@ -841,16 +871,9 @@
|
|
|
841
871
|
"stop.js"
|
|
842
872
|
]
|
|
843
873
|
},
|
|
844
|
-
"
|
|
874
|
+
"composer:base": {
|
|
845
875
|
"aliases": [],
|
|
846
|
-
"args": {
|
|
847
|
-
"name": {
|
|
848
|
-
"description": "App name.",
|
|
849
|
-
"name": "name",
|
|
850
|
-
"required": true
|
|
851
|
-
}
|
|
852
|
-
},
|
|
853
|
-
"description": "Manage applications (deprecated).",
|
|
876
|
+
"args": {},
|
|
854
877
|
"flags": {
|
|
855
878
|
"json": {
|
|
856
879
|
"description": "Output as JSON.",
|
|
@@ -904,12 +927,17 @@
|
|
|
904
927
|
"type": "option"
|
|
905
928
|
},
|
|
906
929
|
"no-agent": {
|
|
907
|
-
"description": "Run command without
|
|
908
|
-
"env": "DX_NO_AGENT",
|
|
930
|
+
"description": "Run command without using an agent.",
|
|
909
931
|
"name": "no-agent",
|
|
910
932
|
"allowNo": false,
|
|
911
933
|
"type": "boolean"
|
|
912
934
|
},
|
|
935
|
+
"no-start-agent": {
|
|
936
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
937
|
+
"name": "no-start-agent",
|
|
938
|
+
"allowNo": false,
|
|
939
|
+
"type": "boolean"
|
|
940
|
+
},
|
|
913
941
|
"timeout": {
|
|
914
942
|
"aliases": [
|
|
915
943
|
"t"
|
|
@@ -940,43 +968,14 @@
|
|
|
940
968
|
"hasDynamicHelp": false,
|
|
941
969
|
"multiple": false,
|
|
942
970
|
"type": "option"
|
|
943
|
-
},
|
|
944
|
-
"tag": {
|
|
945
|
-
"description": "Git tag or branch of the DXOS repo to checkout.",
|
|
946
|
-
"name": "tag",
|
|
947
|
-
"hasDynamicHelp": false,
|
|
948
|
-
"multiple": false,
|
|
949
|
-
"type": "option"
|
|
950
|
-
},
|
|
951
|
-
"template": {
|
|
952
|
-
"char": "t",
|
|
953
|
-
"description": "Template to use when creating the project.",
|
|
954
|
-
"name": "template",
|
|
955
|
-
"default": "hello",
|
|
956
|
-
"hasDynamicHelp": false,
|
|
957
|
-
"multiple": false,
|
|
958
|
-
"options": [
|
|
959
|
-
"hello",
|
|
960
|
-
"bare",
|
|
961
|
-
"tasks"
|
|
962
|
-
],
|
|
963
|
-
"type": "option"
|
|
964
|
-
},
|
|
965
|
-
"interactive": {
|
|
966
|
-
"char": "i",
|
|
967
|
-
"description": "Customize app template options via interactive prompt.",
|
|
968
|
-
"name": "interactive",
|
|
969
|
-
"allowNo": false,
|
|
970
|
-
"type": "boolean"
|
|
971
971
|
}
|
|
972
972
|
},
|
|
973
973
|
"hasDynamicHelp": false,
|
|
974
974
|
"hiddenAliases": [],
|
|
975
|
-
"id": "
|
|
975
|
+
"id": "composer:base",
|
|
976
976
|
"pluginAlias": "@dxos/cli",
|
|
977
977
|
"pluginName": "@dxos/cli",
|
|
978
978
|
"pluginType": "core",
|
|
979
|
-
"state": "deprecated",
|
|
980
979
|
"strict": true,
|
|
981
980
|
"enableJsonFlag": true,
|
|
982
981
|
"isESM": false,
|
|
@@ -984,14 +983,19 @@
|
|
|
984
983
|
"dist",
|
|
985
984
|
"src",
|
|
986
985
|
"commands",
|
|
987
|
-
"
|
|
988
|
-
"
|
|
986
|
+
"composer",
|
|
987
|
+
"base.js"
|
|
989
988
|
]
|
|
990
989
|
},
|
|
991
|
-
"
|
|
990
|
+
"composer:import": {
|
|
992
991
|
"aliases": [],
|
|
993
|
-
"args": {
|
|
994
|
-
|
|
992
|
+
"args": {
|
|
993
|
+
"file": {
|
|
994
|
+
"name": "file",
|
|
995
|
+
"required": true
|
|
996
|
+
}
|
|
997
|
+
},
|
|
998
|
+
"description": "Import ECHO objects.",
|
|
995
999
|
"flags": {
|
|
996
1000
|
"json": {
|
|
997
1001
|
"description": "Output as JSON.",
|
|
@@ -1045,12 +1049,17 @@
|
|
|
1045
1049
|
"type": "option"
|
|
1046
1050
|
},
|
|
1047
1051
|
"no-agent": {
|
|
1048
|
-
"description": "Run command without
|
|
1049
|
-
"env": "DX_NO_AGENT",
|
|
1052
|
+
"description": "Run command without using an agent.",
|
|
1050
1053
|
"name": "no-agent",
|
|
1051
1054
|
"allowNo": false,
|
|
1052
1055
|
"type": "boolean"
|
|
1053
1056
|
},
|
|
1057
|
+
"no-start-agent": {
|
|
1058
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1059
|
+
"name": "no-start-agent",
|
|
1060
|
+
"allowNo": false,
|
|
1061
|
+
"type": "boolean"
|
|
1062
|
+
},
|
|
1054
1063
|
"timeout": {
|
|
1055
1064
|
"aliases": [
|
|
1056
1065
|
"t"
|
|
@@ -1081,15 +1090,21 @@
|
|
|
1081
1090
|
"hasDynamicHelp": false,
|
|
1082
1091
|
"multiple": false,
|
|
1083
1092
|
"type": "option"
|
|
1093
|
+
},
|
|
1094
|
+
"key": {
|
|
1095
|
+
"description": "Space key(s) head in hex.",
|
|
1096
|
+
"name": "key",
|
|
1097
|
+
"hasDynamicHelp": false,
|
|
1098
|
+
"multiple": true,
|
|
1099
|
+
"type": "option"
|
|
1084
1100
|
}
|
|
1085
1101
|
},
|
|
1086
1102
|
"hasDynamicHelp": false,
|
|
1087
1103
|
"hiddenAliases": [],
|
|
1088
|
-
"id": "
|
|
1104
|
+
"id": "composer:import",
|
|
1089
1105
|
"pluginAlias": "@dxos/cli",
|
|
1090
1106
|
"pluginName": "@dxos/cli",
|
|
1091
1107
|
"pluginType": "core",
|
|
1092
|
-
"state": "deprecated",
|
|
1093
1108
|
"strict": true,
|
|
1094
1109
|
"enableJsonFlag": true,
|
|
1095
1110
|
"isESM": false,
|
|
@@ -1097,20 +1112,14 @@
|
|
|
1097
1112
|
"dist",
|
|
1098
1113
|
"src",
|
|
1099
1114
|
"commands",
|
|
1100
|
-
"
|
|
1101
|
-
"
|
|
1115
|
+
"composer",
|
|
1116
|
+
"import.js"
|
|
1102
1117
|
]
|
|
1103
1118
|
},
|
|
1104
|
-
"
|
|
1119
|
+
"composer:query": {
|
|
1105
1120
|
"aliases": [],
|
|
1106
|
-
"args": {
|
|
1107
|
-
|
|
1108
|
-
"description": "App URL.",
|
|
1109
|
-
"name": "url",
|
|
1110
|
-
"required": true
|
|
1111
|
-
}
|
|
1112
|
-
},
|
|
1113
|
-
"description": "Opens app with provided url and process device invitation.",
|
|
1121
|
+
"args": {},
|
|
1122
|
+
"description": "Query database.",
|
|
1114
1123
|
"flags": {
|
|
1115
1124
|
"json": {
|
|
1116
1125
|
"description": "Output as JSON.",
|
|
@@ -1164,12 +1173,17 @@
|
|
|
1164
1173
|
"type": "option"
|
|
1165
1174
|
},
|
|
1166
1175
|
"no-agent": {
|
|
1167
|
-
"description": "Run command without
|
|
1168
|
-
"env": "DX_NO_AGENT",
|
|
1176
|
+
"description": "Run command without using an agent.",
|
|
1169
1177
|
"name": "no-agent",
|
|
1170
1178
|
"allowNo": false,
|
|
1171
1179
|
"type": "boolean"
|
|
1172
1180
|
},
|
|
1181
|
+
"no-start-agent": {
|
|
1182
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1183
|
+
"name": "no-start-agent",
|
|
1184
|
+
"allowNo": false,
|
|
1185
|
+
"type": "boolean"
|
|
1186
|
+
},
|
|
1173
1187
|
"timeout": {
|
|
1174
1188
|
"aliases": [
|
|
1175
1189
|
"t"
|
|
@@ -1201,28 +1215,27 @@
|
|
|
1201
1215
|
"multiple": false,
|
|
1202
1216
|
"type": "option"
|
|
1203
1217
|
},
|
|
1204
|
-
"
|
|
1205
|
-
"description": "
|
|
1206
|
-
"name": "
|
|
1207
|
-
"default": 1,
|
|
1218
|
+
"key": {
|
|
1219
|
+
"description": "Space key(s) head in hex.",
|
|
1220
|
+
"name": "key",
|
|
1208
1221
|
"hasDynamicHelp": false,
|
|
1209
|
-
"multiple":
|
|
1222
|
+
"multiple": true,
|
|
1210
1223
|
"type": "option"
|
|
1211
1224
|
},
|
|
1212
|
-
"
|
|
1213
|
-
"description": "
|
|
1214
|
-
"name": "
|
|
1215
|
-
"
|
|
1216
|
-
"
|
|
1225
|
+
"type": {
|
|
1226
|
+
"description": "Data type.",
|
|
1227
|
+
"name": "type",
|
|
1228
|
+
"hasDynamicHelp": false,
|
|
1229
|
+
"multiple": false,
|
|
1230
|
+
"type": "option"
|
|
1217
1231
|
}
|
|
1218
1232
|
},
|
|
1219
1233
|
"hasDynamicHelp": false,
|
|
1220
1234
|
"hiddenAliases": [],
|
|
1221
|
-
"id": "
|
|
1235
|
+
"id": "composer:query",
|
|
1222
1236
|
"pluginAlias": "@dxos/cli",
|
|
1223
1237
|
"pluginName": "@dxos/cli",
|
|
1224
1238
|
"pluginType": "core",
|
|
1225
|
-
"state": "deprecated",
|
|
1226
1239
|
"strict": true,
|
|
1227
1240
|
"enableJsonFlag": true,
|
|
1228
1241
|
"isESM": false,
|
|
@@ -1230,14 +1243,20 @@
|
|
|
1230
1243
|
"dist",
|
|
1231
1244
|
"src",
|
|
1232
1245
|
"commands",
|
|
1233
|
-
"
|
|
1234
|
-
"
|
|
1246
|
+
"composer",
|
|
1247
|
+
"query.js"
|
|
1235
1248
|
]
|
|
1236
1249
|
},
|
|
1237
|
-
"app:
|
|
1250
|
+
"app:create": {
|
|
1238
1251
|
"aliases": [],
|
|
1239
|
-
"args": {
|
|
1240
|
-
|
|
1252
|
+
"args": {
|
|
1253
|
+
"name": {
|
|
1254
|
+
"description": "App name.",
|
|
1255
|
+
"name": "name",
|
|
1256
|
+
"required": true
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
"description": "Manage applications (deprecated).",
|
|
1241
1260
|
"flags": {
|
|
1242
1261
|
"json": {
|
|
1243
1262
|
"description": "Output as JSON.",
|
|
@@ -1291,12 +1310,17 @@
|
|
|
1291
1310
|
"type": "option"
|
|
1292
1311
|
},
|
|
1293
1312
|
"no-agent": {
|
|
1294
|
-
"description": "Run command without
|
|
1295
|
-
"env": "DX_NO_AGENT",
|
|
1313
|
+
"description": "Run command without using an agent.",
|
|
1296
1314
|
"name": "no-agent",
|
|
1297
1315
|
"allowNo": false,
|
|
1298
1316
|
"type": "boolean"
|
|
1299
1317
|
},
|
|
1318
|
+
"no-start-agent": {
|
|
1319
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1320
|
+
"name": "no-start-agent",
|
|
1321
|
+
"allowNo": false,
|
|
1322
|
+
"type": "boolean"
|
|
1323
|
+
},
|
|
1300
1324
|
"timeout": {
|
|
1301
1325
|
"aliases": [
|
|
1302
1326
|
"t"
|
|
@@ -1328,37 +1352,38 @@
|
|
|
1328
1352
|
"multiple": false,
|
|
1329
1353
|
"type": "option"
|
|
1330
1354
|
},
|
|
1331
|
-
"
|
|
1332
|
-
"description": "
|
|
1333
|
-
"name": "
|
|
1355
|
+
"tag": {
|
|
1356
|
+
"description": "Git tag or branch of the DXOS repo to checkout.",
|
|
1357
|
+
"name": "tag",
|
|
1334
1358
|
"hasDynamicHelp": false,
|
|
1335
1359
|
"multiple": false,
|
|
1336
1360
|
"type": "option"
|
|
1337
1361
|
},
|
|
1338
|
-
"
|
|
1339
|
-
"
|
|
1340
|
-
"
|
|
1362
|
+
"template": {
|
|
1363
|
+
"char": "t",
|
|
1364
|
+
"description": "Template to use when creating the project.",
|
|
1365
|
+
"name": "template",
|
|
1366
|
+
"default": "hello",
|
|
1341
1367
|
"hasDynamicHelp": false,
|
|
1342
1368
|
"multiple": false,
|
|
1369
|
+
"options": [
|
|
1370
|
+
"hello",
|
|
1371
|
+
"bare",
|
|
1372
|
+
"tasks"
|
|
1373
|
+
],
|
|
1343
1374
|
"type": "option"
|
|
1344
1375
|
},
|
|
1345
|
-
"
|
|
1346
|
-
"
|
|
1347
|
-
"
|
|
1376
|
+
"interactive": {
|
|
1377
|
+
"char": "i",
|
|
1378
|
+
"description": "Customize app template options via interactive prompt.",
|
|
1379
|
+
"name": "interactive",
|
|
1348
1380
|
"allowNo": false,
|
|
1349
1381
|
"type": "boolean"
|
|
1350
|
-
},
|
|
1351
|
-
"version": {
|
|
1352
|
-
"description": "Version of modules to publish.",
|
|
1353
|
-
"name": "version",
|
|
1354
|
-
"hasDynamicHelp": false,
|
|
1355
|
-
"multiple": false,
|
|
1356
|
-
"type": "option"
|
|
1357
1382
|
}
|
|
1358
1383
|
},
|
|
1359
1384
|
"hasDynamicHelp": false,
|
|
1360
1385
|
"hiddenAliases": [],
|
|
1361
|
-
"id": "app:
|
|
1386
|
+
"id": "app:create",
|
|
1362
1387
|
"pluginAlias": "@dxos/cli",
|
|
1363
1388
|
"pluginName": "@dxos/cli",
|
|
1364
1389
|
"pluginType": "core",
|
|
@@ -1371,12 +1396,13 @@
|
|
|
1371
1396
|
"src",
|
|
1372
1397
|
"commands",
|
|
1373
1398
|
"app",
|
|
1374
|
-
"
|
|
1399
|
+
"create.js"
|
|
1375
1400
|
]
|
|
1376
1401
|
},
|
|
1377
|
-
"
|
|
1402
|
+
"app:list": {
|
|
1378
1403
|
"aliases": [],
|
|
1379
1404
|
"args": {},
|
|
1405
|
+
"description": "List apps.",
|
|
1380
1406
|
"flags": {
|
|
1381
1407
|
"json": {
|
|
1382
1408
|
"description": "Output as JSON.",
|
|
@@ -1430,12 +1456,17 @@
|
|
|
1430
1456
|
"type": "option"
|
|
1431
1457
|
},
|
|
1432
1458
|
"no-agent": {
|
|
1433
|
-
"description": "Run command without
|
|
1434
|
-
"env": "DX_NO_AGENT",
|
|
1459
|
+
"description": "Run command without using an agent.",
|
|
1435
1460
|
"name": "no-agent",
|
|
1436
1461
|
"allowNo": false,
|
|
1437
1462
|
"type": "boolean"
|
|
1438
1463
|
},
|
|
1464
|
+
"no-start-agent": {
|
|
1465
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1466
|
+
"name": "no-start-agent",
|
|
1467
|
+
"allowNo": false,
|
|
1468
|
+
"type": "boolean"
|
|
1469
|
+
},
|
|
1439
1470
|
"timeout": {
|
|
1440
1471
|
"aliases": [
|
|
1441
1472
|
"t"
|
|
@@ -1470,10 +1501,11 @@
|
|
|
1470
1501
|
},
|
|
1471
1502
|
"hasDynamicHelp": false,
|
|
1472
1503
|
"hiddenAliases": [],
|
|
1473
|
-
"id": "
|
|
1504
|
+
"id": "app:list",
|
|
1474
1505
|
"pluginAlias": "@dxos/cli",
|
|
1475
1506
|
"pluginName": "@dxos/cli",
|
|
1476
1507
|
"pluginType": "core",
|
|
1508
|
+
"state": "deprecated",
|
|
1477
1509
|
"strict": true,
|
|
1478
1510
|
"enableJsonFlag": true,
|
|
1479
1511
|
"isESM": false,
|
|
@@ -1481,19 +1513,20 @@
|
|
|
1481
1513
|
"dist",
|
|
1482
1514
|
"src",
|
|
1483
1515
|
"commands",
|
|
1484
|
-
"
|
|
1485
|
-
"
|
|
1516
|
+
"app",
|
|
1517
|
+
"list.js"
|
|
1486
1518
|
]
|
|
1487
1519
|
},
|
|
1488
|
-
"
|
|
1520
|
+
"app:open": {
|
|
1489
1521
|
"aliases": [],
|
|
1490
1522
|
"args": {
|
|
1491
|
-
"
|
|
1492
|
-
"
|
|
1523
|
+
"url": {
|
|
1524
|
+
"description": "App URL.",
|
|
1525
|
+
"name": "url",
|
|
1493
1526
|
"required": true
|
|
1494
1527
|
}
|
|
1495
1528
|
},
|
|
1496
|
-
"description": "
|
|
1529
|
+
"description": "Opens app with provided url and process device invitation.",
|
|
1497
1530
|
"flags": {
|
|
1498
1531
|
"json": {
|
|
1499
1532
|
"description": "Output as JSON.",
|
|
@@ -1547,12 +1580,17 @@
|
|
|
1547
1580
|
"type": "option"
|
|
1548
1581
|
},
|
|
1549
1582
|
"no-agent": {
|
|
1550
|
-
"description": "Run command without
|
|
1551
|
-
"env": "DX_NO_AGENT",
|
|
1583
|
+
"description": "Run command without using an agent.",
|
|
1552
1584
|
"name": "no-agent",
|
|
1553
1585
|
"allowNo": false,
|
|
1554
1586
|
"type": "boolean"
|
|
1555
1587
|
},
|
|
1588
|
+
"no-start-agent": {
|
|
1589
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1590
|
+
"name": "no-start-agent",
|
|
1591
|
+
"allowNo": false,
|
|
1592
|
+
"type": "boolean"
|
|
1593
|
+
},
|
|
1556
1594
|
"timeout": {
|
|
1557
1595
|
"aliases": [
|
|
1558
1596
|
"t"
|
|
@@ -1584,20 +1622,28 @@
|
|
|
1584
1622
|
"multiple": false,
|
|
1585
1623
|
"type": "option"
|
|
1586
1624
|
},
|
|
1587
|
-
"
|
|
1588
|
-
"description": "
|
|
1589
|
-
"name": "
|
|
1625
|
+
"instances": {
|
|
1626
|
+
"description": "Amount of test instances.",
|
|
1627
|
+
"name": "instances",
|
|
1628
|
+
"default": 1,
|
|
1590
1629
|
"hasDynamicHelp": false,
|
|
1591
|
-
"multiple":
|
|
1630
|
+
"multiple": false,
|
|
1592
1631
|
"type": "option"
|
|
1632
|
+
},
|
|
1633
|
+
"invite": {
|
|
1634
|
+
"description": "If `true` proceed device invitation for all instances.",
|
|
1635
|
+
"name": "invite",
|
|
1636
|
+
"allowNo": false,
|
|
1637
|
+
"type": "boolean"
|
|
1593
1638
|
}
|
|
1594
1639
|
},
|
|
1595
1640
|
"hasDynamicHelp": false,
|
|
1596
1641
|
"hiddenAliases": [],
|
|
1597
|
-
"id": "
|
|
1642
|
+
"id": "app:open",
|
|
1598
1643
|
"pluginAlias": "@dxos/cli",
|
|
1599
1644
|
"pluginName": "@dxos/cli",
|
|
1600
1645
|
"pluginType": "core",
|
|
1646
|
+
"state": "deprecated",
|
|
1601
1647
|
"strict": true,
|
|
1602
1648
|
"enableJsonFlag": true,
|
|
1603
1649
|
"isESM": false,
|
|
@@ -1605,14 +1651,14 @@
|
|
|
1605
1651
|
"dist",
|
|
1606
1652
|
"src",
|
|
1607
1653
|
"commands",
|
|
1608
|
-
"
|
|
1609
|
-
"
|
|
1654
|
+
"app",
|
|
1655
|
+
"open.js"
|
|
1610
1656
|
]
|
|
1611
1657
|
},
|
|
1612
|
-
"
|
|
1658
|
+
"app:publish": {
|
|
1613
1659
|
"aliases": [],
|
|
1614
1660
|
"args": {},
|
|
1615
|
-
"description": "
|
|
1661
|
+
"description": "Publish apps.",
|
|
1616
1662
|
"flags": {
|
|
1617
1663
|
"json": {
|
|
1618
1664
|
"description": "Output as JSON.",
|
|
@@ -1666,12 +1712,17 @@
|
|
|
1666
1712
|
"type": "option"
|
|
1667
1713
|
},
|
|
1668
1714
|
"no-agent": {
|
|
1669
|
-
"description": "Run command without
|
|
1670
|
-
"env": "DX_NO_AGENT",
|
|
1715
|
+
"description": "Run command without using an agent.",
|
|
1671
1716
|
"name": "no-agent",
|
|
1672
1717
|
"allowNo": false,
|
|
1673
1718
|
"type": "boolean"
|
|
1674
1719
|
},
|
|
1720
|
+
"no-start-agent": {
|
|
1721
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1722
|
+
"name": "no-start-agent",
|
|
1723
|
+
"allowNo": false,
|
|
1724
|
+
"type": "boolean"
|
|
1725
|
+
},
|
|
1675
1726
|
"timeout": {
|
|
1676
1727
|
"aliases": [
|
|
1677
1728
|
"t"
|
|
@@ -1703,16 +1754,29 @@
|
|
|
1703
1754
|
"multiple": false,
|
|
1704
1755
|
"type": "option"
|
|
1705
1756
|
},
|
|
1706
|
-
"
|
|
1707
|
-
"description": "
|
|
1708
|
-
"name": "
|
|
1757
|
+
"configPath": {
|
|
1758
|
+
"description": "Path to dx.yml",
|
|
1759
|
+
"name": "configPath",
|
|
1709
1760
|
"hasDynamicHelp": false,
|
|
1710
|
-
"multiple":
|
|
1761
|
+
"multiple": false,
|
|
1711
1762
|
"type": "option"
|
|
1712
1763
|
},
|
|
1713
|
-
"
|
|
1714
|
-
"description": "
|
|
1715
|
-
"name": "
|
|
1764
|
+
"accessToken": {
|
|
1765
|
+
"description": "Access token for publishing.",
|
|
1766
|
+
"name": "accessToken",
|
|
1767
|
+
"hasDynamicHelp": false,
|
|
1768
|
+
"multiple": false,
|
|
1769
|
+
"type": "option"
|
|
1770
|
+
},
|
|
1771
|
+
"skipExisting": {
|
|
1772
|
+
"description": "Do not update content on KUBE if version already exists.",
|
|
1773
|
+
"name": "skipExisting",
|
|
1774
|
+
"allowNo": false,
|
|
1775
|
+
"type": "boolean"
|
|
1776
|
+
},
|
|
1777
|
+
"version": {
|
|
1778
|
+
"description": "Version of modules to publish.",
|
|
1779
|
+
"name": "version",
|
|
1716
1780
|
"hasDynamicHelp": false,
|
|
1717
1781
|
"multiple": false,
|
|
1718
1782
|
"type": "option"
|
|
@@ -1720,10 +1784,11 @@
|
|
|
1720
1784
|
},
|
|
1721
1785
|
"hasDynamicHelp": false,
|
|
1722
1786
|
"hiddenAliases": [],
|
|
1723
|
-
"id": "
|
|
1787
|
+
"id": "app:publish",
|
|
1724
1788
|
"pluginAlias": "@dxos/cli",
|
|
1725
1789
|
"pluginName": "@dxos/cli",
|
|
1726
1790
|
"pluginType": "core",
|
|
1791
|
+
"state": "deprecated",
|
|
1727
1792
|
"strict": true,
|
|
1728
1793
|
"enableJsonFlag": true,
|
|
1729
1794
|
"isESM": false,
|
|
@@ -1731,8 +1796,8 @@
|
|
|
1731
1796
|
"dist",
|
|
1732
1797
|
"src",
|
|
1733
1798
|
"commands",
|
|
1734
|
-
"
|
|
1735
|
-
"
|
|
1799
|
+
"app",
|
|
1800
|
+
"publish.js"
|
|
1736
1801
|
]
|
|
1737
1802
|
},
|
|
1738
1803
|
"config": {
|
|
@@ -1792,12 +1857,17 @@
|
|
|
1792
1857
|
"type": "option"
|
|
1793
1858
|
},
|
|
1794
1859
|
"no-agent": {
|
|
1795
|
-
"description": "Run command without
|
|
1796
|
-
"env": "DX_NO_AGENT",
|
|
1860
|
+
"description": "Run command without using an agent.",
|
|
1797
1861
|
"name": "no-agent",
|
|
1798
1862
|
"allowNo": false,
|
|
1799
1863
|
"type": "boolean"
|
|
1800
1864
|
},
|
|
1865
|
+
"no-start-agent": {
|
|
1866
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1867
|
+
"name": "no-start-agent",
|
|
1868
|
+
"allowNo": false,
|
|
1869
|
+
"type": "boolean"
|
|
1870
|
+
},
|
|
1801
1871
|
"timeout": {
|
|
1802
1872
|
"aliases": [
|
|
1803
1873
|
"t"
|
|
@@ -1914,12 +1984,17 @@
|
|
|
1914
1984
|
"type": "option"
|
|
1915
1985
|
},
|
|
1916
1986
|
"no-agent": {
|
|
1917
|
-
"description": "Run command without
|
|
1918
|
-
"env": "DX_NO_AGENT",
|
|
1987
|
+
"description": "Run command without using an agent.",
|
|
1919
1988
|
"name": "no-agent",
|
|
1920
1989
|
"allowNo": false,
|
|
1921
1990
|
"type": "boolean"
|
|
1922
1991
|
},
|
|
1992
|
+
"no-start-agent": {
|
|
1993
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
1994
|
+
"name": "no-start-agent",
|
|
1995
|
+
"allowNo": false,
|
|
1996
|
+
"type": "boolean"
|
|
1997
|
+
},
|
|
1923
1998
|
"timeout": {
|
|
1924
1999
|
"aliases": [
|
|
1925
2000
|
"t"
|
|
@@ -2038,12 +2113,17 @@
|
|
|
2038
2113
|
"type": "option"
|
|
2039
2114
|
},
|
|
2040
2115
|
"no-agent": {
|
|
2041
|
-
"description": "Run command without
|
|
2042
|
-
"env": "DX_NO_AGENT",
|
|
2116
|
+
"description": "Run command without using an agent.",
|
|
2043
2117
|
"name": "no-agent",
|
|
2044
2118
|
"allowNo": false,
|
|
2045
2119
|
"type": "boolean"
|
|
2046
2120
|
},
|
|
2121
|
+
"no-start-agent": {
|
|
2122
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
2123
|
+
"name": "no-start-agent",
|
|
2124
|
+
"allowNo": false,
|
|
2125
|
+
"type": "boolean"
|
|
2126
|
+
},
|
|
2047
2127
|
"timeout": {
|
|
2048
2128
|
"aliases": [
|
|
2049
2129
|
"t"
|
|
@@ -2155,12 +2235,17 @@
|
|
|
2155
2235
|
"type": "option"
|
|
2156
2236
|
},
|
|
2157
2237
|
"no-agent": {
|
|
2158
|
-
"description": "Run command without
|
|
2159
|
-
"env": "DX_NO_AGENT",
|
|
2238
|
+
"description": "Run command without using an agent.",
|
|
2160
2239
|
"name": "no-agent",
|
|
2161
2240
|
"allowNo": false,
|
|
2162
2241
|
"type": "boolean"
|
|
2163
2242
|
},
|
|
2243
|
+
"no-start-agent": {
|
|
2244
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
2245
|
+
"name": "no-start-agent",
|
|
2246
|
+
"allowNo": false,
|
|
2247
|
+
"type": "boolean"
|
|
2248
|
+
},
|
|
2164
2249
|
"timeout": {
|
|
2165
2250
|
"aliases": [
|
|
2166
2251
|
"t"
|
|
@@ -2311,12 +2396,17 @@
|
|
|
2311
2396
|
"type": "option"
|
|
2312
2397
|
},
|
|
2313
2398
|
"no-agent": {
|
|
2314
|
-
"description": "Run command without
|
|
2315
|
-
"env": "DX_NO_AGENT",
|
|
2399
|
+
"description": "Run command without using an agent.",
|
|
2316
2400
|
"name": "no-agent",
|
|
2317
2401
|
"allowNo": false,
|
|
2318
2402
|
"type": "boolean"
|
|
2319
2403
|
},
|
|
2404
|
+
"no-start-agent": {
|
|
2405
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
2406
|
+
"name": "no-start-agent",
|
|
2407
|
+
"allowNo": false,
|
|
2408
|
+
"type": "boolean"
|
|
2409
|
+
},
|
|
2320
2410
|
"timeout": {
|
|
2321
2411
|
"aliases": [
|
|
2322
2412
|
"t"
|
|
@@ -2423,12 +2513,17 @@
|
|
|
2423
2513
|
"type": "option"
|
|
2424
2514
|
},
|
|
2425
2515
|
"no-agent": {
|
|
2426
|
-
"description": "Run command without
|
|
2427
|
-
"env": "DX_NO_AGENT",
|
|
2516
|
+
"description": "Run command without using an agent.",
|
|
2428
2517
|
"name": "no-agent",
|
|
2429
2518
|
"allowNo": false,
|
|
2430
2519
|
"type": "boolean"
|
|
2431
2520
|
},
|
|
2521
|
+
"no-start-agent": {
|
|
2522
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
2523
|
+
"name": "no-start-agent",
|
|
2524
|
+
"allowNo": false,
|
|
2525
|
+
"type": "boolean"
|
|
2526
|
+
},
|
|
2432
2527
|
"timeout": {
|
|
2433
2528
|
"aliases": [
|
|
2434
2529
|
"t"
|
|
@@ -2543,12 +2638,17 @@
|
|
|
2543
2638
|
"type": "option"
|
|
2544
2639
|
},
|
|
2545
2640
|
"no-agent": {
|
|
2546
|
-
"description": "Run command without
|
|
2547
|
-
"env": "DX_NO_AGENT",
|
|
2641
|
+
"description": "Run command without using an agent.",
|
|
2548
2642
|
"name": "no-agent",
|
|
2549
2643
|
"allowNo": false,
|
|
2550
2644
|
"type": "boolean"
|
|
2551
2645
|
},
|
|
2646
|
+
"no-start-agent": {
|
|
2647
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
2648
|
+
"name": "no-start-agent",
|
|
2649
|
+
"allowNo": false,
|
|
2650
|
+
"type": "boolean"
|
|
2651
|
+
},
|
|
2552
2652
|
"timeout": {
|
|
2553
2653
|
"aliases": [
|
|
2554
2654
|
"t"
|
|
@@ -2655,12 +2755,17 @@
|
|
|
2655
2755
|
"type": "option"
|
|
2656
2756
|
},
|
|
2657
2757
|
"no-agent": {
|
|
2658
|
-
"description": "Run command without
|
|
2659
|
-
"env": "DX_NO_AGENT",
|
|
2758
|
+
"description": "Run command without using an agent.",
|
|
2660
2759
|
"name": "no-agent",
|
|
2661
2760
|
"allowNo": false,
|
|
2662
2761
|
"type": "boolean"
|
|
2663
2762
|
},
|
|
2763
|
+
"no-start-agent": {
|
|
2764
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
2765
|
+
"name": "no-start-agent",
|
|
2766
|
+
"allowNo": false,
|
|
2767
|
+
"type": "boolean"
|
|
2768
|
+
},
|
|
2664
2769
|
"timeout": {
|
|
2665
2770
|
"aliases": [
|
|
2666
2771
|
"t"
|
|
@@ -2844,12 +2949,17 @@
|
|
|
2844
2949
|
"type": "option"
|
|
2845
2950
|
},
|
|
2846
2951
|
"no-agent": {
|
|
2847
|
-
"description": "Run command without
|
|
2848
|
-
"env": "DX_NO_AGENT",
|
|
2952
|
+
"description": "Run command without using an agent.",
|
|
2849
2953
|
"name": "no-agent",
|
|
2850
2954
|
"allowNo": false,
|
|
2851
2955
|
"type": "boolean"
|
|
2852
2956
|
},
|
|
2957
|
+
"no-start-agent": {
|
|
2958
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
2959
|
+
"name": "no-start-agent",
|
|
2960
|
+
"allowNo": false,
|
|
2961
|
+
"type": "boolean"
|
|
2962
|
+
},
|
|
2853
2963
|
"timeout": {
|
|
2854
2964
|
"aliases": [
|
|
2855
2965
|
"t"
|
|
@@ -2972,12 +3082,17 @@
|
|
|
2972
3082
|
"type": "option"
|
|
2973
3083
|
},
|
|
2974
3084
|
"no-agent": {
|
|
2975
|
-
"description": "Run command without
|
|
2976
|
-
"env": "DX_NO_AGENT",
|
|
3085
|
+
"description": "Run command without using an agent.",
|
|
2977
3086
|
"name": "no-agent",
|
|
2978
3087
|
"allowNo": false,
|
|
2979
3088
|
"type": "boolean"
|
|
2980
3089
|
},
|
|
3090
|
+
"no-start-agent": {
|
|
3091
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
3092
|
+
"name": "no-start-agent",
|
|
3093
|
+
"allowNo": false,
|
|
3094
|
+
"type": "boolean"
|
|
3095
|
+
},
|
|
2981
3096
|
"timeout": {
|
|
2982
3097
|
"aliases": [
|
|
2983
3098
|
"t"
|
|
@@ -3123,12 +3238,17 @@
|
|
|
3123
3238
|
"type": "option"
|
|
3124
3239
|
},
|
|
3125
3240
|
"no-agent": {
|
|
3126
|
-
"description": "Run command without
|
|
3127
|
-
"env": "DX_NO_AGENT",
|
|
3241
|
+
"description": "Run command without using an agent.",
|
|
3128
3242
|
"name": "no-agent",
|
|
3129
3243
|
"allowNo": false,
|
|
3130
3244
|
"type": "boolean"
|
|
3131
3245
|
},
|
|
3246
|
+
"no-start-agent": {
|
|
3247
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
3248
|
+
"name": "no-start-agent",
|
|
3249
|
+
"allowNo": false,
|
|
3250
|
+
"type": "boolean"
|
|
3251
|
+
},
|
|
3132
3252
|
"timeout": {
|
|
3133
3253
|
"aliases": [
|
|
3134
3254
|
"t"
|
|
@@ -3241,12 +3361,17 @@
|
|
|
3241
3361
|
"type": "option"
|
|
3242
3362
|
},
|
|
3243
3363
|
"no-agent": {
|
|
3244
|
-
"description": "Run command without
|
|
3245
|
-
"env": "DX_NO_AGENT",
|
|
3364
|
+
"description": "Run command without using an agent.",
|
|
3246
3365
|
"name": "no-agent",
|
|
3247
3366
|
"allowNo": false,
|
|
3248
3367
|
"type": "boolean"
|
|
3249
3368
|
},
|
|
3369
|
+
"no-start-agent": {
|
|
3370
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
3371
|
+
"name": "no-start-agent",
|
|
3372
|
+
"allowNo": false,
|
|
3373
|
+
"type": "boolean"
|
|
3374
|
+
},
|
|
3250
3375
|
"timeout": {
|
|
3251
3376
|
"aliases": [
|
|
3252
3377
|
"t"
|
|
@@ -3360,12 +3485,17 @@
|
|
|
3360
3485
|
"type": "option"
|
|
3361
3486
|
},
|
|
3362
3487
|
"no-agent": {
|
|
3363
|
-
"description": "Run command without
|
|
3364
|
-
"env": "DX_NO_AGENT",
|
|
3488
|
+
"description": "Run command without using an agent.",
|
|
3365
3489
|
"name": "no-agent",
|
|
3366
3490
|
"allowNo": false,
|
|
3367
3491
|
"type": "boolean"
|
|
3368
3492
|
},
|
|
3493
|
+
"no-start-agent": {
|
|
3494
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
3495
|
+
"name": "no-start-agent",
|
|
3496
|
+
"allowNo": false,
|
|
3497
|
+
"type": "boolean"
|
|
3498
|
+
},
|
|
3369
3499
|
"timeout": {
|
|
3370
3500
|
"aliases": [
|
|
3371
3501
|
"t"
|
|
@@ -3485,12 +3615,17 @@
|
|
|
3485
3615
|
"type": "option"
|
|
3486
3616
|
},
|
|
3487
3617
|
"no-agent": {
|
|
3488
|
-
"description": "Run command without
|
|
3489
|
-
"env": "DX_NO_AGENT",
|
|
3618
|
+
"description": "Run command without using an agent.",
|
|
3490
3619
|
"name": "no-agent",
|
|
3491
3620
|
"allowNo": false,
|
|
3492
3621
|
"type": "boolean"
|
|
3493
3622
|
},
|
|
3623
|
+
"no-start-agent": {
|
|
3624
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
3625
|
+
"name": "no-start-agent",
|
|
3626
|
+
"allowNo": false,
|
|
3627
|
+
"type": "boolean"
|
|
3628
|
+
},
|
|
3494
3629
|
"timeout": {
|
|
3495
3630
|
"aliases": [
|
|
3496
3631
|
"t"
|
|
@@ -3597,12 +3732,17 @@
|
|
|
3597
3732
|
"type": "option"
|
|
3598
3733
|
},
|
|
3599
3734
|
"no-agent": {
|
|
3600
|
-
"description": "Run command without
|
|
3601
|
-
"env": "DX_NO_AGENT",
|
|
3735
|
+
"description": "Run command without using an agent.",
|
|
3602
3736
|
"name": "no-agent",
|
|
3603
3737
|
"allowNo": false,
|
|
3604
3738
|
"type": "boolean"
|
|
3605
3739
|
},
|
|
3740
|
+
"no-start-agent": {
|
|
3741
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
3742
|
+
"name": "no-start-agent",
|
|
3743
|
+
"allowNo": false,
|
|
3744
|
+
"type": "boolean"
|
|
3745
|
+
},
|
|
3606
3746
|
"timeout": {
|
|
3607
3747
|
"description": "Timeout in seconds",
|
|
3608
3748
|
"name": "timeout",
|
|
@@ -3733,12 +3873,17 @@
|
|
|
3733
3873
|
"type": "option"
|
|
3734
3874
|
},
|
|
3735
3875
|
"no-agent": {
|
|
3736
|
-
"description": "Run command without
|
|
3737
|
-
"env": "DX_NO_AGENT",
|
|
3876
|
+
"description": "Run command without using an agent.",
|
|
3738
3877
|
"name": "no-agent",
|
|
3739
3878
|
"allowNo": false,
|
|
3740
3879
|
"type": "boolean"
|
|
3741
3880
|
},
|
|
3881
|
+
"no-start-agent": {
|
|
3882
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
3883
|
+
"name": "no-start-agent",
|
|
3884
|
+
"allowNo": false,
|
|
3885
|
+
"type": "boolean"
|
|
3886
|
+
},
|
|
3742
3887
|
"timeout": {
|
|
3743
3888
|
"aliases": [
|
|
3744
3889
|
"t"
|
|
@@ -3845,12 +3990,17 @@
|
|
|
3845
3990
|
"type": "option"
|
|
3846
3991
|
},
|
|
3847
3992
|
"no-agent": {
|
|
3848
|
-
"description": "Run command without
|
|
3849
|
-
"env": "DX_NO_AGENT",
|
|
3993
|
+
"description": "Run command without using an agent.",
|
|
3850
3994
|
"name": "no-agent",
|
|
3851
3995
|
"allowNo": false,
|
|
3852
3996
|
"type": "boolean"
|
|
3853
3997
|
},
|
|
3998
|
+
"no-start-agent": {
|
|
3999
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
4000
|
+
"name": "no-start-agent",
|
|
4001
|
+
"allowNo": false,
|
|
4002
|
+
"type": "boolean"
|
|
4003
|
+
},
|
|
3854
4004
|
"timeout": {
|
|
3855
4005
|
"aliases": [
|
|
3856
4006
|
"t"
|
|
@@ -3991,12 +4141,17 @@
|
|
|
3991
4141
|
"type": "option"
|
|
3992
4142
|
},
|
|
3993
4143
|
"no-agent": {
|
|
3994
|
-
"description": "Run command without
|
|
3995
|
-
"env": "DX_NO_AGENT",
|
|
4144
|
+
"description": "Run command without using an agent.",
|
|
3996
4145
|
"name": "no-agent",
|
|
3997
4146
|
"allowNo": false,
|
|
3998
4147
|
"type": "boolean"
|
|
3999
4148
|
},
|
|
4149
|
+
"no-start-agent": {
|
|
4150
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
4151
|
+
"name": "no-start-agent",
|
|
4152
|
+
"allowNo": false,
|
|
4153
|
+
"type": "boolean"
|
|
4154
|
+
},
|
|
4000
4155
|
"timeout": {
|
|
4001
4156
|
"aliases": [
|
|
4002
4157
|
"t"
|
|
@@ -4110,12 +4265,17 @@
|
|
|
4110
4265
|
"type": "option"
|
|
4111
4266
|
},
|
|
4112
4267
|
"no-agent": {
|
|
4113
|
-
"description": "Run command without
|
|
4114
|
-
"env": "DX_NO_AGENT",
|
|
4268
|
+
"description": "Run command without using an agent.",
|
|
4115
4269
|
"name": "no-agent",
|
|
4116
4270
|
"allowNo": false,
|
|
4117
4271
|
"type": "boolean"
|
|
4118
4272
|
},
|
|
4273
|
+
"no-start-agent": {
|
|
4274
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
4275
|
+
"name": "no-start-agent",
|
|
4276
|
+
"allowNo": false,
|
|
4277
|
+
"type": "boolean"
|
|
4278
|
+
},
|
|
4119
4279
|
"timeout": {
|
|
4120
4280
|
"aliases": [
|
|
4121
4281
|
"t"
|
|
@@ -4234,12 +4394,17 @@
|
|
|
4234
4394
|
"type": "option"
|
|
4235
4395
|
},
|
|
4236
4396
|
"no-agent": {
|
|
4237
|
-
"description": "Run command without
|
|
4238
|
-
"env": "DX_NO_AGENT",
|
|
4397
|
+
"description": "Run command without using an agent.",
|
|
4239
4398
|
"name": "no-agent",
|
|
4240
4399
|
"allowNo": false,
|
|
4241
4400
|
"type": "boolean"
|
|
4242
4401
|
},
|
|
4402
|
+
"no-start-agent": {
|
|
4403
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
4404
|
+
"name": "no-start-agent",
|
|
4405
|
+
"allowNo": false,
|
|
4406
|
+
"type": "boolean"
|
|
4407
|
+
},
|
|
4243
4408
|
"timeout": {
|
|
4244
4409
|
"aliases": [
|
|
4245
4410
|
"t"
|
|
@@ -4351,12 +4516,17 @@
|
|
|
4351
4516
|
"type": "option"
|
|
4352
4517
|
},
|
|
4353
4518
|
"no-agent": {
|
|
4354
|
-
"description": "Run command without
|
|
4355
|
-
"env": "DX_NO_AGENT",
|
|
4519
|
+
"description": "Run command without using an agent.",
|
|
4356
4520
|
"name": "no-agent",
|
|
4357
4521
|
"allowNo": false,
|
|
4358
4522
|
"type": "boolean"
|
|
4359
4523
|
},
|
|
4524
|
+
"no-start-agent": {
|
|
4525
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
4526
|
+
"name": "no-start-agent",
|
|
4527
|
+
"allowNo": false,
|
|
4528
|
+
"type": "boolean"
|
|
4529
|
+
},
|
|
4360
4530
|
"timeout": {
|
|
4361
4531
|
"aliases": [
|
|
4362
4532
|
"t"
|
|
@@ -4467,12 +4637,17 @@
|
|
|
4467
4637
|
"type": "option"
|
|
4468
4638
|
},
|
|
4469
4639
|
"no-agent": {
|
|
4470
|
-
"description": "Run command without
|
|
4471
|
-
"env": "DX_NO_AGENT",
|
|
4640
|
+
"description": "Run command without using an agent.",
|
|
4472
4641
|
"name": "no-agent",
|
|
4473
4642
|
"allowNo": false,
|
|
4474
4643
|
"type": "boolean"
|
|
4475
4644
|
},
|
|
4645
|
+
"no-start-agent": {
|
|
4646
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
4647
|
+
"name": "no-start-agent",
|
|
4648
|
+
"allowNo": false,
|
|
4649
|
+
"type": "boolean"
|
|
4650
|
+
},
|
|
4476
4651
|
"timeout": {
|
|
4477
4652
|
"aliases": [
|
|
4478
4653
|
"t"
|
|
@@ -4584,12 +4759,17 @@
|
|
|
4584
4759
|
"type": "option"
|
|
4585
4760
|
},
|
|
4586
4761
|
"no-agent": {
|
|
4587
|
-
"description": "Run command without
|
|
4588
|
-
"env": "DX_NO_AGENT",
|
|
4762
|
+
"description": "Run command without using an agent.",
|
|
4589
4763
|
"name": "no-agent",
|
|
4590
4764
|
"allowNo": false,
|
|
4591
4765
|
"type": "boolean"
|
|
4592
4766
|
},
|
|
4767
|
+
"no-start-agent": {
|
|
4768
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
4769
|
+
"name": "no-start-agent",
|
|
4770
|
+
"allowNo": false,
|
|
4771
|
+
"type": "boolean"
|
|
4772
|
+
},
|
|
4593
4773
|
"timeout": {
|
|
4594
4774
|
"aliases": [
|
|
4595
4775
|
"t"
|
|
@@ -4701,12 +4881,17 @@
|
|
|
4701
4881
|
"type": "option"
|
|
4702
4882
|
},
|
|
4703
4883
|
"no-agent": {
|
|
4704
|
-
"description": "Run command without
|
|
4705
|
-
"env": "DX_NO_AGENT",
|
|
4884
|
+
"description": "Run command without using an agent.",
|
|
4706
4885
|
"name": "no-agent",
|
|
4707
4886
|
"allowNo": false,
|
|
4708
4887
|
"type": "boolean"
|
|
4709
4888
|
},
|
|
4889
|
+
"no-start-agent": {
|
|
4890
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
4891
|
+
"name": "no-start-agent",
|
|
4892
|
+
"allowNo": false,
|
|
4893
|
+
"type": "boolean"
|
|
4894
|
+
},
|
|
4710
4895
|
"timeout": {
|
|
4711
4896
|
"aliases": [
|
|
4712
4897
|
"t"
|
|
@@ -4813,12 +4998,17 @@
|
|
|
4813
4998
|
"type": "option"
|
|
4814
4999
|
},
|
|
4815
5000
|
"no-agent": {
|
|
4816
|
-
"description": "Run command without
|
|
4817
|
-
"env": "DX_NO_AGENT",
|
|
5001
|
+
"description": "Run command without using an agent.",
|
|
4818
5002
|
"name": "no-agent",
|
|
4819
5003
|
"allowNo": false,
|
|
4820
5004
|
"type": "boolean"
|
|
4821
5005
|
},
|
|
5006
|
+
"no-start-agent": {
|
|
5007
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
5008
|
+
"name": "no-start-agent",
|
|
5009
|
+
"allowNo": false,
|
|
5010
|
+
"type": "boolean"
|
|
5011
|
+
},
|
|
4822
5012
|
"timeout": {
|
|
4823
5013
|
"aliases": [
|
|
4824
5014
|
"t"
|
|
@@ -4939,12 +5129,17 @@
|
|
|
4939
5129
|
"type": "option"
|
|
4940
5130
|
},
|
|
4941
5131
|
"no-agent": {
|
|
4942
|
-
"description": "Run command without
|
|
4943
|
-
"env": "DX_NO_AGENT",
|
|
5132
|
+
"description": "Run command without using an agent.",
|
|
4944
5133
|
"name": "no-agent",
|
|
4945
5134
|
"allowNo": false,
|
|
4946
5135
|
"type": "boolean"
|
|
4947
5136
|
},
|
|
5137
|
+
"no-start-agent": {
|
|
5138
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
5139
|
+
"name": "no-start-agent",
|
|
5140
|
+
"allowNo": false,
|
|
5141
|
+
"type": "boolean"
|
|
5142
|
+
},
|
|
4948
5143
|
"timeout": {
|
|
4949
5144
|
"aliases": [
|
|
4950
5145
|
"t"
|
|
@@ -5139,12 +5334,17 @@
|
|
|
5139
5334
|
"type": "option"
|
|
5140
5335
|
},
|
|
5141
5336
|
"no-agent": {
|
|
5142
|
-
"description": "Run command without
|
|
5143
|
-
"env": "DX_NO_AGENT",
|
|
5337
|
+
"description": "Run command without using an agent.",
|
|
5144
5338
|
"name": "no-agent",
|
|
5145
5339
|
"allowNo": false,
|
|
5146
5340
|
"type": "boolean"
|
|
5147
5341
|
},
|
|
5342
|
+
"no-start-agent": {
|
|
5343
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
5344
|
+
"name": "no-start-agent",
|
|
5345
|
+
"allowNo": false,
|
|
5346
|
+
"type": "boolean"
|
|
5347
|
+
},
|
|
5148
5348
|
"timeout": {
|
|
5149
5349
|
"aliases": [
|
|
5150
5350
|
"t"
|
|
@@ -5333,12 +5533,17 @@
|
|
|
5333
5533
|
"type": "option"
|
|
5334
5534
|
},
|
|
5335
5535
|
"no-agent": {
|
|
5336
|
-
"description": "Run command without
|
|
5337
|
-
"env": "DX_NO_AGENT",
|
|
5536
|
+
"description": "Run command without using an agent.",
|
|
5338
5537
|
"name": "no-agent",
|
|
5339
5538
|
"allowNo": false,
|
|
5340
5539
|
"type": "boolean"
|
|
5341
5540
|
},
|
|
5541
|
+
"no-start-agent": {
|
|
5542
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
5543
|
+
"name": "no-start-agent",
|
|
5544
|
+
"allowNo": false,
|
|
5545
|
+
"type": "boolean"
|
|
5546
|
+
},
|
|
5342
5547
|
"timeout": {
|
|
5343
5548
|
"aliases": [
|
|
5344
5549
|
"t"
|
|
@@ -5450,12 +5655,17 @@
|
|
|
5450
5655
|
"type": "option"
|
|
5451
5656
|
},
|
|
5452
5657
|
"no-agent": {
|
|
5453
|
-
"description": "Run command without
|
|
5454
|
-
"env": "DX_NO_AGENT",
|
|
5658
|
+
"description": "Run command without using an agent.",
|
|
5455
5659
|
"name": "no-agent",
|
|
5456
5660
|
"allowNo": false,
|
|
5457
5661
|
"type": "boolean"
|
|
5458
5662
|
},
|
|
5663
|
+
"no-start-agent": {
|
|
5664
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
5665
|
+
"name": "no-start-agent",
|
|
5666
|
+
"allowNo": false,
|
|
5667
|
+
"type": "boolean"
|
|
5668
|
+
},
|
|
5459
5669
|
"timeout": {
|
|
5460
5670
|
"aliases": [
|
|
5461
5671
|
"t"
|
|
@@ -5486,19 +5696,6 @@
|
|
|
5486
5696
|
"hasDynamicHelp": false,
|
|
5487
5697
|
"multiple": false,
|
|
5488
5698
|
"type": "option"
|
|
5489
|
-
},
|
|
5490
|
-
"data": {
|
|
5491
|
-
"description": "Print serialized object representation.",
|
|
5492
|
-
"name": "data",
|
|
5493
|
-
"allowNo": false,
|
|
5494
|
-
"type": "boolean"
|
|
5495
|
-
},
|
|
5496
|
-
"typename": {
|
|
5497
|
-
"description": "Filter objects by typename.",
|
|
5498
|
-
"name": "typename",
|
|
5499
|
-
"hasDynamicHelp": false,
|
|
5500
|
-
"multiple": false,
|
|
5501
|
-
"type": "option"
|
|
5502
5699
|
}
|
|
5503
5700
|
},
|
|
5504
5701
|
"hasDynamicHelp": false,
|
|
@@ -5580,12 +5777,17 @@
|
|
|
5580
5777
|
"type": "option"
|
|
5581
5778
|
},
|
|
5582
5779
|
"no-agent": {
|
|
5583
|
-
"description": "Run command without
|
|
5584
|
-
"env": "DX_NO_AGENT",
|
|
5780
|
+
"description": "Run command without using an agent.",
|
|
5585
5781
|
"name": "no-agent",
|
|
5586
5782
|
"allowNo": false,
|
|
5587
5783
|
"type": "boolean"
|
|
5588
5784
|
},
|
|
5785
|
+
"no-start-agent": {
|
|
5786
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
5787
|
+
"name": "no-start-agent",
|
|
5788
|
+
"allowNo": false,
|
|
5789
|
+
"type": "boolean"
|
|
5790
|
+
},
|
|
5589
5791
|
"timeout": {
|
|
5590
5792
|
"aliases": [
|
|
5591
5793
|
"t"
|
|
@@ -5738,12 +5940,17 @@
|
|
|
5738
5940
|
"type": "option"
|
|
5739
5941
|
},
|
|
5740
5942
|
"no-agent": {
|
|
5741
|
-
"description": "Run command without
|
|
5742
|
-
"env": "DX_NO_AGENT",
|
|
5943
|
+
"description": "Run command without using an agent.",
|
|
5743
5944
|
"name": "no-agent",
|
|
5744
5945
|
"allowNo": false,
|
|
5745
5946
|
"type": "boolean"
|
|
5746
5947
|
},
|
|
5948
|
+
"no-start-agent": {
|
|
5949
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
5950
|
+
"name": "no-start-agent",
|
|
5951
|
+
"allowNo": false,
|
|
5952
|
+
"type": "boolean"
|
|
5953
|
+
},
|
|
5747
5954
|
"timeout": {
|
|
5748
5955
|
"aliases": [
|
|
5749
5956
|
"t"
|
|
@@ -5778,7 +5985,7 @@
|
|
|
5778
5985
|
"name": {
|
|
5779
5986
|
"description": "Tunnel name",
|
|
5780
5987
|
"name": "name",
|
|
5781
|
-
"default": "
|
|
5988
|
+
"default": "sink-east-hydrogen-sweet",
|
|
5782
5989
|
"hasDynamicHelp": false,
|
|
5783
5990
|
"multiple": false,
|
|
5784
5991
|
"type": "option"
|
|
@@ -5859,12 +6066,17 @@
|
|
|
5859
6066
|
"type": "option"
|
|
5860
6067
|
},
|
|
5861
6068
|
"no-agent": {
|
|
5862
|
-
"description": "Run command without
|
|
5863
|
-
"env": "DX_NO_AGENT",
|
|
6069
|
+
"description": "Run command without using an agent.",
|
|
5864
6070
|
"name": "no-agent",
|
|
5865
6071
|
"allowNo": false,
|
|
5866
6072
|
"type": "boolean"
|
|
5867
6073
|
},
|
|
6074
|
+
"no-start-agent": {
|
|
6075
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
6076
|
+
"name": "no-start-agent",
|
|
6077
|
+
"allowNo": false,
|
|
6078
|
+
"type": "boolean"
|
|
6079
|
+
},
|
|
5868
6080
|
"timeout": {
|
|
5869
6081
|
"aliases": [
|
|
5870
6082
|
"t"
|
|
@@ -5978,12 +6190,17 @@
|
|
|
5978
6190
|
"type": "option"
|
|
5979
6191
|
},
|
|
5980
6192
|
"no-agent": {
|
|
5981
|
-
"description": "Run command without
|
|
5982
|
-
"env": "DX_NO_AGENT",
|
|
6193
|
+
"description": "Run command without using an agent.",
|
|
5983
6194
|
"name": "no-agent",
|
|
5984
6195
|
"allowNo": false,
|
|
5985
6196
|
"type": "boolean"
|
|
5986
6197
|
},
|
|
6198
|
+
"no-start-agent": {
|
|
6199
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
6200
|
+
"name": "no-start-agent",
|
|
6201
|
+
"allowNo": false,
|
|
6202
|
+
"type": "boolean"
|
|
6203
|
+
},
|
|
5987
6204
|
"timeout": {
|
|
5988
6205
|
"aliases": [
|
|
5989
6206
|
"t"
|
|
@@ -6091,12 +6308,17 @@
|
|
|
6091
6308
|
"type": "option"
|
|
6092
6309
|
},
|
|
6093
6310
|
"no-agent": {
|
|
6094
|
-
"description": "Run command without
|
|
6095
|
-
"env": "DX_NO_AGENT",
|
|
6311
|
+
"description": "Run command without using an agent.",
|
|
6096
6312
|
"name": "no-agent",
|
|
6097
6313
|
"allowNo": false,
|
|
6098
6314
|
"type": "boolean"
|
|
6099
6315
|
},
|
|
6316
|
+
"no-start-agent": {
|
|
6317
|
+
"description": "Do not automatically start an agent if one is not running.",
|
|
6318
|
+
"name": "no-start-agent",
|
|
6319
|
+
"allowNo": false,
|
|
6320
|
+
"type": "boolean"
|
|
6321
|
+
},
|
|
6100
6322
|
"timeout": {
|
|
6101
6323
|
"description": "Time in milliseconds to wait for at least one credential before listing.",
|
|
6102
6324
|
"name": "timeout",
|
|
@@ -6237,5 +6459,5 @@
|
|
|
6237
6459
|
]
|
|
6238
6460
|
}
|
|
6239
6461
|
},
|
|
6240
|
-
"version": "0.5.3-main.
|
|
6462
|
+
"version": "0.5.3-main.2ad0afc"
|
|
6241
6463
|
}
|