@pikku/cli 0.12.68 → 0.12.69
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/cli.schema.json +1 -1
- package/console-app/assets/{index-CttM2Aiz.js → index-BY60UXB6.js} +132 -132
- package/console-app/index.html +2 -2
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
- package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-channel.js +7 -12
- package/dist/.pikku/cli/pikku-cli-client.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-client.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-contracts-meta.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-contracts-meta.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.json +8 -31
- package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.json +37 -52
- package/dist/.pikku/function/pikku-functions.gen.js +1 -3
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
- package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
- package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
- package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
- package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
- package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
- package/dist/.pikku/pikku-meta-service.gen.js +1 -1
- package/dist/.pikku/pikku-services.gen.d.ts +1 -1
- package/dist/.pikku/pikku-types.gen.d.ts +1 -1
- package/dist/.pikku/pikku-types.gen.js +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +2 -3
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
- package/dist/.pikku/schemas/register.gen.js +5 -7
- package/dist/.pikku/schemas/schemas/DevInput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuCLIConfig.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/ServeInput.schema.json +1 -1
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +4 -4
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +2 -2
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
- package/dist/bin/pikku-bin.mjs +2 -2
- package/dist/bin/pikku.js +1 -1
- package/dist/src/cli.wiring.js +8 -31
- package/dist/src/functions/commands/dev.d.ts +0 -3
- package/dist/src/functions/commands/dev.js +8 -6
- package/dist/src/functions/commands/{user-flow.d.ts → scenario.d.ts} +2 -2
- package/dist/src/functions/commands/{user-flow.js → scenario.js} +21 -21
- package/dist/src/functions/commands/serve-console.d.ts +2 -3
- package/dist/src/functions/commands/serve-console.js +5 -51
- package/dist/src/functions/commands/serve.d.ts +3 -3
- package/dist/src/functions/commands/serve.js +11 -6
- package/dist/src/functions/wirings/workflow/pikku-command-workflow.js +6 -5
- package/dist/src/functions/wirings/workflow/serialize-scenario-actors.d.ts +8 -0
- package/dist/src/functions/wirings/workflow/serialize-scenario-actors.js +43 -0
- package/dist/src/functions/wirings/workflow/serialize-workflow-types.js +4 -4
- package/dist/src/utils/pikku-cli-config.js +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -6
- package/dist/.pikku/schemas/schemas/ConsoleCommandInput.schema.json +0 -1
- package/dist/src/functions/commands/console.d.ts +0 -13
- package/dist/src/functions/commands/console.js +0 -122
- package/dist/src/functions/wirings/workflow/serialize-user-flow-actors.d.ts +0 -8
- package/dist/src/functions/wirings/workflow/serialize-user-flow-actors.js +0 -36
- /package/dist/.pikku/schemas/schemas/{UserFlowListInput.schema.json → ScenarioListInput.schema.json} +0 -0
- /package/dist/.pikku/schemas/schemas/{UserFlowRunInput.schema.json → ScenarioRunInput.schema.json} +0 -0
package/console-app/index.html
CHANGED
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
}
|
|
22
22
|
} catch (e) {}
|
|
23
23
|
</script>
|
|
24
|
-
<script type="module" crossorigin src="/assets/index-
|
|
25
|
-
<link rel="stylesheet" crossorigin href="/assets/index-DwyRdRuZ.css">
|
|
24
|
+
<script type="module" crossorigin src="/console/assets/index-BY60UXB6.js"></script>
|
|
25
|
+
<link rel="stylesheet" crossorigin href="/console/assets/index-DwyRdRuZ.css">
|
|
26
26
|
</head>
|
|
27
27
|
<body>
|
|
28
28
|
<div id="root"></div>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.69
|
|
3
3
|
*/
|
|
4
4
|
import { CoreAIAgent, PikkuAIMiddlewareHooks } from '@pikku/core/ai-agent';
|
|
5
5
|
import type { PikkuPermission, PikkuMiddleware, Services, PikkuFunctionConfig } from '../function/pikku-function-types.gen.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.69
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* WebSocket channel backend for 'pikku' CLI commands
|
|
@@ -15,7 +15,6 @@ import { pikkuAudit } from '../../src/functions/commands/audit.js';
|
|
|
15
15
|
import { watch } from '../../src/functions/commands/watch.js';
|
|
16
16
|
import { dev } from '../../src/functions/commands/dev.js';
|
|
17
17
|
import { serve } from '../../src/functions/commands/serve.js';
|
|
18
|
-
import { consoleCommand } from '../../src/functions/commands/console.js';
|
|
19
18
|
import { login } from '../../src/functions/commands/login.js';
|
|
20
19
|
import { logout } from '../../src/functions/commands/login.js';
|
|
21
20
|
import { whoami } from '../../src/functions/commands/login.js';
|
|
@@ -28,8 +27,8 @@ import { dbSeed } from '../../src/functions/commands/db-seed.js';
|
|
|
28
27
|
import { dbReset } from '../../src/functions/commands/db-reset.js';
|
|
29
28
|
import { dbAudit } from '../../src/functions/commands/db-audit.js';
|
|
30
29
|
import { workspaceValidate } from '../../src/functions/commands/workspace-validate.js';
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
30
|
+
import { scenarioRun } from '../../src/functions/commands/scenario.js';
|
|
31
|
+
import { scenarioList } from '../../src/functions/commands/scenario.js';
|
|
33
32
|
import { FabricValidate } from '../../src/fabric/functions/validate.function.js';
|
|
34
33
|
import { FabricSmoke } from '../../src/fabric/functions/smoke.function.js';
|
|
35
34
|
import { FabricLogin } from '../../src/fabric/functions/login.function.js';
|
|
@@ -189,10 +188,6 @@ wireChannel({
|
|
|
189
188
|
func: serve,
|
|
190
189
|
middleware: [cliCloseOnComplete],
|
|
191
190
|
},
|
|
192
|
-
'console': {
|
|
193
|
-
func: consoleCommand,
|
|
194
|
-
middleware: [cliCloseOnComplete],
|
|
195
|
-
},
|
|
196
191
|
'login': {
|
|
197
192
|
func: login,
|
|
198
193
|
middleware: [cliCloseOnComplete],
|
|
@@ -241,12 +236,12 @@ wireChannel({
|
|
|
241
236
|
func: workspaceValidate,
|
|
242
237
|
middleware: [cliCloseOnComplete],
|
|
243
238
|
},
|
|
244
|
-
'
|
|
245
|
-
func:
|
|
239
|
+
'scenario.run': {
|
|
240
|
+
func: scenarioRun,
|
|
246
241
|
middleware: [cliCloseOnComplete],
|
|
247
242
|
},
|
|
248
|
-
'
|
|
249
|
-
func:
|
|
243
|
+
'scenario.list': {
|
|
244
|
+
func: scenarioList,
|
|
250
245
|
middleware: [cliCloseOnComplete],
|
|
251
246
|
},
|
|
252
247
|
'fabric.validate': {
|
|
@@ -107,9 +107,6 @@
|
|
|
107
107
|
"hmr": {
|
|
108
108
|
"description": "Enable hot module reload",
|
|
109
109
|
"default": true
|
|
110
|
-
},
|
|
111
|
-
"console": {
|
|
112
|
-
"description": "Also serve the Pikku Console UI (optionally specify port, default 51442)"
|
|
113
110
|
}
|
|
114
111
|
},
|
|
115
112
|
"description": "Start a local development server with all services wired"
|
|
@@ -124,31 +121,11 @@
|
|
|
124
121
|
"short": "p"
|
|
125
122
|
},
|
|
126
123
|
"console": {
|
|
127
|
-
"description": "Also serve the Pikku Console
|
|
128
|
-
}
|
|
129
|
-
},
|
|
130
|
-
"description": "Start a server using the bundled bun or node runner (no watch, no codegen)"
|
|
131
|
-
},
|
|
132
|
-
"console": {
|
|
133
|
-
"pikkuFuncId": "consoleCommand",
|
|
134
|
-
"positionals": [],
|
|
135
|
-
"options": {
|
|
136
|
-
"port": {
|
|
137
|
-
"description": "Port for the console server",
|
|
138
|
-
"default": "51442",
|
|
139
|
-
"short": "p"
|
|
140
|
-
},
|
|
141
|
-
"open": {
|
|
142
|
-
"description": "Open the console in the browser",
|
|
143
|
-
"default": "false",
|
|
144
|
-
"short": "o"
|
|
145
|
-
},
|
|
146
|
-
"hmr": {
|
|
147
|
-
"description": "Enable hot module reload for registered functions",
|
|
124
|
+
"description": "Also serve the Pikku Console same-origin at /console",
|
|
148
125
|
"default": false
|
|
149
126
|
}
|
|
150
127
|
},
|
|
151
|
-
"description": "Start the
|
|
128
|
+
"description": "Start a server using the bundled bun or node runner (no watch, no codegen)"
|
|
152
129
|
},
|
|
153
130
|
"login": {
|
|
154
131
|
"pikkuFuncId": "login",
|
|
@@ -280,14 +257,14 @@
|
|
|
280
257
|
}
|
|
281
258
|
}
|
|
282
259
|
},
|
|
283
|
-
"
|
|
260
|
+
"scenario": {
|
|
284
261
|
"pikkuFuncId": "",
|
|
285
262
|
"positionals": [],
|
|
286
263
|
"options": {},
|
|
287
|
-
"description": "Run and inspect
|
|
264
|
+
"description": "Run and inspect scenarios (pikkuScenario)",
|
|
288
265
|
"subcommands": {
|
|
289
266
|
"run": {
|
|
290
|
-
"pikkuFuncId": "
|
|
267
|
+
"pikkuFuncId": "scenarioRun",
|
|
291
268
|
"positionals": [
|
|
292
269
|
{
|
|
293
270
|
"name": "environment",
|
|
@@ -304,14 +281,14 @@
|
|
|
304
281
|
"short": "t"
|
|
305
282
|
}
|
|
306
283
|
},
|
|
307
|
-
"description": "Run
|
|
284
|
+
"description": "Run scenarios against a configured environment (scenarios.environments in pikku.config.json). Actor secret comes from SCENARIO_ACTOR_SECRET.",
|
|
308
285
|
"parameters": "<environment>"
|
|
309
286
|
},
|
|
310
287
|
"list": {
|
|
311
|
-
"pikkuFuncId": "
|
|
288
|
+
"pikkuFuncId": "scenarioList",
|
|
312
289
|
"positionals": [],
|
|
313
290
|
"options": {},
|
|
314
|
-
"description": "List
|
|
291
|
+
"description": "List scenarios with names and descriptions"
|
|
315
292
|
}
|
|
316
293
|
}
|
|
317
294
|
},
|
|
@@ -534,21 +534,6 @@
|
|
|
534
534
|
"remote": true,
|
|
535
535
|
"implementationHash": "5a720046adea0212"
|
|
536
536
|
},
|
|
537
|
-
"consoleCommand": {
|
|
538
|
-
"pikkuFuncId": "consoleCommand",
|
|
539
|
-
"functionType": "user",
|
|
540
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
541
|
-
"sessionless": true,
|
|
542
|
-
"name": "consoleCommand",
|
|
543
|
-
"inputSchemaName": "ConsoleCommandInput",
|
|
544
|
-
"outputSchemaName": null,
|
|
545
|
-
"inputs": [
|
|
546
|
-
"ConsoleCommandInput"
|
|
547
|
-
],
|
|
548
|
-
"outputs": [],
|
|
549
|
-
"remote": true,
|
|
550
|
-
"implementationHash": "1a5d72b67945f25a"
|
|
551
|
-
},
|
|
552
537
|
"dbAudit": {
|
|
553
538
|
"pikkuFuncId": "dbAudit",
|
|
554
539
|
"functionType": "user",
|
|
@@ -686,7 +671,7 @@
|
|
|
686
671
|
],
|
|
687
672
|
"outputs": [],
|
|
688
673
|
"remote": true,
|
|
689
|
-
"implementationHash": "
|
|
674
|
+
"implementationHash": "316fa81da9927135"
|
|
690
675
|
},
|
|
691
676
|
"pikkuEmailsInit": {
|
|
692
677
|
"pikkuFuncId": "pikkuEmailsInit",
|
|
@@ -1354,6 +1339,40 @@
|
|
|
1354
1339
|
"inputHash": "914f8a46",
|
|
1355
1340
|
"outputHash": "dc82a9b9"
|
|
1356
1341
|
},
|
|
1342
|
+
"scenarioList": {
|
|
1343
|
+
"pikkuFuncId": "scenarioList",
|
|
1344
|
+
"functionType": "user",
|
|
1345
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1346
|
+
"sessionless": true,
|
|
1347
|
+
"name": "scenarioList",
|
|
1348
|
+
"inputSchemaName": "ScenarioListInput",
|
|
1349
|
+
"outputSchemaName": null,
|
|
1350
|
+
"inputs": [
|
|
1351
|
+
"ScenarioListInput"
|
|
1352
|
+
],
|
|
1353
|
+
"outputs": [],
|
|
1354
|
+
"implementationHash": "10cdf01b8ce96dae",
|
|
1355
|
+
"contractHash": "e790690833f027f6",
|
|
1356
|
+
"inputHash": "dbf3a3d0",
|
|
1357
|
+
"outputHash": "4cdcffbb"
|
|
1358
|
+
},
|
|
1359
|
+
"scenarioRun": {
|
|
1360
|
+
"pikkuFuncId": "scenarioRun",
|
|
1361
|
+
"functionType": "user",
|
|
1362
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1363
|
+
"sessionless": true,
|
|
1364
|
+
"name": "scenarioRun",
|
|
1365
|
+
"inputSchemaName": "ScenarioRunInput",
|
|
1366
|
+
"outputSchemaName": null,
|
|
1367
|
+
"inputs": [
|
|
1368
|
+
"ScenarioRunInput"
|
|
1369
|
+
],
|
|
1370
|
+
"outputs": [],
|
|
1371
|
+
"implementationHash": "dc6eb7747327641a",
|
|
1372
|
+
"contractHash": "a654f9907de4fa37",
|
|
1373
|
+
"inputHash": "8ca8367a",
|
|
1374
|
+
"outputHash": "73729ce5"
|
|
1375
|
+
},
|
|
1357
1376
|
"serve": {
|
|
1358
1377
|
"pikkuFuncId": "serve",
|
|
1359
1378
|
"functionType": "user",
|
|
@@ -1367,7 +1386,7 @@
|
|
|
1367
1386
|
],
|
|
1368
1387
|
"outputs": [],
|
|
1369
1388
|
"remote": true,
|
|
1370
|
-
"implementationHash": "
|
|
1389
|
+
"implementationHash": "6071d4ffe1b694cc"
|
|
1371
1390
|
},
|
|
1372
1391
|
"pikkuSkillsList": {
|
|
1373
1392
|
"pikkuFuncId": "pikkuSkillsList",
|
|
@@ -1437,40 +1456,6 @@
|
|
|
1437
1456
|
"inputHash": "e27fe9ce",
|
|
1438
1457
|
"outputHash": "4a703d6e"
|
|
1439
1458
|
},
|
|
1440
|
-
"userFlowList": {
|
|
1441
|
-
"pikkuFuncId": "userFlowList",
|
|
1442
|
-
"functionType": "user",
|
|
1443
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1444
|
-
"sessionless": true,
|
|
1445
|
-
"name": "userFlowList",
|
|
1446
|
-
"inputSchemaName": "UserFlowListInput",
|
|
1447
|
-
"outputSchemaName": null,
|
|
1448
|
-
"inputs": [
|
|
1449
|
-
"UserFlowListInput"
|
|
1450
|
-
],
|
|
1451
|
-
"outputs": [],
|
|
1452
|
-
"implementationHash": "3999b907ebad7ec1",
|
|
1453
|
-
"contractHash": "25896f3e7ae4f489",
|
|
1454
|
-
"inputHash": "837d5b06",
|
|
1455
|
-
"outputHash": "1b3daaa9"
|
|
1456
|
-
},
|
|
1457
|
-
"userFlowRun": {
|
|
1458
|
-
"pikkuFuncId": "userFlowRun",
|
|
1459
|
-
"functionType": "user",
|
|
1460
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1461
|
-
"sessionless": true,
|
|
1462
|
-
"name": "userFlowRun",
|
|
1463
|
-
"inputSchemaName": "UserFlowRunInput",
|
|
1464
|
-
"outputSchemaName": null,
|
|
1465
|
-
"inputs": [
|
|
1466
|
-
"UserFlowRunInput"
|
|
1467
|
-
],
|
|
1468
|
-
"outputs": [],
|
|
1469
|
-
"implementationHash": "5caff29ed5cf664d",
|
|
1470
|
-
"contractHash": "c79ecd709dd14ff1",
|
|
1471
|
-
"inputHash": "e236e045",
|
|
1472
|
-
"outputHash": "63b25371"
|
|
1473
|
-
},
|
|
1474
1459
|
"pikkuVersionsCheck": {
|
|
1475
1460
|
"pikkuFuncId": "pikkuVersionsCheck",
|
|
1476
1461
|
"functionType": "user",
|
|
@@ -2994,7 +2979,7 @@
|
|
|
2994
2979
|
"outputs": [
|
|
2995
2980
|
"PikkuWorkflowOutput"
|
|
2996
2981
|
],
|
|
2997
|
-
"implementationHash": "
|
|
2982
|
+
"implementationHash": "03c5d284903846f9",
|
|
2998
2983
|
"middleware": [
|
|
2999
2984
|
{
|
|
3000
2985
|
"type": "wire",
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.69
|
|
3
3
|
*/
|
|
4
4
|
/* Import and register functions used by RPCs */
|
|
5
5
|
import { addFunction } from '@pikku/core/function';
|
|
6
6
|
import { all } from '../../src/functions/commands/all.js';
|
|
7
7
|
import { bootstrap } from '../../src/functions/commands/bootstrap.js';
|
|
8
|
-
import { consoleCommand } from '../../src/functions/commands/console.js';
|
|
9
8
|
import { dbAudit } from '../../src/functions/commands/db-audit.js';
|
|
10
9
|
import { dbGenerate } from '../../src/functions/commands/db-generate.js';
|
|
11
10
|
import { dbMigrate } from '../../src/functions/commands/db-migrate.js';
|
|
@@ -80,7 +79,6 @@ import { serve } from '../../src/functions/commands/serve.js';
|
|
|
80
79
|
import { watch } from '../../src/functions/commands/watch.js';
|
|
81
80
|
addFunction('all', all);
|
|
82
81
|
addFunction('bootstrap', bootstrap);
|
|
83
|
-
addFunction('consoleCommand', consoleCommand);
|
|
84
82
|
addFunction('dbAudit', dbAudit);
|
|
85
83
|
addFunction('dbGenerate', dbGenerate);
|
|
86
84
|
addFunction('dbMigrate', dbMigrate);
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
"pikkuAudit": "pikkuAudit",
|
|
29
29
|
"binary": "binary",
|
|
30
30
|
"bootstrap": "bootstrap",
|
|
31
|
-
"consoleCommand": "consoleCommand",
|
|
32
31
|
"dbAudit": "dbAudit",
|
|
33
32
|
"dbGenerate": "dbGenerate",
|
|
34
33
|
"dbMigrate": "dbMigrate",
|
|
@@ -78,13 +77,13 @@
|
|
|
78
77
|
"pikkuNewWiring": "pikkuNewWiring",
|
|
79
78
|
"pikkuBootstrap": "pikkuBootstrap",
|
|
80
79
|
"pikkuSummary": "pikkuSummary",
|
|
80
|
+
"scenarioList": "scenarioList",
|
|
81
|
+
"scenarioRun": "scenarioRun",
|
|
81
82
|
"serve": "serve",
|
|
82
83
|
"pikkuSkillsList": "pikkuSkillsList",
|
|
83
84
|
"pikkuSkillsInstall": "pikkuSkillsInstall",
|
|
84
85
|
"pikkuTestsCoverage": "pikkuTestsCoverage",
|
|
85
86
|
"pikkuTestsInit": "pikkuTestsInit",
|
|
86
|
-
"userFlowList": "userFlowList",
|
|
87
|
-
"userFlowRun": "userFlowRun",
|
|
88
87
|
"pikkuVersionsCheck": "pikkuVersionsCheck",
|
|
89
88
|
"pikkuVersionsInit": "pikkuVersionsInit",
|
|
90
89
|
"pikkuVersionsUpdate": "pikkuVersionsUpdate",
|