@dxos/cli 0.5.3-next.57eca40 → 0.5.3-next.63cdcad
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 +4 -2
- package/dist/src/base.d.ts.map +1 -1
- package/dist/src/base.js +56 -14
- package/dist/src/base.js.map +1 -1
- package/dist/src/commands/agent/agent.test.js.map +1 -1
- package/dist/src/commands/agent/invitations.d.ts +0 -1
- package/dist/src/commands/agent/invitations.d.ts.map +1 -1
- package/dist/src/commands/agent/invitations.js.map +1 -1
- package/dist/src/commands/agent/list.d.ts +0 -1
- package/dist/src/commands/agent/list.d.ts.map +1 -1
- package/dist/src/commands/agent/list.js.map +1 -1
- package/dist/src/commands/agent/restart.d.ts +0 -1
- package/dist/src/commands/agent/restart.d.ts.map +1 -1
- package/dist/src/commands/agent/restart.js.map +1 -1
- package/dist/src/commands/agent/start.d.ts +0 -1
- package/dist/src/commands/agent/start.d.ts.map +1 -1
- package/dist/src/commands/agent/start.js.map +1 -1
- package/dist/src/commands/agent/status.d.ts +0 -1
- package/dist/src/commands/agent/status.d.ts.map +1 -1
- package/dist/src/commands/agent/status.js +0 -6
- package/dist/src/commands/agent/status.js.map +1 -1
- package/dist/src/commands/agent/stop.d.ts +0 -1
- package/dist/src/commands/agent/stop.d.ts.map +1 -1
- package/dist/src/commands/agent/stop.js.map +1 -1
- package/dist/src/commands/app/create.d.ts +0 -1
- package/dist/src/commands/app/create.d.ts.map +1 -1
- package/dist/src/commands/app/create.js.map +1 -1
- package/dist/src/commands/app/open.d.ts +0 -1
- package/dist/src/commands/app/open.d.ts.map +1 -1
- package/dist/src/commands/app/open.js.map +1 -1
- package/dist/src/commands/app/publish.d.ts +0 -1
- package/dist/src/commands/app/publish.d.ts.map +1 -1
- package/dist/src/commands/app/publish.js +7 -2
- package/dist/src/commands/app/publish.js.map +1 -1
- package/dist/src/commands/composer/base.d.ts.map +1 -1
- package/dist/src/commands/composer/base.js +8 -13
- package/dist/src/commands/composer/base.js.map +1 -1
- package/dist/src/commands/composer/import.d.ts +1 -2
- 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 +0 -1
- package/dist/src/commands/composer/query.d.ts.map +1 -1
- package/dist/src/commands/composer/query.js +10 -1
- package/dist/src/commands/composer/query.js.map +1 -1
- package/dist/src/commands/composer/upload.d.ts +24 -0
- package/dist/src/commands/composer/upload.d.ts.map +1 -0
- package/dist/src/commands/composer/upload.js +42 -0
- package/dist/src/commands/composer/upload.js.map +1 -0
- package/dist/src/commands/config/index.js.map +1 -1
- package/dist/src/commands/debug/diagnostics.d.ts +0 -1
- package/dist/src/commands/debug/diagnostics.d.ts.map +1 -1
- package/dist/src/commands/debug/generate.d.ts +0 -1
- package/dist/src/commands/debug/generate.d.ts.map +1 -1
- package/dist/src/commands/debug/generate.js.map +1 -1
- package/dist/src/commands/debug/metrics.js.map +1 -1
- package/dist/src/commands/debug/status.d.ts +0 -1
- package/dist/src/commands/debug/status.d.ts.map +1 -1
- package/dist/src/commands/device/info.js.map +1 -1
- package/dist/src/commands/device/list.d.ts +0 -1
- package/dist/src/commands/device/list.d.ts.map +1 -1
- package/dist/src/commands/device/update.d.ts +0 -1
- package/dist/src/commands/device/update.d.ts.map +1 -1
- package/dist/src/commands/function/dev.d.ts +0 -1
- package/dist/src/commands/function/dev.d.ts.map +1 -1
- package/dist/src/commands/function/dev.js +3 -2
- package/dist/src/commands/function/dev.js.map +1 -1
- package/dist/src/commands/function/logs.js.map +1 -1
- package/dist/src/commands/halo/create.d.ts +0 -1
- package/dist/src/commands/halo/create.d.ts.map +1 -1
- package/dist/src/commands/halo/create.js.map +1 -1
- package/dist/src/commands/halo/credential/add.js.map +1 -1
- package/dist/src/commands/halo/credential/list.d.ts +0 -1
- package/dist/src/commands/halo/credential/list.d.ts.map +1 -1
- package/dist/src/commands/halo/credential/list.js.map +1 -1
- package/dist/src/commands/halo/identity.js.map +1 -1
- package/dist/src/commands/halo/join.d.ts +0 -1
- package/dist/src/commands/halo/join.d.ts.map +1 -1
- package/dist/src/commands/halo/join.js.map +1 -1
- package/dist/src/commands/halo/share.d.ts +0 -1
- package/dist/src/commands/halo/share.d.ts.map +1 -1
- package/dist/src/commands/halo/share.js.map +1 -1
- package/dist/src/commands/halo/update.d.ts +0 -1
- package/dist/src/commands/halo/update.d.ts.map +1 -1
- package/dist/src/commands/halo/update.js.map +1 -1
- package/dist/src/commands/reset/index.d.ts +0 -1
- package/dist/src/commands/reset/index.d.ts.map +1 -1
- package/dist/src/commands/reset/index.js.map +1 -1
- package/dist/src/commands/shell/index.js.map +1 -1
- package/dist/src/commands/space/info.js.map +1 -1
- package/dist/src/commands/space/join.d.ts +0 -1
- package/dist/src/commands/space/join.d.ts.map +1 -1
- package/dist/src/commands/space/join.js.map +1 -1
- package/dist/src/commands/space/list.d.ts +0 -1
- package/dist/src/commands/space/list.d.ts.map +1 -1
- package/dist/src/commands/space/list.js.map +1 -1
- package/dist/src/commands/space/members.d.ts +0 -1
- package/dist/src/commands/space/members.d.ts.map +1 -1
- package/dist/src/commands/space/members.js.map +1 -1
- package/dist/src/commands/space/query.d.ts +16 -0
- package/dist/src/commands/space/query.d.ts.map +1 -1
- package/dist/src/commands/space/query.js +23 -14
- package/dist/src/commands/space/query.js.map +1 -1
- package/dist/src/commands/space/share.d.ts +0 -1
- package/dist/src/commands/space/share.d.ts.map +1 -1
- package/dist/src/commands/space/share.js.map +1 -1
- package/dist/src/commands/tunnel/index.d.ts +0 -1
- package/dist/src/commands/tunnel/index.d.ts.map +1 -1
- package/dist/src/commands/tunnel/list.js.map +1 -1
- package/dist/src/components/App.js.map +1 -1
- package/dist/src/components/SpaceTable.js.map +1 -1
- package/dist/src/components/SystemTable.js.map +1 -1
- package/dist/src/help.js.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/dist/src/util/agents.js.map +1 -1
- package/dist/src/util/invitations.d.ts +9 -9
- package/dist/src/util/invitations.d.ts.map +1 -1
- package/dist/src/util/invitations.js.map +1 -1
- package/dist/src/util/provider/digital-ocean.js.map +1 -1
- package/dist/src/util/publish/build.js.map +1 -1
- package/dist/src/util/publish/ipfs-upload.d.ts +3 -4
- package/dist/src/util/publish/ipfs-upload.d.ts.map +1 -1
- package/dist/src/util/publish/ipfs-upload.js +7 -12
- package/dist/src/util/publish/ipfs-upload.js.map +1 -1
- package/dist/src/util/publish/publish.d.ts +5 -8
- package/dist/src/util/publish/publish.d.ts.map +1 -1
- package/dist/src/util/publish/publish.js +41 -34
- package/dist/src/util/publish/publish.js.map +1 -1
- package/dist/src/util/publish/publisher-rpc-peer.js.map +1 -1
- package/dist/src/util/spaces.d.ts +1 -1
- package/dist/src/util/spaces.d.ts.map +1 -1
- package/dist/src/util/spaces.js +2 -2
- package/dist/src/util/spaces.js.map +1 -1
- package/dist/src/util/supervisor/supervisor-rpc-peer.js.map +1 -1
- package/dist/src/util/testing.js.map +1 -1
- package/dist/src/util/tree.js.map +1 -1
- package/dist/src/util/tunnel/tunnel-rpc-peer.js.map +1 -1
- package/oclif.manifest.json +346 -442
- package/package.json +31 -35
package/oclif.manifest.json
CHANGED
|
@@ -57,17 +57,12 @@
|
|
|
57
57
|
"type": "option"
|
|
58
58
|
},
|
|
59
59
|
"no-agent": {
|
|
60
|
-
"description": "Run command without
|
|
60
|
+
"description": "Run command without starting an agent.",
|
|
61
|
+
"env": "DX_NO_AGENT",
|
|
61
62
|
"name": "no-agent",
|
|
62
63
|
"allowNo": false,
|
|
63
64
|
"type": "boolean"
|
|
64
65
|
},
|
|
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
|
-
},
|
|
71
66
|
"timeout": {
|
|
72
67
|
"aliases": [
|
|
73
68
|
"t"
|
|
@@ -180,17 +175,12 @@
|
|
|
180
175
|
"type": "option"
|
|
181
176
|
},
|
|
182
177
|
"no-agent": {
|
|
183
|
-
"description": "Run command without
|
|
178
|
+
"description": "Run command without starting an agent.",
|
|
179
|
+
"env": "DX_NO_AGENT",
|
|
184
180
|
"name": "no-agent",
|
|
185
181
|
"allowNo": false,
|
|
186
182
|
"type": "boolean"
|
|
187
183
|
},
|
|
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
|
-
},
|
|
194
184
|
"timeout": {
|
|
195
185
|
"aliases": [
|
|
196
186
|
"t"
|
|
@@ -386,17 +376,12 @@
|
|
|
386
376
|
"type": "option"
|
|
387
377
|
},
|
|
388
378
|
"no-agent": {
|
|
389
|
-
"description": "Run command without
|
|
379
|
+
"description": "Run command without starting an agent.",
|
|
380
|
+
"env": "DX_NO_AGENT",
|
|
390
381
|
"name": "no-agent",
|
|
391
382
|
"allowNo": false,
|
|
392
383
|
"type": "boolean"
|
|
393
384
|
},
|
|
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
|
-
},
|
|
400
385
|
"timeout": {
|
|
401
386
|
"aliases": [
|
|
402
387
|
"t"
|
|
@@ -521,17 +506,12 @@
|
|
|
521
506
|
"type": "option"
|
|
522
507
|
},
|
|
523
508
|
"no-agent": {
|
|
524
|
-
"description": "Run command without
|
|
509
|
+
"description": "Run command without starting an agent.",
|
|
510
|
+
"env": "DX_NO_AGENT",
|
|
525
511
|
"name": "no-agent",
|
|
526
512
|
"allowNo": false,
|
|
527
513
|
"type": "boolean"
|
|
528
514
|
},
|
|
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
|
-
},
|
|
535
515
|
"timeout": {
|
|
536
516
|
"aliases": [
|
|
537
517
|
"t"
|
|
@@ -676,17 +656,12 @@
|
|
|
676
656
|
"type": "option"
|
|
677
657
|
},
|
|
678
658
|
"no-agent": {
|
|
679
|
-
"description": "Run command without
|
|
659
|
+
"description": "Run command without starting an agent.",
|
|
660
|
+
"env": "DX_NO_AGENT",
|
|
680
661
|
"name": "no-agent",
|
|
681
662
|
"allowNo": false,
|
|
682
663
|
"type": "boolean"
|
|
683
664
|
},
|
|
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
|
-
},
|
|
690
665
|
"timeout": {
|
|
691
666
|
"aliases": [
|
|
692
667
|
"t"
|
|
@@ -793,17 +768,12 @@
|
|
|
793
768
|
"type": "option"
|
|
794
769
|
},
|
|
795
770
|
"no-agent": {
|
|
796
|
-
"description": "Run command without
|
|
771
|
+
"description": "Run command without starting an agent.",
|
|
772
|
+
"env": "DX_NO_AGENT",
|
|
797
773
|
"name": "no-agent",
|
|
798
774
|
"allowNo": false,
|
|
799
775
|
"type": "boolean"
|
|
800
776
|
},
|
|
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
|
-
},
|
|
807
777
|
"timeout": {
|
|
808
778
|
"aliases": [
|
|
809
779
|
"t"
|
|
@@ -871,9 +841,16 @@
|
|
|
871
841
|
"stop.js"
|
|
872
842
|
]
|
|
873
843
|
},
|
|
874
|
-
"
|
|
844
|
+
"app:create": {
|
|
875
845
|
"aliases": [],
|
|
876
|
-
"args": {
|
|
846
|
+
"args": {
|
|
847
|
+
"name": {
|
|
848
|
+
"description": "App name.",
|
|
849
|
+
"name": "name",
|
|
850
|
+
"required": true
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
"description": "Manage applications (deprecated).",
|
|
877
854
|
"flags": {
|
|
878
855
|
"json": {
|
|
879
856
|
"description": "Output as JSON.",
|
|
@@ -927,17 +904,12 @@
|
|
|
927
904
|
"type": "option"
|
|
928
905
|
},
|
|
929
906
|
"no-agent": {
|
|
930
|
-
"description": "Run command without
|
|
907
|
+
"description": "Run command without starting an agent.",
|
|
908
|
+
"env": "DX_NO_AGENT",
|
|
931
909
|
"name": "no-agent",
|
|
932
910
|
"allowNo": false,
|
|
933
911
|
"type": "boolean"
|
|
934
912
|
},
|
|
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
|
-
},
|
|
941
913
|
"timeout": {
|
|
942
914
|
"aliases": [
|
|
943
915
|
"t"
|
|
@@ -968,14 +940,43 @@
|
|
|
968
940
|
"hasDynamicHelp": false,
|
|
969
941
|
"multiple": false,
|
|
970
942
|
"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": "app:create",
|
|
976
976
|
"pluginAlias": "@dxos/cli",
|
|
977
977
|
"pluginName": "@dxos/cli",
|
|
978
978
|
"pluginType": "core",
|
|
979
|
+
"state": "deprecated",
|
|
979
980
|
"strict": true,
|
|
980
981
|
"enableJsonFlag": true,
|
|
981
982
|
"isESM": false,
|
|
@@ -983,19 +984,14 @@
|
|
|
983
984
|
"dist",
|
|
984
985
|
"src",
|
|
985
986
|
"commands",
|
|
986
|
-
"
|
|
987
|
-
"
|
|
987
|
+
"app",
|
|
988
|
+
"create.js"
|
|
988
989
|
]
|
|
989
990
|
},
|
|
990
|
-
"
|
|
991
|
+
"app:list": {
|
|
991
992
|
"aliases": [],
|
|
992
|
-
"args": {
|
|
993
|
-
|
|
994
|
-
"name": "file",
|
|
995
|
-
"required": true
|
|
996
|
-
}
|
|
997
|
-
},
|
|
998
|
-
"description": "Import ECHO objects.",
|
|
993
|
+
"args": {},
|
|
994
|
+
"description": "List apps.",
|
|
999
995
|
"flags": {
|
|
1000
996
|
"json": {
|
|
1001
997
|
"description": "Output as JSON.",
|
|
@@ -1049,17 +1045,12 @@
|
|
|
1049
1045
|
"type": "option"
|
|
1050
1046
|
},
|
|
1051
1047
|
"no-agent": {
|
|
1052
|
-
"description": "Run command without
|
|
1048
|
+
"description": "Run command without starting an agent.",
|
|
1049
|
+
"env": "DX_NO_AGENT",
|
|
1053
1050
|
"name": "no-agent",
|
|
1054
1051
|
"allowNo": false,
|
|
1055
1052
|
"type": "boolean"
|
|
1056
1053
|
},
|
|
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
|
-
},
|
|
1063
1054
|
"timeout": {
|
|
1064
1055
|
"aliases": [
|
|
1065
1056
|
"t"
|
|
@@ -1090,21 +1081,15 @@
|
|
|
1090
1081
|
"hasDynamicHelp": false,
|
|
1091
1082
|
"multiple": false,
|
|
1092
1083
|
"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"
|
|
1100
1084
|
}
|
|
1101
1085
|
},
|
|
1102
1086
|
"hasDynamicHelp": false,
|
|
1103
1087
|
"hiddenAliases": [],
|
|
1104
|
-
"id": "
|
|
1088
|
+
"id": "app:list",
|
|
1105
1089
|
"pluginAlias": "@dxos/cli",
|
|
1106
1090
|
"pluginName": "@dxos/cli",
|
|
1107
1091
|
"pluginType": "core",
|
|
1092
|
+
"state": "deprecated",
|
|
1108
1093
|
"strict": true,
|
|
1109
1094
|
"enableJsonFlag": true,
|
|
1110
1095
|
"isESM": false,
|
|
@@ -1112,14 +1097,20 @@
|
|
|
1112
1097
|
"dist",
|
|
1113
1098
|
"src",
|
|
1114
1099
|
"commands",
|
|
1115
|
-
"
|
|
1116
|
-
"
|
|
1100
|
+
"app",
|
|
1101
|
+
"list.js"
|
|
1117
1102
|
]
|
|
1118
1103
|
},
|
|
1119
|
-
"
|
|
1104
|
+
"app:open": {
|
|
1120
1105
|
"aliases": [],
|
|
1121
|
-
"args": {
|
|
1122
|
-
|
|
1106
|
+
"args": {
|
|
1107
|
+
"url": {
|
|
1108
|
+
"description": "App URL.",
|
|
1109
|
+
"name": "url",
|
|
1110
|
+
"required": true
|
|
1111
|
+
}
|
|
1112
|
+
},
|
|
1113
|
+
"description": "Opens app with provided url and process device invitation.",
|
|
1123
1114
|
"flags": {
|
|
1124
1115
|
"json": {
|
|
1125
1116
|
"description": "Output as JSON.",
|
|
@@ -1173,17 +1164,12 @@
|
|
|
1173
1164
|
"type": "option"
|
|
1174
1165
|
},
|
|
1175
1166
|
"no-agent": {
|
|
1176
|
-
"description": "Run command without
|
|
1167
|
+
"description": "Run command without starting an agent.",
|
|
1168
|
+
"env": "DX_NO_AGENT",
|
|
1177
1169
|
"name": "no-agent",
|
|
1178
1170
|
"allowNo": false,
|
|
1179
1171
|
"type": "boolean"
|
|
1180
1172
|
},
|
|
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
|
-
},
|
|
1187
1173
|
"timeout": {
|
|
1188
1174
|
"aliases": [
|
|
1189
1175
|
"t"
|
|
@@ -1215,27 +1201,28 @@
|
|
|
1215
1201
|
"multiple": false,
|
|
1216
1202
|
"type": "option"
|
|
1217
1203
|
},
|
|
1218
|
-
"
|
|
1219
|
-
"description": "
|
|
1220
|
-
"name": "
|
|
1221
|
-
"
|
|
1222
|
-
"multiple": true,
|
|
1223
|
-
"type": "option"
|
|
1224
|
-
},
|
|
1225
|
-
"type": {
|
|
1226
|
-
"description": "Data type.",
|
|
1227
|
-
"name": "type",
|
|
1204
|
+
"instances": {
|
|
1205
|
+
"description": "Amount of test instances.",
|
|
1206
|
+
"name": "instances",
|
|
1207
|
+
"default": 1,
|
|
1228
1208
|
"hasDynamicHelp": false,
|
|
1229
1209
|
"multiple": false,
|
|
1230
1210
|
"type": "option"
|
|
1211
|
+
},
|
|
1212
|
+
"invite": {
|
|
1213
|
+
"description": "If `true` proceed device invitation for all instances.",
|
|
1214
|
+
"name": "invite",
|
|
1215
|
+
"allowNo": false,
|
|
1216
|
+
"type": "boolean"
|
|
1231
1217
|
}
|
|
1232
1218
|
},
|
|
1233
1219
|
"hasDynamicHelp": false,
|
|
1234
1220
|
"hiddenAliases": [],
|
|
1235
|
-
"id": "
|
|
1221
|
+
"id": "app:open",
|
|
1236
1222
|
"pluginAlias": "@dxos/cli",
|
|
1237
1223
|
"pluginName": "@dxos/cli",
|
|
1238
1224
|
"pluginType": "core",
|
|
1225
|
+
"state": "deprecated",
|
|
1239
1226
|
"strict": true,
|
|
1240
1227
|
"enableJsonFlag": true,
|
|
1241
1228
|
"isESM": false,
|
|
@@ -1243,20 +1230,14 @@
|
|
|
1243
1230
|
"dist",
|
|
1244
1231
|
"src",
|
|
1245
1232
|
"commands",
|
|
1246
|
-
"
|
|
1247
|
-
"
|
|
1233
|
+
"app",
|
|
1234
|
+
"open.js"
|
|
1248
1235
|
]
|
|
1249
1236
|
},
|
|
1250
|
-
"app:
|
|
1237
|
+
"app:publish": {
|
|
1251
1238
|
"aliases": [],
|
|
1252
|
-
"args": {
|
|
1253
|
-
|
|
1254
|
-
"description": "App name.",
|
|
1255
|
-
"name": "name",
|
|
1256
|
-
"required": true
|
|
1257
|
-
}
|
|
1258
|
-
},
|
|
1259
|
-
"description": "Manage applications (deprecated).",
|
|
1239
|
+
"args": {},
|
|
1240
|
+
"description": "Publish apps.",
|
|
1260
1241
|
"flags": {
|
|
1261
1242
|
"json": {
|
|
1262
1243
|
"description": "Output as JSON.",
|
|
@@ -1310,17 +1291,12 @@
|
|
|
1310
1291
|
"type": "option"
|
|
1311
1292
|
},
|
|
1312
1293
|
"no-agent": {
|
|
1313
|
-
"description": "Run command without
|
|
1294
|
+
"description": "Run command without starting an agent.",
|
|
1295
|
+
"env": "DX_NO_AGENT",
|
|
1314
1296
|
"name": "no-agent",
|
|
1315
1297
|
"allowNo": false,
|
|
1316
1298
|
"type": "boolean"
|
|
1317
1299
|
},
|
|
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
|
-
},
|
|
1324
1300
|
"timeout": {
|
|
1325
1301
|
"aliases": [
|
|
1326
1302
|
"t"
|
|
@@ -1352,38 +1328,37 @@
|
|
|
1352
1328
|
"multiple": false,
|
|
1353
1329
|
"type": "option"
|
|
1354
1330
|
},
|
|
1355
|
-
"
|
|
1356
|
-
"description": "
|
|
1357
|
-
"name": "
|
|
1331
|
+
"configPath": {
|
|
1332
|
+
"description": "Path to dx.yml",
|
|
1333
|
+
"name": "configPath",
|
|
1358
1334
|
"hasDynamicHelp": false,
|
|
1359
1335
|
"multiple": false,
|
|
1360
1336
|
"type": "option"
|
|
1361
1337
|
},
|
|
1362
|
-
"
|
|
1363
|
-
"
|
|
1364
|
-
"
|
|
1365
|
-
"name": "template",
|
|
1366
|
-
"default": "hello",
|
|
1338
|
+
"accessToken": {
|
|
1339
|
+
"description": "Access token for publishing.",
|
|
1340
|
+
"name": "accessToken",
|
|
1367
1341
|
"hasDynamicHelp": false,
|
|
1368
1342
|
"multiple": false,
|
|
1369
|
-
"options": [
|
|
1370
|
-
"hello",
|
|
1371
|
-
"bare",
|
|
1372
|
-
"tasks"
|
|
1373
|
-
],
|
|
1374
1343
|
"type": "option"
|
|
1375
1344
|
},
|
|
1376
|
-
"
|
|
1377
|
-
"
|
|
1378
|
-
"
|
|
1379
|
-
"name": "interactive",
|
|
1345
|
+
"skipExisting": {
|
|
1346
|
+
"description": "Do not update content on KUBE if version already exists.",
|
|
1347
|
+
"name": "skipExisting",
|
|
1380
1348
|
"allowNo": false,
|
|
1381
1349
|
"type": "boolean"
|
|
1350
|
+
},
|
|
1351
|
+
"version": {
|
|
1352
|
+
"description": "Version of modules to publish.",
|
|
1353
|
+
"name": "version",
|
|
1354
|
+
"hasDynamicHelp": false,
|
|
1355
|
+
"multiple": false,
|
|
1356
|
+
"type": "option"
|
|
1382
1357
|
}
|
|
1383
1358
|
},
|
|
1384
1359
|
"hasDynamicHelp": false,
|
|
1385
1360
|
"hiddenAliases": [],
|
|
1386
|
-
"id": "app:
|
|
1361
|
+
"id": "app:publish",
|
|
1387
1362
|
"pluginAlias": "@dxos/cli",
|
|
1388
1363
|
"pluginName": "@dxos/cli",
|
|
1389
1364
|
"pluginType": "core",
|
|
@@ -1396,13 +1371,12 @@
|
|
|
1396
1371
|
"src",
|
|
1397
1372
|
"commands",
|
|
1398
1373
|
"app",
|
|
1399
|
-
"
|
|
1374
|
+
"publish.js"
|
|
1400
1375
|
]
|
|
1401
1376
|
},
|
|
1402
|
-
"
|
|
1377
|
+
"composer:base": {
|
|
1403
1378
|
"aliases": [],
|
|
1404
1379
|
"args": {},
|
|
1405
|
-
"description": "List apps.",
|
|
1406
1380
|
"flags": {
|
|
1407
1381
|
"json": {
|
|
1408
1382
|
"description": "Output as JSON.",
|
|
@@ -1456,17 +1430,12 @@
|
|
|
1456
1430
|
"type": "option"
|
|
1457
1431
|
},
|
|
1458
1432
|
"no-agent": {
|
|
1459
|
-
"description": "Run command without
|
|
1433
|
+
"description": "Run command without starting an agent.",
|
|
1434
|
+
"env": "DX_NO_AGENT",
|
|
1460
1435
|
"name": "no-agent",
|
|
1461
1436
|
"allowNo": false,
|
|
1462
1437
|
"type": "boolean"
|
|
1463
1438
|
},
|
|
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
|
-
},
|
|
1470
1439
|
"timeout": {
|
|
1471
1440
|
"aliases": [
|
|
1472
1441
|
"t"
|
|
@@ -1501,11 +1470,10 @@
|
|
|
1501
1470
|
},
|
|
1502
1471
|
"hasDynamicHelp": false,
|
|
1503
1472
|
"hiddenAliases": [],
|
|
1504
|
-
"id": "
|
|
1473
|
+
"id": "composer:base",
|
|
1505
1474
|
"pluginAlias": "@dxos/cli",
|
|
1506
1475
|
"pluginName": "@dxos/cli",
|
|
1507
1476
|
"pluginType": "core",
|
|
1508
|
-
"state": "deprecated",
|
|
1509
1477
|
"strict": true,
|
|
1510
1478
|
"enableJsonFlag": true,
|
|
1511
1479
|
"isESM": false,
|
|
@@ -1513,20 +1481,19 @@
|
|
|
1513
1481
|
"dist",
|
|
1514
1482
|
"src",
|
|
1515
1483
|
"commands",
|
|
1516
|
-
"
|
|
1517
|
-
"
|
|
1484
|
+
"composer",
|
|
1485
|
+
"base.js"
|
|
1518
1486
|
]
|
|
1519
1487
|
},
|
|
1520
|
-
"
|
|
1488
|
+
"composer:import": {
|
|
1521
1489
|
"aliases": [],
|
|
1522
1490
|
"args": {
|
|
1523
|
-
"
|
|
1524
|
-
"
|
|
1525
|
-
"name": "url",
|
|
1491
|
+
"file": {
|
|
1492
|
+
"name": "file",
|
|
1526
1493
|
"required": true
|
|
1527
1494
|
}
|
|
1528
1495
|
},
|
|
1529
|
-
"description": "
|
|
1496
|
+
"description": "Import ECHO objects.",
|
|
1530
1497
|
"flags": {
|
|
1531
1498
|
"json": {
|
|
1532
1499
|
"description": "Output as JSON.",
|
|
@@ -1580,17 +1547,12 @@
|
|
|
1580
1547
|
"type": "option"
|
|
1581
1548
|
},
|
|
1582
1549
|
"no-agent": {
|
|
1583
|
-
"description": "Run command without
|
|
1550
|
+
"description": "Run command without starting an agent.",
|
|
1551
|
+
"env": "DX_NO_AGENT",
|
|
1584
1552
|
"name": "no-agent",
|
|
1585
1553
|
"allowNo": false,
|
|
1586
1554
|
"type": "boolean"
|
|
1587
1555
|
},
|
|
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
|
-
},
|
|
1594
1556
|
"timeout": {
|
|
1595
1557
|
"aliases": [
|
|
1596
1558
|
"t"
|
|
@@ -1622,28 +1584,20 @@
|
|
|
1622
1584
|
"multiple": false,
|
|
1623
1585
|
"type": "option"
|
|
1624
1586
|
},
|
|
1625
|
-
"
|
|
1626
|
-
"description": "
|
|
1627
|
-
"name": "
|
|
1628
|
-
"default": 1,
|
|
1587
|
+
"key": {
|
|
1588
|
+
"description": "Space key(s) head in hex.",
|
|
1589
|
+
"name": "key",
|
|
1629
1590
|
"hasDynamicHelp": false,
|
|
1630
|
-
"multiple":
|
|
1591
|
+
"multiple": true,
|
|
1631
1592
|
"type": "option"
|
|
1632
|
-
},
|
|
1633
|
-
"invite": {
|
|
1634
|
-
"description": "If `true` proceed device invitation for all instances.",
|
|
1635
|
-
"name": "invite",
|
|
1636
|
-
"allowNo": false,
|
|
1637
|
-
"type": "boolean"
|
|
1638
1593
|
}
|
|
1639
1594
|
},
|
|
1640
1595
|
"hasDynamicHelp": false,
|
|
1641
1596
|
"hiddenAliases": [],
|
|
1642
|
-
"id": "
|
|
1597
|
+
"id": "composer:import",
|
|
1643
1598
|
"pluginAlias": "@dxos/cli",
|
|
1644
1599
|
"pluginName": "@dxos/cli",
|
|
1645
1600
|
"pluginType": "core",
|
|
1646
|
-
"state": "deprecated",
|
|
1647
1601
|
"strict": true,
|
|
1648
1602
|
"enableJsonFlag": true,
|
|
1649
1603
|
"isESM": false,
|
|
@@ -1651,14 +1605,14 @@
|
|
|
1651
1605
|
"dist",
|
|
1652
1606
|
"src",
|
|
1653
1607
|
"commands",
|
|
1654
|
-
"
|
|
1655
|
-
"
|
|
1608
|
+
"composer",
|
|
1609
|
+
"import.js"
|
|
1656
1610
|
]
|
|
1657
1611
|
},
|
|
1658
|
-
"
|
|
1612
|
+
"composer:query": {
|
|
1659
1613
|
"aliases": [],
|
|
1660
1614
|
"args": {},
|
|
1661
|
-
"description": "
|
|
1615
|
+
"description": "Query database.",
|
|
1662
1616
|
"flags": {
|
|
1663
1617
|
"json": {
|
|
1664
1618
|
"description": "Output as JSON.",
|
|
@@ -1712,17 +1666,12 @@
|
|
|
1712
1666
|
"type": "option"
|
|
1713
1667
|
},
|
|
1714
1668
|
"no-agent": {
|
|
1715
|
-
"description": "Run command without
|
|
1669
|
+
"description": "Run command without starting an agent.",
|
|
1670
|
+
"env": "DX_NO_AGENT",
|
|
1716
1671
|
"name": "no-agent",
|
|
1717
1672
|
"allowNo": false,
|
|
1718
1673
|
"type": "boolean"
|
|
1719
1674
|
},
|
|
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
|
-
},
|
|
1726
1675
|
"timeout": {
|
|
1727
1676
|
"aliases": [
|
|
1728
1677
|
"t"
|
|
@@ -1754,29 +1703,142 @@
|
|
|
1754
1703
|
"multiple": false,
|
|
1755
1704
|
"type": "option"
|
|
1756
1705
|
},
|
|
1757
|
-
"
|
|
1758
|
-
"description": "
|
|
1759
|
-
"name": "
|
|
1706
|
+
"key": {
|
|
1707
|
+
"description": "Space key(s) head in hex.",
|
|
1708
|
+
"name": "key",
|
|
1709
|
+
"hasDynamicHelp": false,
|
|
1710
|
+
"multiple": true,
|
|
1711
|
+
"type": "option"
|
|
1712
|
+
},
|
|
1713
|
+
"type": {
|
|
1714
|
+
"description": "Data type.",
|
|
1715
|
+
"name": "type",
|
|
1760
1716
|
"hasDynamicHelp": false,
|
|
1761
1717
|
"multiple": false,
|
|
1762
1718
|
"type": "option"
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
"hasDynamicHelp": false,
|
|
1722
|
+
"hiddenAliases": [],
|
|
1723
|
+
"id": "composer:query",
|
|
1724
|
+
"pluginAlias": "@dxos/cli",
|
|
1725
|
+
"pluginName": "@dxos/cli",
|
|
1726
|
+
"pluginType": "core",
|
|
1727
|
+
"strict": true,
|
|
1728
|
+
"enableJsonFlag": true,
|
|
1729
|
+
"isESM": false,
|
|
1730
|
+
"relativePath": [
|
|
1731
|
+
"dist",
|
|
1732
|
+
"src",
|
|
1733
|
+
"commands",
|
|
1734
|
+
"composer",
|
|
1735
|
+
"query.js"
|
|
1736
|
+
]
|
|
1737
|
+
},
|
|
1738
|
+
"composer:upload": {
|
|
1739
|
+
"aliases": [],
|
|
1740
|
+
"args": {},
|
|
1741
|
+
"description": "Upload IPFS file.",
|
|
1742
|
+
"flags": {
|
|
1743
|
+
"json": {
|
|
1744
|
+
"description": "Output as JSON.",
|
|
1745
|
+
"name": "json",
|
|
1746
|
+
"allowNo": false,
|
|
1747
|
+
"type": "boolean"
|
|
1763
1748
|
},
|
|
1764
|
-
"
|
|
1765
|
-
"description": "
|
|
1766
|
-
"name": "
|
|
1749
|
+
"dry-run": {
|
|
1750
|
+
"description": "Dry run.",
|
|
1751
|
+
"name": "dry-run",
|
|
1752
|
+
"allowNo": false,
|
|
1753
|
+
"type": "boolean"
|
|
1754
|
+
},
|
|
1755
|
+
"verbose": {
|
|
1756
|
+
"char": "v",
|
|
1757
|
+
"description": "Verbose output",
|
|
1758
|
+
"name": "verbose",
|
|
1759
|
+
"allowNo": false,
|
|
1760
|
+
"type": "boolean"
|
|
1761
|
+
},
|
|
1762
|
+
"profile": {
|
|
1763
|
+
"description": "User profile.",
|
|
1764
|
+
"env": "DX_PROFILE",
|
|
1765
|
+
"name": "profile",
|
|
1766
|
+
"default": "default",
|
|
1767
1767
|
"hasDynamicHelp": false,
|
|
1768
1768
|
"multiple": false,
|
|
1769
1769
|
"type": "option"
|
|
1770
1770
|
},
|
|
1771
|
-
"
|
|
1772
|
-
"
|
|
1773
|
-
|
|
1771
|
+
"config": {
|
|
1772
|
+
"aliases": [
|
|
1773
|
+
"c"
|
|
1774
|
+
],
|
|
1775
|
+
"dependsOn": [
|
|
1776
|
+
"profile"
|
|
1777
|
+
],
|
|
1778
|
+
"description": "Config file.",
|
|
1779
|
+
"env": "DX_CONFIG",
|
|
1780
|
+
"name": "config",
|
|
1781
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
1782
|
+
"hasDynamicHelp": false,
|
|
1783
|
+
"helpValue": "path",
|
|
1784
|
+
"multiple": false,
|
|
1785
|
+
"type": "option"
|
|
1786
|
+
},
|
|
1787
|
+
"target": {
|
|
1788
|
+
"description": "Target websocket server.",
|
|
1789
|
+
"name": "target",
|
|
1790
|
+
"hasDynamicHelp": false,
|
|
1791
|
+
"multiple": false,
|
|
1792
|
+
"type": "option"
|
|
1793
|
+
},
|
|
1794
|
+
"no-agent": {
|
|
1795
|
+
"description": "Run command without starting an agent.",
|
|
1796
|
+
"env": "DX_NO_AGENT",
|
|
1797
|
+
"name": "no-agent",
|
|
1774
1798
|
"allowNo": false,
|
|
1775
1799
|
"type": "boolean"
|
|
1776
1800
|
},
|
|
1777
|
-
"
|
|
1778
|
-
"
|
|
1779
|
-
|
|
1801
|
+
"timeout": {
|
|
1802
|
+
"aliases": [
|
|
1803
|
+
"t"
|
|
1804
|
+
],
|
|
1805
|
+
"description": "Timeout (ms).",
|
|
1806
|
+
"name": "timeout",
|
|
1807
|
+
"default": 60000,
|
|
1808
|
+
"hasDynamicHelp": false,
|
|
1809
|
+
"multiple": false,
|
|
1810
|
+
"type": "option"
|
|
1811
|
+
},
|
|
1812
|
+
"no-wait": {
|
|
1813
|
+
"description": "Do not wait for space to be ready.",
|
|
1814
|
+
"name": "no-wait",
|
|
1815
|
+
"allowNo": false,
|
|
1816
|
+
"type": "boolean"
|
|
1817
|
+
},
|
|
1818
|
+
"json-log": {
|
|
1819
|
+
"description": "When running in foreground, log JSON format",
|
|
1820
|
+
"name": "json-log",
|
|
1821
|
+
"allowNo": false,
|
|
1822
|
+
"type": "boolean"
|
|
1823
|
+
},
|
|
1824
|
+
"json-logfile": {
|
|
1825
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
1826
|
+
"name": "json-logfile",
|
|
1827
|
+
"default": "stderr",
|
|
1828
|
+
"hasDynamicHelp": false,
|
|
1829
|
+
"multiple": false,
|
|
1830
|
+
"type": "option"
|
|
1831
|
+
},
|
|
1832
|
+
"key": {
|
|
1833
|
+
"description": "Space key(s) head in hex.",
|
|
1834
|
+
"name": "key",
|
|
1835
|
+
"hasDynamicHelp": false,
|
|
1836
|
+
"multiple": true,
|
|
1837
|
+
"type": "option"
|
|
1838
|
+
},
|
|
1839
|
+
"file": {
|
|
1840
|
+
"name": "file",
|
|
1841
|
+
"required": true,
|
|
1780
1842
|
"hasDynamicHelp": false,
|
|
1781
1843
|
"multiple": false,
|
|
1782
1844
|
"type": "option"
|
|
@@ -1784,11 +1846,10 @@
|
|
|
1784
1846
|
},
|
|
1785
1847
|
"hasDynamicHelp": false,
|
|
1786
1848
|
"hiddenAliases": [],
|
|
1787
|
-
"id": "
|
|
1849
|
+
"id": "composer:upload",
|
|
1788
1850
|
"pluginAlias": "@dxos/cli",
|
|
1789
1851
|
"pluginName": "@dxos/cli",
|
|
1790
1852
|
"pluginType": "core",
|
|
1791
|
-
"state": "deprecated",
|
|
1792
1853
|
"strict": true,
|
|
1793
1854
|
"enableJsonFlag": true,
|
|
1794
1855
|
"isESM": false,
|
|
@@ -1796,8 +1857,8 @@
|
|
|
1796
1857
|
"dist",
|
|
1797
1858
|
"src",
|
|
1798
1859
|
"commands",
|
|
1799
|
-
"
|
|
1800
|
-
"
|
|
1860
|
+
"composer",
|
|
1861
|
+
"upload.js"
|
|
1801
1862
|
]
|
|
1802
1863
|
},
|
|
1803
1864
|
"config": {
|
|
@@ -1857,17 +1918,12 @@
|
|
|
1857
1918
|
"type": "option"
|
|
1858
1919
|
},
|
|
1859
1920
|
"no-agent": {
|
|
1860
|
-
"description": "Run command without
|
|
1921
|
+
"description": "Run command without starting an agent.",
|
|
1922
|
+
"env": "DX_NO_AGENT",
|
|
1861
1923
|
"name": "no-agent",
|
|
1862
1924
|
"allowNo": false,
|
|
1863
1925
|
"type": "boolean"
|
|
1864
1926
|
},
|
|
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
|
-
},
|
|
1871
1927
|
"timeout": {
|
|
1872
1928
|
"aliases": [
|
|
1873
1929
|
"t"
|
|
@@ -1984,17 +2040,12 @@
|
|
|
1984
2040
|
"type": "option"
|
|
1985
2041
|
},
|
|
1986
2042
|
"no-agent": {
|
|
1987
|
-
"description": "Run command without
|
|
2043
|
+
"description": "Run command without starting an agent.",
|
|
2044
|
+
"env": "DX_NO_AGENT",
|
|
1988
2045
|
"name": "no-agent",
|
|
1989
2046
|
"allowNo": false,
|
|
1990
2047
|
"type": "boolean"
|
|
1991
2048
|
},
|
|
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
|
-
},
|
|
1998
2049
|
"timeout": {
|
|
1999
2050
|
"aliases": [
|
|
2000
2051
|
"t"
|
|
@@ -2113,17 +2164,12 @@
|
|
|
2113
2164
|
"type": "option"
|
|
2114
2165
|
},
|
|
2115
2166
|
"no-agent": {
|
|
2116
|
-
"description": "Run command without
|
|
2167
|
+
"description": "Run command without starting an agent.",
|
|
2168
|
+
"env": "DX_NO_AGENT",
|
|
2117
2169
|
"name": "no-agent",
|
|
2118
2170
|
"allowNo": false,
|
|
2119
2171
|
"type": "boolean"
|
|
2120
2172
|
},
|
|
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
|
-
},
|
|
2127
2173
|
"timeout": {
|
|
2128
2174
|
"aliases": [
|
|
2129
2175
|
"t"
|
|
@@ -2235,17 +2281,12 @@
|
|
|
2235
2281
|
"type": "option"
|
|
2236
2282
|
},
|
|
2237
2283
|
"no-agent": {
|
|
2238
|
-
"description": "Run command without
|
|
2284
|
+
"description": "Run command without starting an agent.",
|
|
2285
|
+
"env": "DX_NO_AGENT",
|
|
2239
2286
|
"name": "no-agent",
|
|
2240
2287
|
"allowNo": false,
|
|
2241
2288
|
"type": "boolean"
|
|
2242
2289
|
},
|
|
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
|
-
},
|
|
2249
2290
|
"timeout": {
|
|
2250
2291
|
"aliases": [
|
|
2251
2292
|
"t"
|
|
@@ -2396,17 +2437,12 @@
|
|
|
2396
2437
|
"type": "option"
|
|
2397
2438
|
},
|
|
2398
2439
|
"no-agent": {
|
|
2399
|
-
"description": "Run command without
|
|
2440
|
+
"description": "Run command without starting an agent.",
|
|
2441
|
+
"env": "DX_NO_AGENT",
|
|
2400
2442
|
"name": "no-agent",
|
|
2401
2443
|
"allowNo": false,
|
|
2402
2444
|
"type": "boolean"
|
|
2403
2445
|
},
|
|
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
|
-
},
|
|
2410
2446
|
"timeout": {
|
|
2411
2447
|
"aliases": [
|
|
2412
2448
|
"t"
|
|
@@ -2513,17 +2549,12 @@
|
|
|
2513
2549
|
"type": "option"
|
|
2514
2550
|
},
|
|
2515
2551
|
"no-agent": {
|
|
2516
|
-
"description": "Run command without
|
|
2552
|
+
"description": "Run command without starting an agent.",
|
|
2553
|
+
"env": "DX_NO_AGENT",
|
|
2517
2554
|
"name": "no-agent",
|
|
2518
2555
|
"allowNo": false,
|
|
2519
2556
|
"type": "boolean"
|
|
2520
2557
|
},
|
|
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
|
-
},
|
|
2527
2558
|
"timeout": {
|
|
2528
2559
|
"aliases": [
|
|
2529
2560
|
"t"
|
|
@@ -2638,17 +2669,12 @@
|
|
|
2638
2669
|
"type": "option"
|
|
2639
2670
|
},
|
|
2640
2671
|
"no-agent": {
|
|
2641
|
-
"description": "Run command without
|
|
2672
|
+
"description": "Run command without starting an agent.",
|
|
2673
|
+
"env": "DX_NO_AGENT",
|
|
2642
2674
|
"name": "no-agent",
|
|
2643
2675
|
"allowNo": false,
|
|
2644
2676
|
"type": "boolean"
|
|
2645
2677
|
},
|
|
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
|
-
},
|
|
2652
2678
|
"timeout": {
|
|
2653
2679
|
"aliases": [
|
|
2654
2680
|
"t"
|
|
@@ -2755,17 +2781,12 @@
|
|
|
2755
2781
|
"type": "option"
|
|
2756
2782
|
},
|
|
2757
2783
|
"no-agent": {
|
|
2758
|
-
"description": "Run command without
|
|
2784
|
+
"description": "Run command without starting an agent.",
|
|
2785
|
+
"env": "DX_NO_AGENT",
|
|
2759
2786
|
"name": "no-agent",
|
|
2760
2787
|
"allowNo": false,
|
|
2761
2788
|
"type": "boolean"
|
|
2762
2789
|
},
|
|
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
|
-
},
|
|
2769
2790
|
"timeout": {
|
|
2770
2791
|
"aliases": [
|
|
2771
2792
|
"t"
|
|
@@ -2949,17 +2970,12 @@
|
|
|
2949
2970
|
"type": "option"
|
|
2950
2971
|
},
|
|
2951
2972
|
"no-agent": {
|
|
2952
|
-
"description": "Run command without
|
|
2973
|
+
"description": "Run command without starting an agent.",
|
|
2974
|
+
"env": "DX_NO_AGENT",
|
|
2953
2975
|
"name": "no-agent",
|
|
2954
2976
|
"allowNo": false,
|
|
2955
2977
|
"type": "boolean"
|
|
2956
2978
|
},
|
|
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
|
-
},
|
|
2963
2979
|
"timeout": {
|
|
2964
2980
|
"aliases": [
|
|
2965
2981
|
"t"
|
|
@@ -3082,17 +3098,12 @@
|
|
|
3082
3098
|
"type": "option"
|
|
3083
3099
|
},
|
|
3084
3100
|
"no-agent": {
|
|
3085
|
-
"description": "Run command without
|
|
3101
|
+
"description": "Run command without starting an agent.",
|
|
3102
|
+
"env": "DX_NO_AGENT",
|
|
3086
3103
|
"name": "no-agent",
|
|
3087
3104
|
"allowNo": false,
|
|
3088
3105
|
"type": "boolean"
|
|
3089
3106
|
},
|
|
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
|
-
},
|
|
3096
3107
|
"timeout": {
|
|
3097
3108
|
"aliases": [
|
|
3098
3109
|
"t"
|
|
@@ -3238,17 +3249,12 @@
|
|
|
3238
3249
|
"type": "option"
|
|
3239
3250
|
},
|
|
3240
3251
|
"no-agent": {
|
|
3241
|
-
"description": "Run command without
|
|
3252
|
+
"description": "Run command without starting an agent.",
|
|
3253
|
+
"env": "DX_NO_AGENT",
|
|
3242
3254
|
"name": "no-agent",
|
|
3243
3255
|
"allowNo": false,
|
|
3244
3256
|
"type": "boolean"
|
|
3245
3257
|
},
|
|
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
|
-
},
|
|
3252
3258
|
"timeout": {
|
|
3253
3259
|
"aliases": [
|
|
3254
3260
|
"t"
|
|
@@ -3361,17 +3367,12 @@
|
|
|
3361
3367
|
"type": "option"
|
|
3362
3368
|
},
|
|
3363
3369
|
"no-agent": {
|
|
3364
|
-
"description": "Run command without
|
|
3370
|
+
"description": "Run command without starting an agent.",
|
|
3371
|
+
"env": "DX_NO_AGENT",
|
|
3365
3372
|
"name": "no-agent",
|
|
3366
3373
|
"allowNo": false,
|
|
3367
3374
|
"type": "boolean"
|
|
3368
3375
|
},
|
|
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
|
-
},
|
|
3375
3376
|
"timeout": {
|
|
3376
3377
|
"aliases": [
|
|
3377
3378
|
"t"
|
|
@@ -3485,17 +3486,12 @@
|
|
|
3485
3486
|
"type": "option"
|
|
3486
3487
|
},
|
|
3487
3488
|
"no-agent": {
|
|
3488
|
-
"description": "Run command without
|
|
3489
|
+
"description": "Run command without starting an agent.",
|
|
3490
|
+
"env": "DX_NO_AGENT",
|
|
3489
3491
|
"name": "no-agent",
|
|
3490
3492
|
"allowNo": false,
|
|
3491
3493
|
"type": "boolean"
|
|
3492
3494
|
},
|
|
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
|
-
},
|
|
3499
3495
|
"timeout": {
|
|
3500
3496
|
"aliases": [
|
|
3501
3497
|
"t"
|
|
@@ -3615,17 +3611,12 @@
|
|
|
3615
3611
|
"type": "option"
|
|
3616
3612
|
},
|
|
3617
3613
|
"no-agent": {
|
|
3618
|
-
"description": "Run command without
|
|
3614
|
+
"description": "Run command without starting an agent.",
|
|
3615
|
+
"env": "DX_NO_AGENT",
|
|
3619
3616
|
"name": "no-agent",
|
|
3620
3617
|
"allowNo": false,
|
|
3621
3618
|
"type": "boolean"
|
|
3622
3619
|
},
|
|
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
|
-
},
|
|
3629
3620
|
"timeout": {
|
|
3630
3621
|
"aliases": [
|
|
3631
3622
|
"t"
|
|
@@ -3732,17 +3723,12 @@
|
|
|
3732
3723
|
"type": "option"
|
|
3733
3724
|
},
|
|
3734
3725
|
"no-agent": {
|
|
3735
|
-
"description": "Run command without
|
|
3726
|
+
"description": "Run command without starting an agent.",
|
|
3727
|
+
"env": "DX_NO_AGENT",
|
|
3736
3728
|
"name": "no-agent",
|
|
3737
3729
|
"allowNo": false,
|
|
3738
3730
|
"type": "boolean"
|
|
3739
3731
|
},
|
|
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
|
-
},
|
|
3746
3732
|
"timeout": {
|
|
3747
3733
|
"description": "Timeout in seconds",
|
|
3748
3734
|
"name": "timeout",
|
|
@@ -3873,17 +3859,12 @@
|
|
|
3873
3859
|
"type": "option"
|
|
3874
3860
|
},
|
|
3875
3861
|
"no-agent": {
|
|
3876
|
-
"description": "Run command without
|
|
3862
|
+
"description": "Run command without starting an agent.",
|
|
3863
|
+
"env": "DX_NO_AGENT",
|
|
3877
3864
|
"name": "no-agent",
|
|
3878
3865
|
"allowNo": false,
|
|
3879
3866
|
"type": "boolean"
|
|
3880
3867
|
},
|
|
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
|
-
},
|
|
3887
3868
|
"timeout": {
|
|
3888
3869
|
"aliases": [
|
|
3889
3870
|
"t"
|
|
@@ -3990,17 +3971,12 @@
|
|
|
3990
3971
|
"type": "option"
|
|
3991
3972
|
},
|
|
3992
3973
|
"no-agent": {
|
|
3993
|
-
"description": "Run command without
|
|
3974
|
+
"description": "Run command without starting an agent.",
|
|
3975
|
+
"env": "DX_NO_AGENT",
|
|
3994
3976
|
"name": "no-agent",
|
|
3995
3977
|
"allowNo": false,
|
|
3996
3978
|
"type": "boolean"
|
|
3997
3979
|
},
|
|
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
|
-
},
|
|
4004
3980
|
"timeout": {
|
|
4005
3981
|
"aliases": [
|
|
4006
3982
|
"t"
|
|
@@ -4141,17 +4117,12 @@
|
|
|
4141
4117
|
"type": "option"
|
|
4142
4118
|
},
|
|
4143
4119
|
"no-agent": {
|
|
4144
|
-
"description": "Run command without
|
|
4120
|
+
"description": "Run command without starting an agent.",
|
|
4121
|
+
"env": "DX_NO_AGENT",
|
|
4145
4122
|
"name": "no-agent",
|
|
4146
4123
|
"allowNo": false,
|
|
4147
4124
|
"type": "boolean"
|
|
4148
4125
|
},
|
|
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
|
-
},
|
|
4155
4126
|
"timeout": {
|
|
4156
4127
|
"aliases": [
|
|
4157
4128
|
"t"
|
|
@@ -4265,17 +4236,12 @@
|
|
|
4265
4236
|
"type": "option"
|
|
4266
4237
|
},
|
|
4267
4238
|
"no-agent": {
|
|
4268
|
-
"description": "Run command without
|
|
4239
|
+
"description": "Run command without starting an agent.",
|
|
4240
|
+
"env": "DX_NO_AGENT",
|
|
4269
4241
|
"name": "no-agent",
|
|
4270
4242
|
"allowNo": false,
|
|
4271
4243
|
"type": "boolean"
|
|
4272
4244
|
},
|
|
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
|
-
},
|
|
4279
4245
|
"timeout": {
|
|
4280
4246
|
"aliases": [
|
|
4281
4247
|
"t"
|
|
@@ -4394,17 +4360,12 @@
|
|
|
4394
4360
|
"type": "option"
|
|
4395
4361
|
},
|
|
4396
4362
|
"no-agent": {
|
|
4397
|
-
"description": "Run command without
|
|
4363
|
+
"description": "Run command without starting an agent.",
|
|
4364
|
+
"env": "DX_NO_AGENT",
|
|
4398
4365
|
"name": "no-agent",
|
|
4399
4366
|
"allowNo": false,
|
|
4400
4367
|
"type": "boolean"
|
|
4401
4368
|
},
|
|
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
|
-
},
|
|
4408
4369
|
"timeout": {
|
|
4409
4370
|
"aliases": [
|
|
4410
4371
|
"t"
|
|
@@ -4516,17 +4477,12 @@
|
|
|
4516
4477
|
"type": "option"
|
|
4517
4478
|
},
|
|
4518
4479
|
"no-agent": {
|
|
4519
|
-
"description": "Run command without
|
|
4480
|
+
"description": "Run command without starting an agent.",
|
|
4481
|
+
"env": "DX_NO_AGENT",
|
|
4520
4482
|
"name": "no-agent",
|
|
4521
4483
|
"allowNo": false,
|
|
4522
4484
|
"type": "boolean"
|
|
4523
4485
|
},
|
|
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
|
-
},
|
|
4530
4486
|
"timeout": {
|
|
4531
4487
|
"aliases": [
|
|
4532
4488
|
"t"
|
|
@@ -4637,17 +4593,12 @@
|
|
|
4637
4593
|
"type": "option"
|
|
4638
4594
|
},
|
|
4639
4595
|
"no-agent": {
|
|
4640
|
-
"description": "Run command without
|
|
4596
|
+
"description": "Run command without starting an agent.",
|
|
4597
|
+
"env": "DX_NO_AGENT",
|
|
4641
4598
|
"name": "no-agent",
|
|
4642
4599
|
"allowNo": false,
|
|
4643
4600
|
"type": "boolean"
|
|
4644
4601
|
},
|
|
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
|
-
},
|
|
4651
4602
|
"timeout": {
|
|
4652
4603
|
"aliases": [
|
|
4653
4604
|
"t"
|
|
@@ -4759,17 +4710,12 @@
|
|
|
4759
4710
|
"type": "option"
|
|
4760
4711
|
},
|
|
4761
4712
|
"no-agent": {
|
|
4762
|
-
"description": "Run command without
|
|
4713
|
+
"description": "Run command without starting an agent.",
|
|
4714
|
+
"env": "DX_NO_AGENT",
|
|
4763
4715
|
"name": "no-agent",
|
|
4764
4716
|
"allowNo": false,
|
|
4765
4717
|
"type": "boolean"
|
|
4766
4718
|
},
|
|
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
|
-
},
|
|
4773
4719
|
"timeout": {
|
|
4774
4720
|
"aliases": [
|
|
4775
4721
|
"t"
|
|
@@ -4881,17 +4827,12 @@
|
|
|
4881
4827
|
"type": "option"
|
|
4882
4828
|
},
|
|
4883
4829
|
"no-agent": {
|
|
4884
|
-
"description": "Run command without
|
|
4830
|
+
"description": "Run command without starting an agent.",
|
|
4831
|
+
"env": "DX_NO_AGENT",
|
|
4885
4832
|
"name": "no-agent",
|
|
4886
4833
|
"allowNo": false,
|
|
4887
4834
|
"type": "boolean"
|
|
4888
4835
|
},
|
|
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
|
-
},
|
|
4895
4836
|
"timeout": {
|
|
4896
4837
|
"aliases": [
|
|
4897
4838
|
"t"
|
|
@@ -4998,17 +4939,12 @@
|
|
|
4998
4939
|
"type": "option"
|
|
4999
4940
|
},
|
|
5000
4941
|
"no-agent": {
|
|
5001
|
-
"description": "Run command without
|
|
4942
|
+
"description": "Run command without starting an agent.",
|
|
4943
|
+
"env": "DX_NO_AGENT",
|
|
5002
4944
|
"name": "no-agent",
|
|
5003
4945
|
"allowNo": false,
|
|
5004
4946
|
"type": "boolean"
|
|
5005
4947
|
},
|
|
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
|
-
},
|
|
5012
4948
|
"timeout": {
|
|
5013
4949
|
"aliases": [
|
|
5014
4950
|
"t"
|
|
@@ -5129,17 +5065,12 @@
|
|
|
5129
5065
|
"type": "option"
|
|
5130
5066
|
},
|
|
5131
5067
|
"no-agent": {
|
|
5132
|
-
"description": "Run command without
|
|
5068
|
+
"description": "Run command without starting an agent.",
|
|
5069
|
+
"env": "DX_NO_AGENT",
|
|
5133
5070
|
"name": "no-agent",
|
|
5134
5071
|
"allowNo": false,
|
|
5135
5072
|
"type": "boolean"
|
|
5136
5073
|
},
|
|
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
|
-
},
|
|
5143
5074
|
"timeout": {
|
|
5144
5075
|
"aliases": [
|
|
5145
5076
|
"t"
|
|
@@ -5334,17 +5265,12 @@
|
|
|
5334
5265
|
"type": "option"
|
|
5335
5266
|
},
|
|
5336
5267
|
"no-agent": {
|
|
5337
|
-
"description": "Run command without
|
|
5268
|
+
"description": "Run command without starting an agent.",
|
|
5269
|
+
"env": "DX_NO_AGENT",
|
|
5338
5270
|
"name": "no-agent",
|
|
5339
5271
|
"allowNo": false,
|
|
5340
5272
|
"type": "boolean"
|
|
5341
5273
|
},
|
|
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
|
-
},
|
|
5348
5274
|
"timeout": {
|
|
5349
5275
|
"aliases": [
|
|
5350
5276
|
"t"
|
|
@@ -5533,17 +5459,12 @@
|
|
|
5533
5459
|
"type": "option"
|
|
5534
5460
|
},
|
|
5535
5461
|
"no-agent": {
|
|
5536
|
-
"description": "Run command without
|
|
5462
|
+
"description": "Run command without starting an agent.",
|
|
5463
|
+
"env": "DX_NO_AGENT",
|
|
5537
5464
|
"name": "no-agent",
|
|
5538
5465
|
"allowNo": false,
|
|
5539
5466
|
"type": "boolean"
|
|
5540
5467
|
},
|
|
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
|
-
},
|
|
5547
5468
|
"timeout": {
|
|
5548
5469
|
"aliases": [
|
|
5549
5470
|
"t"
|
|
@@ -5655,17 +5576,12 @@
|
|
|
5655
5576
|
"type": "option"
|
|
5656
5577
|
},
|
|
5657
5578
|
"no-agent": {
|
|
5658
|
-
"description": "Run command without
|
|
5579
|
+
"description": "Run command without starting an agent.",
|
|
5580
|
+
"env": "DX_NO_AGENT",
|
|
5659
5581
|
"name": "no-agent",
|
|
5660
5582
|
"allowNo": false,
|
|
5661
5583
|
"type": "boolean"
|
|
5662
5584
|
},
|
|
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
|
-
},
|
|
5669
5585
|
"timeout": {
|
|
5670
5586
|
"aliases": [
|
|
5671
5587
|
"t"
|
|
@@ -5696,6 +5612,19 @@
|
|
|
5696
5612
|
"hasDynamicHelp": false,
|
|
5697
5613
|
"multiple": false,
|
|
5698
5614
|
"type": "option"
|
|
5615
|
+
},
|
|
5616
|
+
"data": {
|
|
5617
|
+
"description": "Print serialized object representation.",
|
|
5618
|
+
"name": "data",
|
|
5619
|
+
"allowNo": false,
|
|
5620
|
+
"type": "boolean"
|
|
5621
|
+
},
|
|
5622
|
+
"typename": {
|
|
5623
|
+
"description": "Filter objects by typename.",
|
|
5624
|
+
"name": "typename",
|
|
5625
|
+
"hasDynamicHelp": false,
|
|
5626
|
+
"multiple": false,
|
|
5627
|
+
"type": "option"
|
|
5699
5628
|
}
|
|
5700
5629
|
},
|
|
5701
5630
|
"hasDynamicHelp": false,
|
|
@@ -5777,17 +5706,12 @@
|
|
|
5777
5706
|
"type": "option"
|
|
5778
5707
|
},
|
|
5779
5708
|
"no-agent": {
|
|
5780
|
-
"description": "Run command without
|
|
5709
|
+
"description": "Run command without starting an agent.",
|
|
5710
|
+
"env": "DX_NO_AGENT",
|
|
5781
5711
|
"name": "no-agent",
|
|
5782
5712
|
"allowNo": false,
|
|
5783
5713
|
"type": "boolean"
|
|
5784
5714
|
},
|
|
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
|
-
},
|
|
5791
5715
|
"timeout": {
|
|
5792
5716
|
"aliases": [
|
|
5793
5717
|
"t"
|
|
@@ -5940,17 +5864,12 @@
|
|
|
5940
5864
|
"type": "option"
|
|
5941
5865
|
},
|
|
5942
5866
|
"no-agent": {
|
|
5943
|
-
"description": "Run command without
|
|
5867
|
+
"description": "Run command without starting an agent.",
|
|
5868
|
+
"env": "DX_NO_AGENT",
|
|
5944
5869
|
"name": "no-agent",
|
|
5945
5870
|
"allowNo": false,
|
|
5946
5871
|
"type": "boolean"
|
|
5947
5872
|
},
|
|
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
|
-
},
|
|
5954
5873
|
"timeout": {
|
|
5955
5874
|
"aliases": [
|
|
5956
5875
|
"t"
|
|
@@ -5985,7 +5904,7 @@
|
|
|
5985
5904
|
"name": {
|
|
5986
5905
|
"description": "Tunnel name",
|
|
5987
5906
|
"name": "name",
|
|
5988
|
-
"default": "
|
|
5907
|
+
"default": "alaska-blossom-north-fifteen",
|
|
5989
5908
|
"hasDynamicHelp": false,
|
|
5990
5909
|
"multiple": false,
|
|
5991
5910
|
"type": "option"
|
|
@@ -6066,17 +5985,12 @@
|
|
|
6066
5985
|
"type": "option"
|
|
6067
5986
|
},
|
|
6068
5987
|
"no-agent": {
|
|
6069
|
-
"description": "Run command without
|
|
5988
|
+
"description": "Run command without starting an agent.",
|
|
5989
|
+
"env": "DX_NO_AGENT",
|
|
6070
5990
|
"name": "no-agent",
|
|
6071
5991
|
"allowNo": false,
|
|
6072
5992
|
"type": "boolean"
|
|
6073
5993
|
},
|
|
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
|
-
},
|
|
6080
5994
|
"timeout": {
|
|
6081
5995
|
"aliases": [
|
|
6082
5996
|
"t"
|
|
@@ -6190,17 +6104,12 @@
|
|
|
6190
6104
|
"type": "option"
|
|
6191
6105
|
},
|
|
6192
6106
|
"no-agent": {
|
|
6193
|
-
"description": "Run command without
|
|
6107
|
+
"description": "Run command without starting an agent.",
|
|
6108
|
+
"env": "DX_NO_AGENT",
|
|
6194
6109
|
"name": "no-agent",
|
|
6195
6110
|
"allowNo": false,
|
|
6196
6111
|
"type": "boolean"
|
|
6197
6112
|
},
|
|
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
|
-
},
|
|
6204
6113
|
"timeout": {
|
|
6205
6114
|
"aliases": [
|
|
6206
6115
|
"t"
|
|
@@ -6308,17 +6217,12 @@
|
|
|
6308
6217
|
"type": "option"
|
|
6309
6218
|
},
|
|
6310
6219
|
"no-agent": {
|
|
6311
|
-
"description": "Run command without
|
|
6220
|
+
"description": "Run command without starting an agent.",
|
|
6221
|
+
"env": "DX_NO_AGENT",
|
|
6312
6222
|
"name": "no-agent",
|
|
6313
6223
|
"allowNo": false,
|
|
6314
6224
|
"type": "boolean"
|
|
6315
6225
|
},
|
|
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
|
-
},
|
|
6322
6226
|
"timeout": {
|
|
6323
6227
|
"description": "Time in milliseconds to wait for at least one credential before listing.",
|
|
6324
6228
|
"name": "timeout",
|
|
@@ -6459,5 +6363,5 @@
|
|
|
6459
6363
|
]
|
|
6460
6364
|
}
|
|
6461
6365
|
},
|
|
6462
|
-
"version": "0.5.3-next.
|
|
6366
|
+
"version": "0.5.3-next.63cdcad"
|
|
6463
6367
|
}
|