@dxos/cli 0.6.3-main.9e4e207 → 0.6.3-main.a95c491
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"status.d.ts","sourceRoot":"","sources":["../../../../src/commands/agent/status.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAEzC,MAAM,CAAC,OAAO,OAAO,MAAO,SAAQ,WAAW,CAAC,OAAO,MAAM,CAAC;IAC5D,OAAgB,cAAc,UAAQ;IACtC,OAAgB,WAAW,SAAuB;IAElD,OAAgB,KAAK;;;;;;;;;;;MAEnB;IAEI,GAAG,IAAI,OAAO,CAAC,GAAG,CAAC;
|
|
1
|
+
{"version":3,"file":"status.d.ts","sourceRoot":"","sources":["../../../../src/commands/agent/status.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAEzC,MAAM,CAAC,OAAO,OAAO,MAAO,SAAQ,WAAW,CAAC,OAAO,MAAM,CAAC;IAC5D,OAAgB,cAAc,UAAQ;IACtC,OAAgB,WAAW,SAAuB;IAElD,OAAgB,KAAK;;;;;;;;;;;MAEnB;IAEI,GAAG,IAAI,OAAO,CAAC,GAAG,CAAC;CAoB1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"status.js","sourceRoot":"","sources":["../../../../src/commands/agent/status.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;AAEF,yEAA0E;AAE1E,qCAAyC;AAEzC,MAAqB,MAAO,SAAQ,kBAA0B;IAQ5D,KAAK,CAAC,GAAG;QACP,OAAO,MAAM,IAAI,CAAC,cAAc,
|
|
1
|
+
{"version":3,"file":"status.js","sourceRoot":"","sources":["../../../../src/commands/agent/status.ts"],"names":[],"mappings":";AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;AAEF,yEAA0E;AAE1E,qCAAyC;AAEzC,MAAqB,MAAO,SAAQ,kBAA0B;IAQ5D,KAAK,CAAC,GAAG;QACP,OAAO,MAAM,IAAI,CAAC,cAAc,CAC9B,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;YACnB,MAAM,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,GAAG,EAAE,CAAC;YACnC,MAAM,YAAY,GAAG,MAAM,KAAK,IAAI,CAAC,CAAC,CAAC,uBAAY,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,mEAAmE;YAEnE,wDAAwD;YACxD,IAAI,IAAI,CAAC,WAAW,EAAE,EAAE,CAAC;gBACvB,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,YAAY,EAAE,YAAY,EAAE,CAAC,CAAC,CAAC;YAC9D,CAAC;iBAAM,CAAC;gBACN,IAAI,CAAC,GAAG,CAAC,kBAAkB,YAAY,EAAE,CAAC,CAAC;YAC7C,CAAC;YACD,IAAI,MAAM,KAAK,uBAAY,CAAC,MAAM,EAAE,CAAC;gBACnC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;YAClB,CAAC;QACH,CAAC,EACD,EAAE,IAAI,EAAE,KAAK,EAAE,CAChB,CAAC;IACJ,CAAC;;AA1Be,qBAAc,GAAG,IAAI,CAAC;AACtB,kBAAW,GAAG,mBAAmB,CAAC;AAElC,YAAK,GAAG;IACtB,GAAG,kBAAW,CAAC,KAAK;CACrB,CAAC;kBANiB,MAAM"}
|
package/oclif.manifest.json
CHANGED
|
@@ -105,112 +105,6 @@
|
|
|
105
105
|
"info.js"
|
|
106
106
|
]
|
|
107
107
|
},
|
|
108
|
-
"config": {
|
|
109
|
-
"aliases": [],
|
|
110
|
-
"args": {},
|
|
111
|
-
"description": "Show config file.",
|
|
112
|
-
"flags": {
|
|
113
|
-
"json": {
|
|
114
|
-
"description": "Output as JSON.",
|
|
115
|
-
"name": "json",
|
|
116
|
-
"allowNo": false,
|
|
117
|
-
"type": "boolean"
|
|
118
|
-
},
|
|
119
|
-
"verbose": {
|
|
120
|
-
"char": "v",
|
|
121
|
-
"description": "Verbose output",
|
|
122
|
-
"name": "verbose",
|
|
123
|
-
"allowNo": false,
|
|
124
|
-
"type": "boolean"
|
|
125
|
-
},
|
|
126
|
-
"dry-run": {
|
|
127
|
-
"description": "Dry run.",
|
|
128
|
-
"name": "dry-run",
|
|
129
|
-
"allowNo": false,
|
|
130
|
-
"type": "boolean"
|
|
131
|
-
},
|
|
132
|
-
"profile": {
|
|
133
|
-
"description": "User profile.",
|
|
134
|
-
"env": "DX_PROFILE",
|
|
135
|
-
"name": "profile",
|
|
136
|
-
"default": "default",
|
|
137
|
-
"hasDynamicHelp": false,
|
|
138
|
-
"multiple": false,
|
|
139
|
-
"type": "option"
|
|
140
|
-
},
|
|
141
|
-
"config": {
|
|
142
|
-
"aliases": [
|
|
143
|
-
"c"
|
|
144
|
-
],
|
|
145
|
-
"dependsOn": [
|
|
146
|
-
"profile"
|
|
147
|
-
],
|
|
148
|
-
"description": "Config file.",
|
|
149
|
-
"env": "DX_CONFIG",
|
|
150
|
-
"name": "config",
|
|
151
|
-
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
152
|
-
"hasDynamicHelp": false,
|
|
153
|
-
"helpValue": "path",
|
|
154
|
-
"multiple": false,
|
|
155
|
-
"type": "option"
|
|
156
|
-
},
|
|
157
|
-
"timeout": {
|
|
158
|
-
"aliases": [
|
|
159
|
-
"t"
|
|
160
|
-
],
|
|
161
|
-
"description": "Timeout (ms).",
|
|
162
|
-
"name": "timeout",
|
|
163
|
-
"default": 60000,
|
|
164
|
-
"hasDynamicHelp": false,
|
|
165
|
-
"multiple": false,
|
|
166
|
-
"type": "option"
|
|
167
|
-
},
|
|
168
|
-
"target": {
|
|
169
|
-
"description": "Target websocket server.",
|
|
170
|
-
"name": "target",
|
|
171
|
-
"hasDynamicHelp": false,
|
|
172
|
-
"multiple": false,
|
|
173
|
-
"type": "option"
|
|
174
|
-
},
|
|
175
|
-
"agent": {
|
|
176
|
-
"description": "Run command with agent.",
|
|
177
|
-
"env": "DX_NO_AGENT",
|
|
178
|
-
"name": "agent",
|
|
179
|
-
"allowNo": true,
|
|
180
|
-
"type": "boolean"
|
|
181
|
-
},
|
|
182
|
-
"json-log": {
|
|
183
|
-
"description": "When running in foreground, log JSON format",
|
|
184
|
-
"name": "json-log",
|
|
185
|
-
"allowNo": false,
|
|
186
|
-
"type": "boolean"
|
|
187
|
-
},
|
|
188
|
-
"json-logfile": {
|
|
189
|
-
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
190
|
-
"name": "json-logfile",
|
|
191
|
-
"default": "stderr",
|
|
192
|
-
"hasDynamicHelp": false,
|
|
193
|
-
"multiple": false,
|
|
194
|
-
"type": "option"
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
"hasDynamicHelp": false,
|
|
198
|
-
"hiddenAliases": [],
|
|
199
|
-
"id": "config",
|
|
200
|
-
"pluginAlias": "@dxos/cli",
|
|
201
|
-
"pluginName": "@dxos/cli",
|
|
202
|
-
"pluginType": "core",
|
|
203
|
-
"strict": true,
|
|
204
|
-
"enableJsonFlag": true,
|
|
205
|
-
"isESM": false,
|
|
206
|
-
"relativePath": [
|
|
207
|
-
"dist",
|
|
208
|
-
"src",
|
|
209
|
-
"commands",
|
|
210
|
-
"config",
|
|
211
|
-
"index.js"
|
|
212
|
-
]
|
|
213
|
-
},
|
|
214
108
|
"agent:invitations": {
|
|
215
109
|
"aliases": [],
|
|
216
110
|
"args": {},
|
|
@@ -945,6 +839,112 @@
|
|
|
945
839
|
"stop.js"
|
|
946
840
|
]
|
|
947
841
|
},
|
|
842
|
+
"config": {
|
|
843
|
+
"aliases": [],
|
|
844
|
+
"args": {},
|
|
845
|
+
"description": "Show config file.",
|
|
846
|
+
"flags": {
|
|
847
|
+
"json": {
|
|
848
|
+
"description": "Output as JSON.",
|
|
849
|
+
"name": "json",
|
|
850
|
+
"allowNo": false,
|
|
851
|
+
"type": "boolean"
|
|
852
|
+
},
|
|
853
|
+
"verbose": {
|
|
854
|
+
"char": "v",
|
|
855
|
+
"description": "Verbose output",
|
|
856
|
+
"name": "verbose",
|
|
857
|
+
"allowNo": false,
|
|
858
|
+
"type": "boolean"
|
|
859
|
+
},
|
|
860
|
+
"dry-run": {
|
|
861
|
+
"description": "Dry run.",
|
|
862
|
+
"name": "dry-run",
|
|
863
|
+
"allowNo": false,
|
|
864
|
+
"type": "boolean"
|
|
865
|
+
},
|
|
866
|
+
"profile": {
|
|
867
|
+
"description": "User profile.",
|
|
868
|
+
"env": "DX_PROFILE",
|
|
869
|
+
"name": "profile",
|
|
870
|
+
"default": "default",
|
|
871
|
+
"hasDynamicHelp": false,
|
|
872
|
+
"multiple": false,
|
|
873
|
+
"type": "option"
|
|
874
|
+
},
|
|
875
|
+
"config": {
|
|
876
|
+
"aliases": [
|
|
877
|
+
"c"
|
|
878
|
+
],
|
|
879
|
+
"dependsOn": [
|
|
880
|
+
"profile"
|
|
881
|
+
],
|
|
882
|
+
"description": "Config file.",
|
|
883
|
+
"env": "DX_CONFIG",
|
|
884
|
+
"name": "config",
|
|
885
|
+
"default": "/home/runner/.config/dx/profile/default.yml",
|
|
886
|
+
"hasDynamicHelp": false,
|
|
887
|
+
"helpValue": "path",
|
|
888
|
+
"multiple": false,
|
|
889
|
+
"type": "option"
|
|
890
|
+
},
|
|
891
|
+
"timeout": {
|
|
892
|
+
"aliases": [
|
|
893
|
+
"t"
|
|
894
|
+
],
|
|
895
|
+
"description": "Timeout (ms).",
|
|
896
|
+
"name": "timeout",
|
|
897
|
+
"default": 60000,
|
|
898
|
+
"hasDynamicHelp": false,
|
|
899
|
+
"multiple": false,
|
|
900
|
+
"type": "option"
|
|
901
|
+
},
|
|
902
|
+
"target": {
|
|
903
|
+
"description": "Target websocket server.",
|
|
904
|
+
"name": "target",
|
|
905
|
+
"hasDynamicHelp": false,
|
|
906
|
+
"multiple": false,
|
|
907
|
+
"type": "option"
|
|
908
|
+
},
|
|
909
|
+
"agent": {
|
|
910
|
+
"description": "Run command with agent.",
|
|
911
|
+
"env": "DX_NO_AGENT",
|
|
912
|
+
"name": "agent",
|
|
913
|
+
"allowNo": true,
|
|
914
|
+
"type": "boolean"
|
|
915
|
+
},
|
|
916
|
+
"json-log": {
|
|
917
|
+
"description": "When running in foreground, log JSON format",
|
|
918
|
+
"name": "json-log",
|
|
919
|
+
"allowNo": false,
|
|
920
|
+
"type": "boolean"
|
|
921
|
+
},
|
|
922
|
+
"json-logfile": {
|
|
923
|
+
"description": "JSON log file destination, or 'stdout' or 'stderr'",
|
|
924
|
+
"name": "json-logfile",
|
|
925
|
+
"default": "stderr",
|
|
926
|
+
"hasDynamicHelp": false,
|
|
927
|
+
"multiple": false,
|
|
928
|
+
"type": "option"
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
"hasDynamicHelp": false,
|
|
932
|
+
"hiddenAliases": [],
|
|
933
|
+
"id": "config",
|
|
934
|
+
"pluginAlias": "@dxos/cli",
|
|
935
|
+
"pluginName": "@dxos/cli",
|
|
936
|
+
"pluginType": "core",
|
|
937
|
+
"strict": true,
|
|
938
|
+
"enableJsonFlag": true,
|
|
939
|
+
"isESM": false,
|
|
940
|
+
"relativePath": [
|
|
941
|
+
"dist",
|
|
942
|
+
"src",
|
|
943
|
+
"commands",
|
|
944
|
+
"config",
|
|
945
|
+
"index.js"
|
|
946
|
+
]
|
|
947
|
+
},
|
|
948
948
|
"app:create": {
|
|
949
949
|
"aliases": [],
|
|
950
950
|
"args": {
|
|
@@ -5233,7 +5233,7 @@
|
|
|
5233
5233
|
"name": {
|
|
5234
5234
|
"description": "Tunnel name",
|
|
5235
5235
|
"name": "name",
|
|
5236
|
-
"default": "
|
|
5236
|
+
"default": "bulldog-april-salami-mountain",
|
|
5237
5237
|
"hasDynamicHelp": false,
|
|
5238
5238
|
"multiple": false,
|
|
5239
5239
|
"type": "option"
|
|
@@ -5866,5 +5866,5 @@
|
|
|
5866
5866
|
]
|
|
5867
5867
|
}
|
|
5868
5868
|
},
|
|
5869
|
-
"version": "0.6.3-main.
|
|
5869
|
+
"version": "0.6.3-main.a95c491"
|
|
5870
5870
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.6.3-main.
|
|
3
|
+
"version": "0.6.3-main.a95c491",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -52,32 +52,32 @@
|
|
|
52
52
|
"uuid": "^9.0.0",
|
|
53
53
|
"ws": "^8.14.2",
|
|
54
54
|
"wtfnode": "^0.9.1",
|
|
55
|
-
"@dxos/
|
|
56
|
-
"@dxos/
|
|
57
|
-
"@dxos/cli-base": "0.6.3-main.
|
|
58
|
-
"@dxos/
|
|
59
|
-
"@dxos/
|
|
60
|
-
"@dxos/client-
|
|
61
|
-
"@dxos/client-
|
|
62
|
-
"@dxos/
|
|
63
|
-
"@dxos/context": "0.6.3-main.
|
|
64
|
-
"@dxos/debug": "0.6.3-main.
|
|
65
|
-
"@dxos/
|
|
66
|
-
"@dxos/echo-schema": "0.6.3-main.
|
|
67
|
-
"@dxos/functions": "0.6.3-main.
|
|
68
|
-
"@dxos/
|
|
69
|
-
"@dxos/
|
|
70
|
-
"@dxos/
|
|
71
|
-
"@dxos/
|
|
72
|
-
"@dxos/
|
|
73
|
-
"@dxos/
|
|
74
|
-
"@dxos/
|
|
75
|
-
"@dxos/
|
|
76
|
-
"@dxos/
|
|
77
|
-
"@dxos/
|
|
78
|
-
"@dxos/
|
|
79
|
-
"@dxos/
|
|
80
|
-
"@dxos/util": "0.6.3-main.
|
|
55
|
+
"@dxos/async": "0.6.3-main.a95c491",
|
|
56
|
+
"@dxos/agent": "0.6.3-main.a95c491",
|
|
57
|
+
"@dxos/cli-base": "0.6.3-main.a95c491",
|
|
58
|
+
"@dxos/bare-template": "0.6.3-main.a95c491",
|
|
59
|
+
"@dxos/cli-composer": "0.6.3-main.a95c491",
|
|
60
|
+
"@dxos/client-protocol": "0.6.3-main.a95c491",
|
|
61
|
+
"@dxos/client-services": "0.6.3-main.a95c491",
|
|
62
|
+
"@dxos/config": "0.6.3-main.a95c491",
|
|
63
|
+
"@dxos/context": "0.6.3-main.a95c491",
|
|
64
|
+
"@dxos/debug": "0.6.3-main.a95c491",
|
|
65
|
+
"@dxos/client": "0.6.3-main.a95c491",
|
|
66
|
+
"@dxos/echo-schema": "0.6.3-main.a95c491",
|
|
67
|
+
"@dxos/functions": "0.6.3-main.a95c491",
|
|
68
|
+
"@dxos/invariant": "0.6.3-main.a95c491",
|
|
69
|
+
"@dxos/hello-template": "0.6.3-main.a95c491",
|
|
70
|
+
"@dxos/network-manager": "0.6.3-main.a95c491",
|
|
71
|
+
"@dxos/log": "0.6.3-main.a95c491",
|
|
72
|
+
"@dxos/node-std": "0.6.3-main.a95c491",
|
|
73
|
+
"@dxos/observability": "0.6.3-main.a95c491",
|
|
74
|
+
"@dxos/process": "0.6.3-main.a95c491",
|
|
75
|
+
"@dxos/plate": "0.6.3-main.a95c491",
|
|
76
|
+
"@dxos/random": "0.6.3-main.a95c491",
|
|
77
|
+
"@dxos/rpc": "0.6.3-main.a95c491",
|
|
78
|
+
"@dxos/protocols": "0.6.3-main.a95c491",
|
|
79
|
+
"@dxos/tasks-template": "0.6.3-main.a95c491",
|
|
80
|
+
"@dxos/util": "0.6.3-main.a95c491"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@effect/schema": "^0.67.16",
|
|
@@ -97,7 +97,8 @@
|
|
|
97
97
|
"oclif": "^4.13.0",
|
|
98
98
|
"prettier": "^3.2.4",
|
|
99
99
|
"shx": "^0.3.3",
|
|
100
|
-
"typescript": "^5.4.5"
|
|
100
|
+
"typescript": "^5.4.5",
|
|
101
|
+
"zone.js": ">=0.11.4 <0.12.0-0 || >=0.13.0 <0.14.0-0 || >=0.14.0 <0.15.0-0"
|
|
101
102
|
},
|
|
102
103
|
"engines": {
|
|
103
104
|
"node": ">=18.0.0"
|