@powerhousedao/ph-cli 6.0.0-dev.36 → 6.0.0-dev.37
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/commands/generate.d.ts +2 -0
- package/dist/src/commands/generate.d.ts.map +1 -1
- package/dist/src/commands/ph-cli-commands.d.ts +2 -0
- package/dist/src/commands/ph-cli-commands.d.ts.map +1 -1
- package/dist/src/commands/ph-cli-help.d.ts +104 -102
- package/dist/src/commands/ph-cli-help.d.ts.map +1 -1
- package/dist/src/commands/ph-cli.d.ts +170 -168
- package/dist/src/commands/ph-cli.d.ts.map +1 -1
- package/dist/src/services/generate.d.ts.map +1 -1
- package/dist/src/services/generate.js +14 -8
- package/dist/src/services/generate.js.map +1 -1
- package/dist/src/services/legacy/generate.old.d.ts.map +1 -1
- package/dist/src/services/legacy/generate.old.js +8 -1
- package/dist/src/services/legacy/generate.old.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +10 -10
|
@@ -13,6 +13,7 @@ export declare const generate: Partial<import("cmd-ts/dist/cjs/argparser.js").Re
|
|
|
13
13
|
driveEditorDirName: string | undefined;
|
|
14
14
|
processorName: string | undefined;
|
|
15
15
|
processorType: "relationalDb" | "analytics";
|
|
16
|
+
processorApp: "connect" | "switchboard";
|
|
16
17
|
subgraphName: string | undefined;
|
|
17
18
|
importScriptName: string | undefined;
|
|
18
19
|
allowedDocumentTypes: string[] | undefined;
|
|
@@ -40,6 +41,7 @@ export declare const generate: Partial<import("cmd-ts/dist/cjs/argparser.js").Re
|
|
|
40
41
|
driveEditorDirName: string | undefined;
|
|
41
42
|
processorName: string | undefined;
|
|
42
43
|
processorType: "relationalDb" | "analytics";
|
|
44
|
+
processorApp: "connect" | "switchboard";
|
|
43
45
|
subgraphName: string | undefined;
|
|
44
46
|
importScriptName: string | undefined;
|
|
45
47
|
allowedDocumentTypes: string[] | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generate.d.ts","sourceRoot":"","sources":["../../../src/commands/generate.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"generate.d.ts","sourceRoot":"","sources":["../../../src/commands/generate.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6JAqBnB,CAAC"}
|
|
@@ -14,6 +14,7 @@ export declare const phCliCommands: {
|
|
|
14
14
|
driveEditorDirName: string | undefined;
|
|
15
15
|
processorName: string | undefined;
|
|
16
16
|
processorType: "relationalDb" | "analytics";
|
|
17
|
+
processorApp: "connect" | "switchboard";
|
|
17
18
|
subgraphName: string | undefined;
|
|
18
19
|
importScriptName: string | undefined;
|
|
19
20
|
allowedDocumentTypes: string[] | undefined;
|
|
@@ -41,6 +42,7 @@ export declare const phCliCommands: {
|
|
|
41
42
|
driveEditorDirName: string | undefined;
|
|
42
43
|
processorName: string | undefined;
|
|
43
44
|
processorType: "relationalDb" | "analytics";
|
|
45
|
+
processorApp: "connect" | "switchboard";
|
|
44
46
|
subgraphName: string | undefined;
|
|
45
47
|
importScriptName: string | undefined;
|
|
46
48
|
allowedDocumentTypes: string[] | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ph-cli-commands.d.ts","sourceRoot":"","sources":["../../../src/commands/ph-cli-commands.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"ph-cli-commands.d.ts","sourceRoot":"","sources":["../../../src/commands/ph-cli-commands.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAahB,CAAC"}
|
|
@@ -22,6 +22,7 @@ export declare const phCliHelp: Partial<import("cmd-ts/dist/cjs/argparser.js").R
|
|
|
22
22
|
driveEditorDirName: string | undefined;
|
|
23
23
|
processorName: string | undefined;
|
|
24
24
|
processorType: "relationalDb" | "analytics";
|
|
25
|
+
processorApp: "connect" | "switchboard";
|
|
25
26
|
subgraphName: string | undefined;
|
|
26
27
|
importScriptName: string | undefined;
|
|
27
28
|
allowedDocumentTypes: string[] | undefined;
|
|
@@ -35,6 +36,51 @@ export declare const phCliHelp: Partial<import("cmd-ts/dist/cjs/argparser.js").R
|
|
|
35
36
|
useHygen: boolean;
|
|
36
37
|
useVersioning: boolean;
|
|
37
38
|
};
|
|
39
|
+
} | {
|
|
40
|
+
command: "connect";
|
|
41
|
+
args: {
|
|
42
|
+
host: boolean | undefined;
|
|
43
|
+
open: boolean | undefined;
|
|
44
|
+
cors: boolean | undefined;
|
|
45
|
+
strictPort: boolean | undefined;
|
|
46
|
+
printUrls: boolean;
|
|
47
|
+
bindCLIShortcuts: boolean;
|
|
48
|
+
watchTimeout: number;
|
|
49
|
+
debug: boolean | undefined;
|
|
50
|
+
connectBasePath: string;
|
|
51
|
+
logLevel: "error" | "debug" | "info" | "warn";
|
|
52
|
+
packages: string | undefined;
|
|
53
|
+
localPackage: string | undefined;
|
|
54
|
+
disableLocalPackages: boolean;
|
|
55
|
+
defaultDrivesUrl: string | undefined;
|
|
56
|
+
drivesPreserveStrategy: "preserve-all" | "preserve-by-url-and-detach";
|
|
57
|
+
force: boolean | undefined;
|
|
58
|
+
port: number;
|
|
59
|
+
outDir: string | undefined;
|
|
60
|
+
};
|
|
61
|
+
} | {
|
|
62
|
+
command: "switchboard";
|
|
63
|
+
args: {
|
|
64
|
+
packages: string | undefined;
|
|
65
|
+
port: number;
|
|
66
|
+
basePath: string | undefined;
|
|
67
|
+
keypairPath: string | undefined;
|
|
68
|
+
vetraDriveId: string;
|
|
69
|
+
dbPath: string | undefined;
|
|
70
|
+
useIdentity: boolean | undefined;
|
|
71
|
+
requireIdentity: boolean | undefined;
|
|
72
|
+
migrate: boolean | undefined;
|
|
73
|
+
migrateStatus: boolean | undefined;
|
|
74
|
+
mcp: boolean;
|
|
75
|
+
useVetraDrive: boolean;
|
|
76
|
+
debug: boolean | undefined;
|
|
77
|
+
https: boolean | undefined;
|
|
78
|
+
httpsKeyFile: string | undefined;
|
|
79
|
+
httpsCertFile: string | undefined;
|
|
80
|
+
dev: boolean | undefined;
|
|
81
|
+
remoteDrives: string[];
|
|
82
|
+
disableLocalPackages: boolean;
|
|
83
|
+
};
|
|
38
84
|
} | {
|
|
39
85
|
command: "install";
|
|
40
86
|
args: {
|
|
@@ -78,28 +124,6 @@ export declare const phCliHelp: Partial<import("cmd-ts/dist/cjs/argparser.js").R
|
|
|
78
124
|
status: boolean | undefined;
|
|
79
125
|
showDid: boolean | undefined;
|
|
80
126
|
};
|
|
81
|
-
} | {
|
|
82
|
-
command: "connect";
|
|
83
|
-
args: {
|
|
84
|
-
host: boolean | undefined;
|
|
85
|
-
open: boolean | undefined;
|
|
86
|
-
cors: boolean | undefined;
|
|
87
|
-
strictPort: boolean | undefined;
|
|
88
|
-
printUrls: boolean;
|
|
89
|
-
bindCLIShortcuts: boolean;
|
|
90
|
-
watchTimeout: number;
|
|
91
|
-
debug: boolean | undefined;
|
|
92
|
-
connectBasePath: string;
|
|
93
|
-
logLevel: "error" | "debug" | "info" | "warn";
|
|
94
|
-
packages: string | undefined;
|
|
95
|
-
localPackage: string | undefined;
|
|
96
|
-
disableLocalPackages: boolean;
|
|
97
|
-
defaultDrivesUrl: string | undefined;
|
|
98
|
-
drivesPreserveStrategy: "preserve-all" | "preserve-by-url-and-detach";
|
|
99
|
-
force: boolean | undefined;
|
|
100
|
-
port: number;
|
|
101
|
-
outDir: string | undefined;
|
|
102
|
-
};
|
|
103
127
|
} | {
|
|
104
128
|
command: "migrate";
|
|
105
129
|
args: {
|
|
@@ -138,29 +162,6 @@ export declare const phCliHelp: Partial<import("cmd-ts/dist/cjs/argparser.js").R
|
|
|
138
162
|
disableConnect: boolean;
|
|
139
163
|
interactive: boolean;
|
|
140
164
|
};
|
|
141
|
-
} | {
|
|
142
|
-
command: "switchboard";
|
|
143
|
-
args: {
|
|
144
|
-
packages: string | undefined;
|
|
145
|
-
port: number;
|
|
146
|
-
basePath: string | undefined;
|
|
147
|
-
keypairPath: string | undefined;
|
|
148
|
-
vetraDriveId: string;
|
|
149
|
-
dbPath: string | undefined;
|
|
150
|
-
useIdentity: boolean | undefined;
|
|
151
|
-
requireIdentity: boolean | undefined;
|
|
152
|
-
migrate: boolean | undefined;
|
|
153
|
-
migrateStatus: boolean | undefined;
|
|
154
|
-
mcp: boolean;
|
|
155
|
-
useVetraDrive: boolean;
|
|
156
|
-
debug: boolean | undefined;
|
|
157
|
-
https: boolean | undefined;
|
|
158
|
-
httpsKeyFile: string | undefined;
|
|
159
|
-
httpsCertFile: string | undefined;
|
|
160
|
-
dev: boolean | undefined;
|
|
161
|
-
remoteDrives: string[];
|
|
162
|
-
disableLocalPackages: boolean;
|
|
163
|
-
};
|
|
164
165
|
}>>;
|
|
165
166
|
} & import("cmd-ts/dist/cjs/helpdoc.js").Named & Partial<import("cmd-ts/dist/cjs/helpdoc.js").Descriptive & import("cmd-ts/dist/cjs/helpdoc.js").Versioned> & import("cmd-ts/dist/cjs/helpdoc.js").PrintHelp & Partial<import("cmd-ts/dist/cjs/helpdoc.js").Versioned> & import("cmd-ts/dist/cjs/argparser.js").Register & import("cmd-ts/dist/cjs/runner.js").Handling<{
|
|
166
167
|
command: "access-token";
|
|
@@ -185,6 +186,7 @@ export declare const phCliHelp: Partial<import("cmd-ts/dist/cjs/argparser.js").R
|
|
|
185
186
|
driveEditorDirName: string | undefined;
|
|
186
187
|
processorName: string | undefined;
|
|
187
188
|
processorType: "relationalDb" | "analytics";
|
|
189
|
+
processorApp: "connect" | "switchboard";
|
|
188
190
|
subgraphName: string | undefined;
|
|
189
191
|
importScriptName: string | undefined;
|
|
190
192
|
allowedDocumentTypes: string[] | undefined;
|
|
@@ -198,6 +200,51 @@ export declare const phCliHelp: Partial<import("cmd-ts/dist/cjs/argparser.js").R
|
|
|
198
200
|
useHygen: boolean;
|
|
199
201
|
useVersioning: boolean;
|
|
200
202
|
};
|
|
203
|
+
} | {
|
|
204
|
+
command: "connect";
|
|
205
|
+
args: {
|
|
206
|
+
host: boolean | undefined;
|
|
207
|
+
open: boolean | undefined;
|
|
208
|
+
cors: boolean | undefined;
|
|
209
|
+
strictPort: boolean | undefined;
|
|
210
|
+
printUrls: boolean;
|
|
211
|
+
bindCLIShortcuts: boolean;
|
|
212
|
+
watchTimeout: number;
|
|
213
|
+
debug: boolean | undefined;
|
|
214
|
+
connectBasePath: string;
|
|
215
|
+
logLevel: "error" | "debug" | "info" | "warn";
|
|
216
|
+
packages: string | undefined;
|
|
217
|
+
localPackage: string | undefined;
|
|
218
|
+
disableLocalPackages: boolean;
|
|
219
|
+
defaultDrivesUrl: string | undefined;
|
|
220
|
+
drivesPreserveStrategy: "preserve-all" | "preserve-by-url-and-detach";
|
|
221
|
+
force: boolean | undefined;
|
|
222
|
+
port: number;
|
|
223
|
+
outDir: string | undefined;
|
|
224
|
+
};
|
|
225
|
+
} | {
|
|
226
|
+
command: "switchboard";
|
|
227
|
+
args: {
|
|
228
|
+
packages: string | undefined;
|
|
229
|
+
port: number;
|
|
230
|
+
basePath: string | undefined;
|
|
231
|
+
keypairPath: string | undefined;
|
|
232
|
+
vetraDriveId: string;
|
|
233
|
+
dbPath: string | undefined;
|
|
234
|
+
useIdentity: boolean | undefined;
|
|
235
|
+
requireIdentity: boolean | undefined;
|
|
236
|
+
migrate: boolean | undefined;
|
|
237
|
+
migrateStatus: boolean | undefined;
|
|
238
|
+
mcp: boolean;
|
|
239
|
+
useVetraDrive: boolean;
|
|
240
|
+
debug: boolean | undefined;
|
|
241
|
+
https: boolean | undefined;
|
|
242
|
+
httpsKeyFile: string | undefined;
|
|
243
|
+
httpsCertFile: string | undefined;
|
|
244
|
+
dev: boolean | undefined;
|
|
245
|
+
remoteDrives: string[];
|
|
246
|
+
disableLocalPackages: boolean;
|
|
247
|
+
};
|
|
201
248
|
} | {
|
|
202
249
|
command: "install";
|
|
203
250
|
args: {
|
|
@@ -241,28 +288,6 @@ export declare const phCliHelp: Partial<import("cmd-ts/dist/cjs/argparser.js").R
|
|
|
241
288
|
status: boolean | undefined;
|
|
242
289
|
showDid: boolean | undefined;
|
|
243
290
|
};
|
|
244
|
-
} | {
|
|
245
|
-
command: "connect";
|
|
246
|
-
args: {
|
|
247
|
-
host: boolean | undefined;
|
|
248
|
-
open: boolean | undefined;
|
|
249
|
-
cors: boolean | undefined;
|
|
250
|
-
strictPort: boolean | undefined;
|
|
251
|
-
printUrls: boolean;
|
|
252
|
-
bindCLIShortcuts: boolean;
|
|
253
|
-
watchTimeout: number;
|
|
254
|
-
debug: boolean | undefined;
|
|
255
|
-
connectBasePath: string;
|
|
256
|
-
logLevel: "error" | "debug" | "info" | "warn";
|
|
257
|
-
packages: string | undefined;
|
|
258
|
-
localPackage: string | undefined;
|
|
259
|
-
disableLocalPackages: boolean;
|
|
260
|
-
defaultDrivesUrl: string | undefined;
|
|
261
|
-
drivesPreserveStrategy: "preserve-all" | "preserve-by-url-and-detach";
|
|
262
|
-
force: boolean | undefined;
|
|
263
|
-
port: number;
|
|
264
|
-
outDir: string | undefined;
|
|
265
|
-
};
|
|
266
291
|
} | {
|
|
267
292
|
command: "migrate";
|
|
268
293
|
args: {
|
|
@@ -301,35 +326,18 @@ export declare const phCliHelp: Partial<import("cmd-ts/dist/cjs/argparser.js").R
|
|
|
301
326
|
disableConnect: boolean;
|
|
302
327
|
interactive: boolean;
|
|
303
328
|
};
|
|
304
|
-
} | {
|
|
305
|
-
command: "switchboard";
|
|
306
|
-
args: {
|
|
307
|
-
packages: string | undefined;
|
|
308
|
-
port: number;
|
|
309
|
-
basePath: string | undefined;
|
|
310
|
-
keypairPath: string | undefined;
|
|
311
|
-
vetraDriveId: string;
|
|
312
|
-
dbPath: string | undefined;
|
|
313
|
-
useIdentity: boolean | undefined;
|
|
314
|
-
requireIdentity: boolean | undefined;
|
|
315
|
-
migrate: boolean | undefined;
|
|
316
|
-
migrateStatus: boolean | undefined;
|
|
317
|
-
mcp: boolean;
|
|
318
|
-
useVetraDrive: boolean;
|
|
319
|
-
debug: boolean | undefined;
|
|
320
|
-
https: boolean | undefined;
|
|
321
|
-
httpsKeyFile: string | undefined;
|
|
322
|
-
httpsCertFile: string | undefined;
|
|
323
|
-
dev: boolean | undefined;
|
|
324
|
-
remoteDrives: string[];
|
|
325
|
-
disableLocalPackages: boolean;
|
|
326
|
-
};
|
|
327
329
|
}, {
|
|
328
330
|
command: "access-token";
|
|
329
331
|
value: void;
|
|
330
332
|
} | {
|
|
331
333
|
command: "generate";
|
|
332
334
|
value: void;
|
|
335
|
+
} | {
|
|
336
|
+
command: "connect";
|
|
337
|
+
value: void;
|
|
338
|
+
} | {
|
|
339
|
+
command: "switchboard";
|
|
340
|
+
value: void;
|
|
333
341
|
} | {
|
|
334
342
|
command: "install";
|
|
335
343
|
value: void;
|
|
@@ -345,18 +353,12 @@ export declare const phCliHelp: Partial<import("cmd-ts/dist/cjs/argparser.js").R
|
|
|
345
353
|
} | {
|
|
346
354
|
command: "login";
|
|
347
355
|
value: void;
|
|
348
|
-
} | {
|
|
349
|
-
command: "connect";
|
|
350
|
-
value: void;
|
|
351
356
|
} | {
|
|
352
357
|
command: "migrate";
|
|
353
358
|
value: void;
|
|
354
359
|
} | {
|
|
355
360
|
command: "vetra";
|
|
356
361
|
value: void;
|
|
357
|
-
} | {
|
|
358
|
-
command: "switchboard";
|
|
359
|
-
value: void;
|
|
360
362
|
}> & {
|
|
361
363
|
run(context: import("cmd-ts/dist/cjs/argparser.js").ParseContext): Promise<import("cmd-ts/dist/cjs/argparser.js").ParsingResult<{
|
|
362
364
|
command: "access-token";
|
|
@@ -364,6 +366,12 @@ export declare const phCliHelp: Partial<import("cmd-ts/dist/cjs/argparser.js").R
|
|
|
364
366
|
} | {
|
|
365
367
|
command: "generate";
|
|
366
368
|
value: void;
|
|
369
|
+
} | {
|
|
370
|
+
command: "connect";
|
|
371
|
+
value: void;
|
|
372
|
+
} | {
|
|
373
|
+
command: "switchboard";
|
|
374
|
+
value: void;
|
|
367
375
|
} | {
|
|
368
376
|
command: "install";
|
|
369
377
|
value: void;
|
|
@@ -379,18 +387,12 @@ export declare const phCliHelp: Partial<import("cmd-ts/dist/cjs/argparser.js").R
|
|
|
379
387
|
} | {
|
|
380
388
|
command: "login";
|
|
381
389
|
value: void;
|
|
382
|
-
} | {
|
|
383
|
-
command: "connect";
|
|
384
|
-
value: void;
|
|
385
390
|
} | {
|
|
386
391
|
command: "migrate";
|
|
387
392
|
value: void;
|
|
388
393
|
} | {
|
|
389
394
|
command: "vetra";
|
|
390
395
|
value: void;
|
|
391
|
-
} | {
|
|
392
|
-
command: "switchboard";
|
|
393
|
-
value: void;
|
|
394
396
|
}>>;
|
|
395
397
|
};
|
|
396
398
|
//# sourceMappingURL=ph-cli-help.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ph-cli-help.d.ts","sourceRoot":"","sources":["../../../src/commands/ph-cli-help.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"ph-cli-help.d.ts","sourceRoot":"","sources":["../../../src/commands/ph-cli-help.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKpB,CAAC"}
|