@pikku/cli 0.12.83 → 0.12.86
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/console-app/assets/index-CSzCJzBb.css +1 -0
- package/console-app/assets/{index-CN_U0k_D.js → index-Cr3_cO3Z.js} +161 -150
- package/console-app/index.html +2 -2
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +3 -2
- package/dist/.pikku/{http/pikku-http-wirings.gen.d.ts → auth/auth.types.d.ts} +1 -1
- package/dist/.pikku/auth/auth.types.js +5 -0
- 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.d.ts +4 -4
- package/dist/.pikku/cli/pikku-cli-channel.js +1 -1
- 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-contracts-meta.gen.json +4 -0
- 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 +4 -0
- 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 +24 -14
- 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 +45 -36
- package/dist/.pikku/function/pikku-functions.gen.js +3 -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/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 -5
- package/dist/.pikku/pikku-bootstrap.gen.js +1 -5
- 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 +2 -1
- package/dist/.pikku/pikku-services.gen.js +1 -0
- 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/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +2 -2
- 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 +3 -7
- package/dist/.pikku/schemas/schemas/FabricLoginInput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuCLIConfig.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuUserAdminFunctionsOutput.schema.json +1 -0
- package/dist/.pikku/scopes/pikku-scope-types.gen.d.ts +1 -1
- package/dist/.pikku/scopes/pikku-scope-types.gen.js +1 -1
- package/dist/.pikku/scopes/pikku-scopes.gen.d.ts +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/meta/allWorkflow.gen.json +9 -3
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +8 -2
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
- 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/src/fabric/fabric-commands.d.ts +56 -53
- package/dist/src/fabric/fabric-commands.js +4 -0
- package/dist/src/fabric/functions/add.function.d.ts +2 -2
- package/dist/src/fabric/functions/addon-verify.function.d.ts +2 -2
- package/dist/src/fabric/functions/db-schema.function.d.ts +2 -2
- package/dist/src/fabric/functions/deploy-list.function.d.ts +2 -2
- package/dist/src/fabric/functions/deploy-units.function.d.ts +2 -2
- package/dist/src/fabric/functions/deploy.function.d.ts +4 -4
- package/dist/src/fabric/functions/domains-add.function.d.ts +2 -2
- package/dist/src/fabric/functions/domains-list.function.d.ts +2 -2
- package/dist/src/fabric/functions/domains-remove.function.d.ts +2 -2
- package/dist/src/fabric/functions/errors.function.d.ts +2 -2
- package/dist/src/fabric/functions/init.function.d.ts +2 -2
- package/dist/src/fabric/functions/link.function.d.ts +2 -2
- package/dist/src/fabric/functions/llm-key.function.d.ts +6 -6
- package/dist/src/fabric/functions/login.function.d.ts +6 -2
- package/dist/src/fabric/functions/login.function.js +45 -4
- package/dist/src/fabric/functions/logs.function.d.ts +2 -2
- package/dist/src/fabric/functions/metrics.function.d.ts +2 -2
- package/dist/src/fabric/functions/publish.function.d.ts +2 -2
- package/dist/src/fabric/functions/rollback.function.d.ts +2 -2
- package/dist/src/fabric/functions/secrets-list.function.d.ts +2 -2
- package/dist/src/fabric/functions/secrets-set.function.d.ts +2 -2
- package/dist/src/fabric/functions/smoke.function.d.ts +2 -2
- package/dist/src/fabric/functions/status.function.d.ts +2 -2
- package/dist/src/fabric/functions/trace.function.d.ts +2 -2
- package/dist/src/fabric/functions/validate.function.d.ts +2 -2
- package/dist/src/functions/commands/all.d.ts +1 -1
- package/dist/src/functions/commands/audit.d.ts +1 -1
- package/dist/src/functions/commands/binary.d.ts +2 -2
- package/dist/src/functions/commands/bootstrap.d.ts +1 -1
- package/dist/src/functions/commands/db-audit.d.ts +1 -1
- package/dist/src/functions/commands/db-generate.d.ts +1 -1
- package/dist/src/functions/commands/db-migrate.d.ts +1 -1
- package/dist/src/functions/commands/db-reset.d.ts +1 -1
- package/dist/src/functions/commands/db-seed.d.ts +1 -1
- package/dist/src/functions/commands/deploy-apply.d.ts +2 -2
- package/dist/src/functions/commands/deploy-info.d.ts +1 -1
- package/dist/src/functions/commands/deploy-plan.d.ts +2 -2
- package/dist/src/functions/commands/dev.d.ts +2 -2
- package/dist/src/functions/commands/emails-init.d.ts +1 -1
- package/dist/src/functions/commands/enable.d.ts +8 -8
- package/dist/src/functions/commands/import-n8n.d.ts +2 -2
- package/dist/src/functions/commands/info.d.ts +4 -4
- package/dist/src/functions/commands/login.d.ts +5 -5
- package/dist/src/functions/commands/meta.d.ts +25 -25
- package/dist/src/functions/commands/new-addon.d.ts +13 -2
- package/dist/src/functions/commands/new-addon.js +38 -4
- package/dist/src/functions/commands/new-function.d.ts +2 -2
- package/dist/src/functions/commands/new-middleware.d.ts +2 -2
- package/dist/src/functions/commands/new-permission.d.ts +2 -2
- package/dist/src/functions/commands/new-wiring.d.ts +2 -2
- package/dist/src/functions/commands/pikku-command-bootstrap.d.ts +1 -1
- package/dist/src/functions/commands/pikku-command-summary.d.ts +1 -1
- package/dist/src/functions/commands/scenario.d.ts +3 -3
- package/dist/src/functions/commands/scopes-audit.d.ts +1 -1
- package/dist/src/functions/commands/scopes-prune.d.ts +2 -2
- package/dist/src/functions/commands/serve.d.ts +2 -2
- package/dist/src/functions/commands/skills.d.ts +4 -4
- package/dist/src/functions/commands/versions-check.d.ts +1 -1
- package/dist/src/functions/commands/versions-init.d.ts +2 -2
- package/dist/src/functions/commands/versions-update.d.ts +1 -1
- package/dist/src/functions/commands/watch.d.ts +2 -2
- package/dist/src/functions/commands/workspace-validate.d.ts +2 -2
- package/dist/src/functions/runtimes/fetch/index.d.ts +1 -1
- package/dist/src/functions/runtimes/nextjs/pikku-command-nextjs.d.ts +1 -1
- package/dist/src/functions/runtimes/tanstack-start/pikku-command-tanstack-start.d.ts +1 -1
- package/dist/src/functions/runtimes/websocket/pikku-command-websocket-typed.d.ts +1 -1
- package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent-types.d.ts +1 -1
- package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent-types.js +3 -2
- package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent.d.ts +1 -1
- package/dist/src/functions/wirings/ai-agent/pikku-command-public-agent.d.ts +1 -1
- package/dist/src/functions/wirings/ai-agent/pikku-command-public-agent.js +6 -2
- package/dist/src/functions/wirings/ai-agent/serialize-ai-agent-types.d.ts +1 -1
- package/dist/src/functions/wirings/ai-agent/serialize-ai-agent-types.js +3 -2
- package/dist/src/functions/wirings/ai-agent/serialize-public-agent.d.ts +5 -1
- package/dist/src/functions/wirings/ai-agent/serialize-public-agent.js +112 -40
- package/dist/src/functions/wirings/auth/pikku-command-auth.d.ts +2 -2
- package/dist/src/functions/wirings/auth/pikku-command-auth.js +4 -0
- package/dist/src/functions/wirings/channels/pikku-channels.d.ts +1 -1
- package/dist/src/functions/wirings/channels/pikku-command-channel-types.d.ts +1 -1
- package/dist/src/functions/wirings/channels/pikku-command-channels-map.d.ts +1 -1
- package/dist/src/functions/wirings/channels/pikku-command-channels.d.ts +1 -1
- package/dist/src/functions/wirings/cli/pikku-command-cli-entry.d.ts +1 -1
- package/dist/src/functions/wirings/cli/pikku-command-cli-types.d.ts +1 -1
- package/dist/src/functions/wirings/cli/pikku-command-cli.d.ts +1 -1
- package/dist/src/functions/wirings/console/pikku-command-console-functions.d.ts +1 -1
- package/dist/src/functions/wirings/console/pikku-command-console-functions.js +6 -2
- package/dist/src/functions/wirings/console/pikku-command-node-types.d.ts +1 -1
- package/dist/src/functions/wirings/console/pikku-command-nodes-meta.d.ts +1 -1
- package/dist/src/functions/wirings/console/serialize-console-functions.d.ts +5 -1
- package/dist/src/functions/wirings/console/serialize-console-functions.js +55 -23
- package/dist/src/functions/wirings/credentials/pikku-command-credentials.d.ts +1 -1
- package/dist/src/functions/wirings/emails/pikku-command-emails.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-addon-types.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-function-types-split.d.ts +2 -2
- package/dist/src/functions/wirings/functions/pikku-command-function-types.d.ts +2 -2
- package/dist/src/functions/wirings/functions/pikku-command-functions.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-services.d.ts +2 -2
- package/dist/src/functions/wirings/functions/pikku-command-services.js +9 -2
- package/dist/src/functions/wirings/functions/schemas.d.ts +1 -1
- package/dist/src/functions/wirings/functions/schemas.js +10 -1
- package/dist/src/functions/wirings/functions/serialize-function-types.js +23 -12
- package/dist/src/functions/wirings/gateway/pikku-command-gateway.d.ts +1 -1
- package/dist/src/functions/wirings/graph/pikku-command-graph-wirings.d.ts +1 -1
- package/dist/src/functions/wirings/graph/pikku-command-graph-wirings.js +2 -0
- package/dist/src/functions/wirings/http/pikku-command-http-map.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-http-routes.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-http-types.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-openapi.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-http-routes.d.ts +1 -1
- package/dist/src/functions/wirings/mcp/pikku-command-mcp-json.d.ts +1 -1
- package/dist/src/functions/wirings/mcp/pikku-command-mcp-types.d.ts +1 -1
- package/dist/src/functions/wirings/mcp/pikku-command-mcp.d.ts +1 -1
- package/dist/src/functions/wirings/middleware/pikku-command-middleware.d.ts +1 -1
- package/dist/src/functions/wirings/package/pikku-command-package-types.d.ts +3 -3
- package/dist/src/functions/wirings/package/pikku-command-package.d.ts +1 -1
- package/dist/src/functions/wirings/permissions/pikku-command-permissions.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue-map.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue-service.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue-types.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-queue-map.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-queue.d.ts +1 -1
- package/dist/src/functions/wirings/realtime/pikku-command-events-scaffold.d.ts +1 -1
- package/dist/src/functions/wirings/realtime/pikku-command-events-scaffold.js +8 -2
- package/dist/src/functions/wirings/realtime/pikku-command-realtime.d.ts +1 -1
- package/dist/src/functions/wirings/realtime/serialize-events-scaffold.d.ts +5 -4
- package/dist/src/functions/wirings/realtime/serialize-events-scaffold.js +17 -7
- package/dist/src/functions/wirings/rpc/pikku-command-public-rpc.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-public-rpc.js +6 -2
- package/dist/src/functions/wirings/rpc/pikku-command-react-query.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-remote-rpc.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-remote-rpc.js +6 -2
- package/dist/src/functions/wirings/rpc/pikku-command-rpc-client.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-rpc-map.d.ts +3 -3
- package/dist/src/functions/wirings/rpc/pikku-command-rpc.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/serialize-public-rpc.d.ts +5 -1
- package/dist/src/functions/wirings/rpc/serialize-public-rpc.js +16 -5
- package/dist/src/functions/wirings/rpc/serialize-remote-rpc.d.ts +5 -1
- package/dist/src/functions/wirings/rpc/serialize-remote-rpc.js +16 -5
- package/dist/src/functions/wirings/scenarios/pikku-command-scenario-functions.d.ts +1 -1
- package/dist/src/functions/wirings/scenarios/pikku-command-scenario-functions.js +8 -2
- package/dist/src/functions/wirings/scenarios/serialize-scenario-functions.d.ts +5 -1
- package/dist/src/functions/wirings/scenarios/serialize-scenario-functions.js +22 -16
- package/dist/src/functions/wirings/scheduler/pikku-command-scheduler-types.d.ts +1 -1
- package/dist/src/functions/wirings/scheduler/pikku-command-scheduler.d.ts +1 -1
- package/dist/src/functions/wirings/scopes/pikku-command-scopes.d.ts +2 -2
- package/dist/src/functions/wirings/secrets/pikku-command-secrets.d.ts +1 -1
- package/dist/src/functions/wirings/triggers/pikku-command-trigger-types.d.ts +2 -2
- package/dist/src/functions/wirings/triggers/pikku-command-trigger.d.ts +1 -1
- package/dist/src/functions/wirings/user-admin/pikku-command-user-admin-functions.d.ts +1 -0
- package/dist/src/functions/wirings/user-admin/pikku-command-user-admin-functions.js +49 -0
- package/dist/src/functions/wirings/user-admin/serialize-user-admin-functions.d.ts +24 -0
- package/dist/src/functions/wirings/user-admin/serialize-user-admin-functions.js +283 -0
- package/dist/src/functions/wirings/variables/pikku-command-variables.d.ts +1 -1
- package/dist/src/functions/wirings/webhook/pikku-command-webhook.d.ts +1 -1
- package/dist/src/functions/wirings/webhook/pikku-command-webhook.js +6 -2
- package/dist/src/functions/wirings/webhook/serialize-webhook.d.ts +5 -8
- package/dist/src/functions/wirings/webhook/serialize-webhook.js +19 -12
- package/dist/src/functions/wirings/workflow/pikku-command-workflow-routes.d.ts +1 -1
- package/dist/src/functions/wirings/workflow/pikku-command-workflow-routes.js +8 -2
- package/dist/src/functions/wirings/workflow/pikku-command-workflow.d.ts +1 -1
- package/dist/src/functions/wirings/workflow/pikku-command-workflow.js +2 -1
- package/dist/src/functions/wirings/workflow/serialize-workflow-routes.d.ts +5 -1
- package/dist/src/functions/wirings/workflow/serialize-workflow-routes.js +61 -31
- package/dist/src/functions/wirings/workflow/serialize-workflow-types.d.ts +1 -1
- package/dist/src/functions/wirings/workflow/serialize-workflow-types.js +8 -2
- package/dist/src/functions/workflows/all.workflow.js +8 -0
- package/dist/src/utils/pikku-cli-config.js +40 -10
- package/dist/src/utils/remove-legacy-scaffold-file.d.ts +3 -0
- package/dist/src/utils/remove-legacy-scaffold-file.js +43 -0
- package/dist/src/utils/serialize-schemas.js +57 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -6
- package/skills/pikku-addon/SKILL.md +1 -0
- package/skills/pikku-ai-agent/SKILL.md +5 -4
- package/skills/pikku-ai-vercel/SKILL.md +1 -0
- package/skills/pikku-better-auth/SKILL.md +57 -0
- package/skills/pikku-concepts/SKILL.md +1 -1
- package/skills/pikku-concepts/references/concept-mapping.md +11 -9
- package/skills/pikku-emails/SKILL.md +1 -0
- package/skills/pikku-fabric-debug/SKILL.md +112 -0
- package/skills/pikku-permissions/SKILL.md +8 -8
- package/skills/pikku-react/SKILL.md +32 -3
- package/skills/pikku-react-query/SKILL.md +38 -1
- package/skills/pikku-realtime/SKILL.md +1 -1
- package/skills/pikku-security/SKILL.md +3 -3
- package/skills/pikku-services/SKILL.md +34 -0
- package/skills/pikku-template-clone/SKILL.md +1 -0
- package/cli.schema.json +0 -1
- package/console-app/assets/index-CpHRlBt-.css +0 -1
- package/dist/.pikku/http/pikku-http-wirings-meta.gen.d.ts +0 -1
- package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +0 -6
- package/dist/.pikku/http/pikku-http-wirings-meta.gen.json +0 -26
- package/dist/.pikku/http/pikku-http-wirings.gen.js +0 -5
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.d.ts +0 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +0 -6
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.json +0 -10
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +0 -4
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +0 -5
- package/dist/.pikku/schemas/schemas/RemoteRPCHandlerInput.schema.json +0 -1
- package/dist/src/scaffold/rpc-remote.gen.d.ts +0 -10
- package/dist/src/scaffold/rpc-remote.gen.js +0 -27
|
@@ -19,7 +19,7 @@ export declare const fabricCommands: {
|
|
|
19
19
|
path: string;
|
|
20
20
|
fixHint: string;
|
|
21
21
|
}[];
|
|
22
|
-
}, "rpc" | "session", import("
|
|
22
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<Record<string, never>, {
|
|
23
23
|
ok: boolean;
|
|
24
24
|
root: string;
|
|
25
25
|
findings: {
|
|
@@ -29,7 +29,7 @@ export declare const fabricCommands: {
|
|
|
29
29
|
path: string;
|
|
30
30
|
fixHint: string;
|
|
31
31
|
}[];
|
|
32
|
-
}, "rpc" | "session", import("
|
|
32
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
33
33
|
smoke: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
34
34
|
keepTemp?: boolean | undefined;
|
|
35
35
|
timeoutSeconds?: number | undefined;
|
|
@@ -72,7 +72,7 @@ export declare const fabricCommands: {
|
|
|
72
72
|
}[];
|
|
73
73
|
failure?: string | undefined;
|
|
74
74
|
logTail?: string | undefined;
|
|
75
|
-
}, "rpc" | "session", import("
|
|
75
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
76
76
|
keepTemp?: boolean | undefined;
|
|
77
77
|
timeoutSeconds?: number | undefined;
|
|
78
78
|
startupTimeoutSeconds?: number | undefined;
|
|
@@ -93,12 +93,13 @@ export declare const fabricCommands: {
|
|
|
93
93
|
}[];
|
|
94
94
|
failure?: string | undefined;
|
|
95
95
|
logTail?: string | undefined;
|
|
96
|
-
}, "rpc" | "session", import("
|
|
96
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
97
97
|
login: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
98
98
|
apiKey?: string | undefined;
|
|
99
99
|
token?: string | undefined;
|
|
100
100
|
apiUrl?: string | undefined;
|
|
101
101
|
consoleUrl?: string | undefined;
|
|
102
|
+
browser?: boolean | undefined;
|
|
102
103
|
}, {
|
|
103
104
|
ok: boolean;
|
|
104
105
|
apiUrl: string;
|
|
@@ -107,18 +108,20 @@ export declare const fabricCommands: {
|
|
|
107
108
|
token?: string | undefined;
|
|
108
109
|
apiUrl?: string | undefined;
|
|
109
110
|
consoleUrl?: string | undefined;
|
|
111
|
+
browser?: boolean | undefined;
|
|
110
112
|
}, {
|
|
111
113
|
ok: boolean;
|
|
112
114
|
apiUrl: string;
|
|
113
|
-
}, "rpc" | "session", import("
|
|
115
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
114
116
|
apiKey?: string | undefined;
|
|
115
117
|
token?: string | undefined;
|
|
116
118
|
apiUrl?: string | undefined;
|
|
117
119
|
consoleUrl?: string | undefined;
|
|
120
|
+
browser?: boolean | undefined;
|
|
118
121
|
}, {
|
|
119
122
|
ok: boolean;
|
|
120
123
|
apiUrl: string;
|
|
121
|
-
}, "rpc" | "session", import("
|
|
124
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
122
125
|
init: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
123
126
|
repo: string;
|
|
124
127
|
name?: string | undefined;
|
|
@@ -139,7 +142,7 @@ export declare const fabricCommands: {
|
|
|
139
142
|
projectId: string;
|
|
140
143
|
projectSlug: string;
|
|
141
144
|
path: string;
|
|
142
|
-
}, "rpc" | "session", import("
|
|
145
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
143
146
|
repo: string;
|
|
144
147
|
name?: string | undefined;
|
|
145
148
|
branch?: string | undefined;
|
|
@@ -149,7 +152,7 @@ export declare const fabricCommands: {
|
|
|
149
152
|
projectId: string;
|
|
150
153
|
projectSlug: string;
|
|
151
154
|
path: string;
|
|
152
|
-
}, "rpc" | "session", import("
|
|
155
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
153
156
|
link: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
154
157
|
apiUrl?: string | undefined;
|
|
155
158
|
}, {
|
|
@@ -164,14 +167,14 @@ export declare const fabricCommands: {
|
|
|
164
167
|
projectSlug: string;
|
|
165
168
|
deploymentId: string;
|
|
166
169
|
stageId: string;
|
|
167
|
-
}, "rpc" | "session", import("
|
|
170
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
168
171
|
apiUrl?: string | undefined;
|
|
169
172
|
}, {
|
|
170
173
|
projectId: string;
|
|
171
174
|
projectSlug: string;
|
|
172
175
|
deploymentId: string;
|
|
173
176
|
stageId: string;
|
|
174
|
-
}, "rpc" | "session", import("
|
|
177
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
175
178
|
addon: {
|
|
176
179
|
description: string;
|
|
177
180
|
subcommands: {
|
|
@@ -199,7 +202,7 @@ export declare const fabricCommands: {
|
|
|
199
202
|
}[];
|
|
200
203
|
packageName?: string | undefined;
|
|
201
204
|
version?: string | undefined;
|
|
202
|
-
}, "rpc" | "session", import("
|
|
205
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
203
206
|
dir?: string | undefined;
|
|
204
207
|
}, {
|
|
205
208
|
ok: boolean;
|
|
@@ -211,7 +214,7 @@ export declare const fabricCommands: {
|
|
|
211
214
|
}[];
|
|
212
215
|
packageName?: string | undefined;
|
|
213
216
|
version?: string | undefined;
|
|
214
|
-
}, "rpc" | "session", import("
|
|
217
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
215
218
|
publish: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
216
219
|
dir?: string | undefined;
|
|
217
220
|
apiUrl?: string | undefined;
|
|
@@ -228,7 +231,7 @@ export declare const fabricCommands: {
|
|
|
228
231
|
name: string;
|
|
229
232
|
version: string;
|
|
230
233
|
publisher: string | null;
|
|
231
|
-
}, "rpc" | "session", import("
|
|
234
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
232
235
|
dir?: string | undefined;
|
|
233
236
|
apiUrl?: string | undefined;
|
|
234
237
|
}, {
|
|
@@ -236,7 +239,7 @@ export declare const fabricCommands: {
|
|
|
236
239
|
name: string;
|
|
237
240
|
version: string;
|
|
238
241
|
publisher: string | null;
|
|
239
|
-
}, "rpc" | "session", import("
|
|
242
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
240
243
|
add: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
241
244
|
id: string;
|
|
242
245
|
dir?: string | undefined;
|
|
@@ -255,7 +258,7 @@ export declare const fabricCommands: {
|
|
|
255
258
|
name: string;
|
|
256
259
|
version: string;
|
|
257
260
|
path: string;
|
|
258
|
-
}, "rpc" | "session", import("
|
|
261
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
259
262
|
id: string;
|
|
260
263
|
dir?: string | undefined;
|
|
261
264
|
apiUrl?: string | undefined;
|
|
@@ -264,7 +267,7 @@ export declare const fabricCommands: {
|
|
|
264
267
|
name: string;
|
|
265
268
|
version: string;
|
|
266
269
|
path: string;
|
|
267
|
-
}, "rpc" | "session", import("
|
|
270
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
268
271
|
};
|
|
269
272
|
};
|
|
270
273
|
deploy: {
|
|
@@ -292,7 +295,7 @@ export declare const fabricCommands: {
|
|
|
292
295
|
branch: string;
|
|
293
296
|
ref: string;
|
|
294
297
|
requestedRef?: string | undefined;
|
|
295
|
-
}, "rpc" | "session", import("
|
|
298
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
296
299
|
branch?: string | undefined;
|
|
297
300
|
production?: boolean | undefined;
|
|
298
301
|
ref?: string | undefined;
|
|
@@ -303,7 +306,7 @@ export declare const fabricCommands: {
|
|
|
303
306
|
branch: string;
|
|
304
307
|
ref: string;
|
|
305
308
|
requestedRef?: string | undefined;
|
|
306
|
-
}, "rpc" | "session", import("
|
|
309
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
307
310
|
apply: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
308
311
|
branch?: string | undefined;
|
|
309
312
|
production?: boolean | undefined;
|
|
@@ -330,7 +333,7 @@ export declare const fabricCommands: {
|
|
|
330
333
|
deploymentId: string;
|
|
331
334
|
stageId: string;
|
|
332
335
|
runId: string;
|
|
333
|
-
}, "rpc" | "session", import("
|
|
336
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
334
337
|
branch?: string | undefined;
|
|
335
338
|
production?: boolean | undefined;
|
|
336
339
|
ref?: string | undefined;
|
|
@@ -343,7 +346,7 @@ export declare const fabricCommands: {
|
|
|
343
346
|
deploymentId: string;
|
|
344
347
|
stageId: string;
|
|
345
348
|
runId: string;
|
|
346
|
-
}, "rpc" | "session", import("
|
|
349
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
347
350
|
list: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
348
351
|
branch: string;
|
|
349
352
|
}, {
|
|
@@ -354,12 +357,12 @@ export declare const fabricCommands: {
|
|
|
354
357
|
}, {
|
|
355
358
|
branch: string;
|
|
356
359
|
deployments: any[];
|
|
357
|
-
}, "rpc" | "session", import("
|
|
360
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
358
361
|
branch: string;
|
|
359
362
|
}, {
|
|
360
363
|
branch: string;
|
|
361
364
|
deployments: any[];
|
|
362
|
-
}, "rpc" | "session", import("
|
|
365
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
363
366
|
units: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
364
367
|
branch: string;
|
|
365
368
|
}, {
|
|
@@ -370,12 +373,12 @@ export declare const fabricCommands: {
|
|
|
370
373
|
}, {
|
|
371
374
|
branch: string;
|
|
372
375
|
workers: any[];
|
|
373
|
-
}, "rpc" | "session", import("
|
|
376
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
374
377
|
branch: string;
|
|
375
378
|
}, {
|
|
376
379
|
branch: string;
|
|
377
380
|
workers: any[];
|
|
378
|
-
}, "rpc" | "session", import("
|
|
381
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
379
382
|
};
|
|
380
383
|
};
|
|
381
384
|
rollback: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
@@ -414,7 +417,7 @@ export declare const fabricCommands: {
|
|
|
414
417
|
}[];
|
|
415
418
|
deploymentId?: string | undefined;
|
|
416
419
|
rolledBackToDeploymentId?: string | undefined;
|
|
417
|
-
}, "rpc" | "session", import("
|
|
420
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
418
421
|
branch: string;
|
|
419
422
|
target?: string | undefined;
|
|
420
423
|
list?: boolean | undefined;
|
|
@@ -432,7 +435,7 @@ export declare const fabricCommands: {
|
|
|
432
435
|
}[];
|
|
433
436
|
deploymentId?: string | undefined;
|
|
434
437
|
rolledBackToDeploymentId?: string | undefined;
|
|
435
|
-
}, "rpc" | "session", import("
|
|
438
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
436
439
|
secrets: {
|
|
437
440
|
description: string;
|
|
438
441
|
subcommands: {
|
|
@@ -450,14 +453,14 @@ export declare const fabricCommands: {
|
|
|
450
453
|
force?: boolean | undefined;
|
|
451
454
|
}, {
|
|
452
455
|
ok: boolean;
|
|
453
|
-
}, "rpc" | "session", import("
|
|
456
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
454
457
|
name: string;
|
|
455
458
|
branch: string;
|
|
456
459
|
value?: string | undefined;
|
|
457
460
|
force?: boolean | undefined;
|
|
458
461
|
}, {
|
|
459
462
|
ok: boolean;
|
|
460
|
-
}, "rpc" | "session", import("
|
|
463
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
461
464
|
list: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
462
465
|
branch: string;
|
|
463
466
|
json?: boolean | undefined;
|
|
@@ -468,12 +471,12 @@ export declare const fabricCommands: {
|
|
|
468
471
|
json?: boolean | undefined;
|
|
469
472
|
}, {
|
|
470
473
|
names: string[];
|
|
471
|
-
}, "rpc" | "session", import("
|
|
474
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
472
475
|
branch: string;
|
|
473
476
|
json?: boolean | undefined;
|
|
474
477
|
}, {
|
|
475
478
|
names: string[];
|
|
476
|
-
}, "rpc" | "session", import("
|
|
479
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
477
480
|
};
|
|
478
481
|
};
|
|
479
482
|
logs: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
@@ -494,7 +497,7 @@ export declare const fabricCommands: {
|
|
|
494
497
|
json?: boolean | undefined;
|
|
495
498
|
}, {
|
|
496
499
|
count: number;
|
|
497
|
-
}, "rpc" | "session", import("
|
|
500
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
498
501
|
branch?: string | undefined;
|
|
499
502
|
deployment?: string | undefined;
|
|
500
503
|
level?: string | undefined;
|
|
@@ -503,7 +506,7 @@ export declare const fabricCommands: {
|
|
|
503
506
|
json?: boolean | undefined;
|
|
504
507
|
}, {
|
|
505
508
|
count: number;
|
|
506
|
-
}, "rpc" | "session", import("
|
|
509
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
507
510
|
metrics: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
508
511
|
branch: string;
|
|
509
512
|
hours?: number | undefined;
|
|
@@ -518,14 +521,14 @@ export declare const fabricCommands: {
|
|
|
518
521
|
json?: boolean | undefined;
|
|
519
522
|
}, {
|
|
520
523
|
count: number;
|
|
521
|
-
}, "rpc" | "session", import("
|
|
524
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
522
525
|
branch: string;
|
|
523
526
|
hours?: number | undefined;
|
|
524
527
|
function?: string | undefined;
|
|
525
528
|
json?: boolean | undefined;
|
|
526
529
|
}, {
|
|
527
530
|
count: number;
|
|
528
|
-
}, "rpc" | "session", import("
|
|
531
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
529
532
|
trace: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
530
533
|
branch: string;
|
|
531
534
|
traceId: string;
|
|
@@ -538,23 +541,23 @@ export declare const fabricCommands: {
|
|
|
538
541
|
json?: boolean | undefined;
|
|
539
542
|
}, {
|
|
540
543
|
count: number;
|
|
541
|
-
}, "rpc" | "session", import("
|
|
544
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
542
545
|
branch: string;
|
|
543
546
|
traceId: string;
|
|
544
547
|
json?: boolean | undefined;
|
|
545
548
|
}, {
|
|
546
549
|
count: number;
|
|
547
|
-
}, "rpc" | "session", import("
|
|
550
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
548
551
|
status: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<Record<string, never>, {
|
|
549
552
|
projectId: string;
|
|
550
553
|
status: any;
|
|
551
554
|
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<Record<string, never>, {
|
|
552
555
|
projectId: string;
|
|
553
556
|
status: any;
|
|
554
|
-
}, "rpc" | "session", import("
|
|
557
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<Record<string, never>, {
|
|
555
558
|
projectId: string;
|
|
556
559
|
status: any;
|
|
557
|
-
}, "rpc" | "session", import("
|
|
560
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
558
561
|
errors: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
559
562
|
branch: string;
|
|
560
563
|
function?: string | undefined;
|
|
@@ -567,13 +570,13 @@ export declare const fabricCommands: {
|
|
|
567
570
|
}, {
|
|
568
571
|
branch: string;
|
|
569
572
|
errors: any[];
|
|
570
|
-
}, "rpc" | "session", import("
|
|
573
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
571
574
|
branch: string;
|
|
572
575
|
function?: string | undefined;
|
|
573
576
|
}, {
|
|
574
577
|
branch: string;
|
|
575
578
|
errors: any[];
|
|
576
|
-
}, "rpc" | "session", import("
|
|
579
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
577
580
|
db: {
|
|
578
581
|
description: string;
|
|
579
582
|
subcommands: {
|
|
@@ -587,12 +590,12 @@ export declare const fabricCommands: {
|
|
|
587
590
|
}, {
|
|
588
591
|
branch: string;
|
|
589
592
|
schema: any;
|
|
590
|
-
}, "rpc" | "session", import("
|
|
593
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
591
594
|
branch: string;
|
|
592
595
|
}, {
|
|
593
596
|
branch: string;
|
|
594
597
|
schema: any;
|
|
595
|
-
}, "rpc" | "session", import("
|
|
598
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
596
599
|
};
|
|
597
600
|
};
|
|
598
601
|
domains: {
|
|
@@ -606,11 +609,11 @@ export declare const fabricCommands: {
|
|
|
606
609
|
apiUrl?: string | undefined;
|
|
607
610
|
}, {
|
|
608
611
|
count: number;
|
|
609
|
-
}, "rpc" | "session", import("
|
|
612
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
610
613
|
apiUrl?: string | undefined;
|
|
611
614
|
}, {
|
|
612
615
|
count: number;
|
|
613
|
-
}, "rpc" | "session", import("
|
|
616
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
614
617
|
add: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
615
618
|
hostname: string;
|
|
616
619
|
target?: "api" | "app" | undefined;
|
|
@@ -625,14 +628,14 @@ export declare const fabricCommands: {
|
|
|
625
628
|
}, {
|
|
626
629
|
hostname: string;
|
|
627
630
|
cnameTarget: string;
|
|
628
|
-
}, "rpc" | "session", import("
|
|
631
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
629
632
|
hostname: string;
|
|
630
633
|
target?: "api" | "app" | undefined;
|
|
631
634
|
apiUrl?: string | undefined;
|
|
632
635
|
}, {
|
|
633
636
|
hostname: string;
|
|
634
637
|
cnameTarget: string;
|
|
635
|
-
}, "rpc" | "session", import("
|
|
638
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
636
639
|
remove: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
637
640
|
hostname: string;
|
|
638
641
|
apiUrl?: string | undefined;
|
|
@@ -643,12 +646,12 @@ export declare const fabricCommands: {
|
|
|
643
646
|
apiUrl?: string | undefined;
|
|
644
647
|
}, {
|
|
645
648
|
removed: boolean;
|
|
646
|
-
}, "rpc" | "session", import("
|
|
649
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
647
650
|
hostname: string;
|
|
648
651
|
apiUrl?: string | undefined;
|
|
649
652
|
}, {
|
|
650
653
|
removed: boolean;
|
|
651
|
-
}, "rpc" | "session", import("
|
|
654
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
652
655
|
};
|
|
653
656
|
};
|
|
654
657
|
llm: {
|
|
@@ -661,7 +664,7 @@ export declare const fabricCommands: {
|
|
|
661
664
|
}, {
|
|
662
665
|
proxyUrl: string;
|
|
663
666
|
apiKey: string;
|
|
664
|
-
format: "json" | "text" | "
|
|
667
|
+
format: "json" | "text" | "env" | "shell";
|
|
665
668
|
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
666
669
|
shell?: boolean | undefined;
|
|
667
670
|
env?: boolean | undefined;
|
|
@@ -669,16 +672,16 @@ export declare const fabricCommands: {
|
|
|
669
672
|
}, {
|
|
670
673
|
proxyUrl: string;
|
|
671
674
|
apiKey: string;
|
|
672
|
-
format: "json" | "text" | "
|
|
673
|
-
}, "rpc" | "session", import("
|
|
675
|
+
format: "json" | "text" | "env" | "shell";
|
|
676
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
674
677
|
shell?: boolean | undefined;
|
|
675
678
|
env?: boolean | undefined;
|
|
676
679
|
json?: boolean | undefined;
|
|
677
680
|
}, {
|
|
678
681
|
proxyUrl: string;
|
|
679
682
|
apiKey: string;
|
|
680
|
-
format: "json" | "text" | "
|
|
681
|
-
}, "rpc" | "session", import("
|
|
683
|
+
format: "json" | "text" | "env" | "shell";
|
|
684
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>, import("../../.pikku/pikku-types.gen.js").PikkuMiddleware, (services: import("../../types/application-types.js").SingletonServices, data: any, session?: import("../../types/application-types.js").UserSession | undefined) => void | Promise<void>, string>;
|
|
682
685
|
};
|
|
683
686
|
};
|
|
684
687
|
};
|
|
@@ -79,6 +79,10 @@ export const fabricCommands = defineCLICommands({
|
|
|
79
79
|
},
|
|
80
80
|
apiUrl: { description: 'Override the fabric-api URL for this login' },
|
|
81
81
|
consoleUrl: { description: 'Override the console URL the browser opens' },
|
|
82
|
+
browser: {
|
|
83
|
+
description: 'Open the sign-in link automatically (--no-browser to just print it)',
|
|
84
|
+
default: true,
|
|
85
|
+
},
|
|
82
86
|
},
|
|
83
87
|
}),
|
|
84
88
|
init: pikkuCLICommand({
|
|
@@ -38,7 +38,7 @@ export declare const FabricAdd: import("../../../.pikku/pikku-types.gen.js").Pik
|
|
|
38
38
|
name: string;
|
|
39
39
|
version: string;
|
|
40
40
|
path: string;
|
|
41
|
-
}, "rpc" | "session", import("
|
|
41
|
+
}, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices> | import("../../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
42
42
|
id: string;
|
|
43
43
|
dir?: string | undefined;
|
|
44
44
|
apiUrl?: string | undefined;
|
|
@@ -47,4 +47,4 @@ export declare const FabricAdd: import("../../../.pikku/pikku-types.gen.js").Pik
|
|
|
47
47
|
name: string;
|
|
48
48
|
version: string;
|
|
49
49
|
path: string;
|
|
50
|
-
}, "rpc" | "session", import("
|
|
50
|
+
}, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>;
|
|
@@ -38,7 +38,7 @@ export declare const FabricAddonVerify: import("../../../.pikku/pikku-types.gen.
|
|
|
38
38
|
}[];
|
|
39
39
|
packageName?: string | undefined;
|
|
40
40
|
version?: string | undefined;
|
|
41
|
-
}, "rpc" | "session", import("
|
|
41
|
+
}, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices> | import("../../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
42
42
|
dir?: string | undefined;
|
|
43
43
|
}, {
|
|
44
44
|
ok: boolean;
|
|
@@ -50,5 +50,5 @@ export declare const FabricAddonVerify: import("../../../.pikku/pikku-types.gen.
|
|
|
50
50
|
}[];
|
|
51
51
|
packageName?: string | undefined;
|
|
52
52
|
version?: string | undefined;
|
|
53
|
-
}, "rpc" | "session", import("
|
|
53
|
+
}, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>;
|
|
54
54
|
export declare function renderAddonVerify(_s: unknown, result: FabricAddonVerifyOutput): void;
|
|
@@ -16,12 +16,12 @@ export declare const FabricDbSchema: import("../../../.pikku/pikku-types.gen.js"
|
|
|
16
16
|
}, {
|
|
17
17
|
branch: string;
|
|
18
18
|
schema: any;
|
|
19
|
-
}, "rpc" | "session", import("
|
|
19
|
+
}, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices> | import("../../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
20
20
|
branch: string;
|
|
21
21
|
}, {
|
|
22
22
|
branch: string;
|
|
23
23
|
schema: any;
|
|
24
|
-
}, "rpc" | "session", import("
|
|
24
|
+
}, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>;
|
|
25
25
|
type Schema = {
|
|
26
26
|
tables?: {
|
|
27
27
|
name: string;
|
|
@@ -16,12 +16,12 @@ export declare const FabricDeployList: import("../../../.pikku/pikku-types.gen.j
|
|
|
16
16
|
}, {
|
|
17
17
|
branch: string;
|
|
18
18
|
deployments: any[];
|
|
19
|
-
}, "rpc" | "session", import("
|
|
19
|
+
}, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices> | import("../../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
20
20
|
branch: string;
|
|
21
21
|
}, {
|
|
22
22
|
branch: string;
|
|
23
23
|
deployments: any[];
|
|
24
|
-
}, "rpc" | "session", import("
|
|
24
|
+
}, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>;
|
|
25
25
|
type DeploymentRow = {
|
|
26
26
|
deploymentId: string;
|
|
27
27
|
status: string;
|
|
@@ -16,12 +16,12 @@ export declare const FabricDeployUnits: import("../../../.pikku/pikku-types.gen.
|
|
|
16
16
|
}, {
|
|
17
17
|
branch: string;
|
|
18
18
|
workers: any[];
|
|
19
|
-
}, "rpc" | "session", import("
|
|
19
|
+
}, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices> | import("../../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
20
20
|
branch: string;
|
|
21
21
|
}, {
|
|
22
22
|
branch: string;
|
|
23
23
|
workers: any[];
|
|
24
|
-
}, "rpc" | "session", import("
|
|
24
|
+
}, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>;
|
|
25
25
|
type WorkerRow = {
|
|
26
26
|
name: string;
|
|
27
27
|
role: string;
|
|
@@ -49,7 +49,7 @@ export declare const FabricDeployPlan: import("../../../.pikku/pikku-types.gen.j
|
|
|
49
49
|
branch: string;
|
|
50
50
|
ref: string;
|
|
51
51
|
requestedRef?: string | undefined;
|
|
52
|
-
}, "rpc" | "session", import("
|
|
52
|
+
}, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices> | import("../../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
53
53
|
branch?: string | undefined;
|
|
54
54
|
production?: boolean | undefined;
|
|
55
55
|
ref?: string | undefined;
|
|
@@ -60,7 +60,7 @@ export declare const FabricDeployPlan: import("../../../.pikku/pikku-types.gen.j
|
|
|
60
60
|
branch: string;
|
|
61
61
|
ref: string;
|
|
62
62
|
requestedRef?: string | undefined;
|
|
63
|
-
}, "rpc" | "session", import("
|
|
63
|
+
}, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>;
|
|
64
64
|
export declare const FabricDeployApply: import("../../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
65
65
|
branch?: string | undefined;
|
|
66
66
|
production?: boolean | undefined;
|
|
@@ -87,7 +87,7 @@ export declare const FabricDeployApply: import("../../../.pikku/pikku-types.gen.
|
|
|
87
87
|
deploymentId: string;
|
|
88
88
|
stageId: string;
|
|
89
89
|
runId: string;
|
|
90
|
-
}, "rpc" | "session", import("
|
|
90
|
+
}, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices> | import("../../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
91
91
|
branch?: string | undefined;
|
|
92
92
|
production?: boolean | undefined;
|
|
93
93
|
ref?: string | undefined;
|
|
@@ -100,6 +100,6 @@ export declare const FabricDeployApply: import("../../../.pikku/pikku-types.gen.
|
|
|
100
100
|
deploymentId: string;
|
|
101
101
|
stageId: string;
|
|
102
102
|
runId: string;
|
|
103
|
-
}, "rpc" | "session", import("
|
|
103
|
+
}, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>;
|
|
104
104
|
export declare const renderDeployPlan: (_s: unknown, { projectId, branch, ref, requestedRef, }: z.infer<typeof FabricDeployPlanOutput>) => void;
|
|
105
105
|
export declare const renderDeployApply: (_s: unknown, { branch, ref, deploymentId }: z.infer<typeof FabricDeployApplyOutput>) => void;
|
|
@@ -25,11 +25,11 @@ export declare const FabricDomainsAdd: import("../../../.pikku/pikku-types.gen.j
|
|
|
25
25
|
}, {
|
|
26
26
|
hostname: string;
|
|
27
27
|
cnameTarget: string;
|
|
28
|
-
}, "rpc" | "session", import("
|
|
28
|
+
}, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices> | import("../../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
29
29
|
hostname: string;
|
|
30
30
|
target?: "api" | "app" | undefined;
|
|
31
31
|
apiUrl?: string | undefined;
|
|
32
32
|
}, {
|
|
33
33
|
hostname: string;
|
|
34
34
|
cnameTarget: string;
|
|
35
|
-
}, "rpc" | "session", import("
|
|
35
|
+
}, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").WiredServices>, undefined, undefined>;
|