@pikku/cli 0.12.53 → 0.12.55
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-DYnbceYg.js → index-xN8LW0II.js} +155 -155
- package/console-app/index.html +1 -1
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +3 -3
- package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-channel.d.ts +6 -6
- package/dist/.pikku/cli/pikku-cli-channel.js +6 -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-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 +23 -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 +2 -2
- 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 +1205 -1188
- package/dist/.pikku/function/pikku-functions.gen.js +1 -1
- 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-meta.gen.json +4 -4
- 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 +66 -65
- 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 +187 -185
- package/dist/.pikku/schemas/schemas/DeployApplyInput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/DeployPlanInput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuAuthInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuCLIConfig.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/meta/allWorkflow.gen.json +9 -3
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
- 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/cli.wiring.js +23 -1
- package/dist/src/deploy/provider-adapter.d.ts +11 -0
- package/dist/src/deploy/server-entry.js +3 -1
- package/dist/src/fabric/fabric-commands.d.ts +72 -72
- package/dist/src/fabric/functions/add.function.d.ts +3 -3
- package/dist/src/fabric/functions/db-schema.function.d.ts +3 -3
- package/dist/src/fabric/functions/deploy-list.function.d.ts +3 -3
- package/dist/src/fabric/functions/deploy-units.function.d.ts +3 -3
- package/dist/src/fabric/functions/deploy.function.d.ts +6 -6
- package/dist/src/fabric/functions/domains-add.function.d.ts +3 -3
- package/dist/src/fabric/functions/domains-list.function.d.ts +3 -3
- package/dist/src/fabric/functions/domains-remove.function.d.ts +3 -3
- package/dist/src/fabric/functions/errors.function.d.ts +3 -3
- package/dist/src/fabric/functions/init.function.d.ts +3 -3
- package/dist/src/fabric/functions/link.function.d.ts +3 -3
- package/dist/src/fabric/functions/llm-key.function.d.ts +3 -3
- package/dist/src/fabric/functions/login.function.d.ts +3 -3
- package/dist/src/fabric/functions/logs.function.d.ts +3 -3
- package/dist/src/fabric/functions/metrics.function.d.ts +3 -3
- package/dist/src/fabric/functions/publish.function.d.ts +3 -3
- package/dist/src/fabric/functions/rollback.function.d.ts +3 -3
- package/dist/src/fabric/functions/secrets-list.function.d.ts +3 -3
- package/dist/src/fabric/functions/secrets-set.function.d.ts +3 -3
- package/dist/src/fabric/functions/smoke.function.d.ts +3 -3
- package/dist/src/fabric/functions/status.function.d.ts +3 -3
- package/dist/src/fabric/functions/trace.function.d.ts +3 -3
- package/dist/src/fabric/functions/validate.function.d.ts +3 -3
- package/dist/src/functions/commands/all.d.ts +1 -1
- package/dist/src/functions/commands/all.js +19 -2
- package/dist/src/functions/commands/binary.d.ts +3 -3
- package/dist/src/functions/commands/bootstrap.d.ts +1 -1
- package/dist/src/functions/commands/bootstrap.js +3 -0
- package/dist/src/functions/commands/console.d.ts +3 -3
- 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 +9 -4
- package/dist/src/functions/commands/deploy-apply.js +35 -4
- package/dist/src/functions/commands/deploy-info.d.ts +1 -1
- package/dist/src/functions/commands/deploy-plan.d.ts +6 -3
- package/dist/src/functions/commands/deploy-plan.js +3 -1
- package/dist/src/functions/commands/dev.d.ts +3 -3
- package/dist/src/functions/commands/dev.js +47 -13
- package/dist/src/functions/commands/emails-init.d.ts +1 -1
- package/dist/src/functions/commands/enable.d.ts +6 -5
- package/dist/src/functions/commands/enable.js +4 -0
- package/dist/src/functions/commands/info.d.ts +4 -4
- package/dist/src/functions/commands/login.d.ts +7 -7
- package/dist/src/functions/commands/meta.d.ts +31 -31
- package/dist/src/functions/commands/new-addon.d.ts +3 -3
- package/dist/src/functions/commands/new-function.d.ts +3 -3
- package/dist/src/functions/commands/new-middleware.d.ts +3 -3
- package/dist/src/functions/commands/new-permission.d.ts +3 -3
- package/dist/src/functions/commands/new-wiring.d.ts +3 -3
- 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/pikku-command-summary.js +6 -1
- package/dist/src/functions/commands/skills.d.ts +6 -6
- package/dist/src/functions/commands/tests-coverage.d.ts +3 -3
- package/dist/src/functions/commands/tests-init.d.ts +3 -3
- package/dist/src/functions/commands/versions-check.d.ts +1 -1
- package/dist/src/functions/commands/versions-init.d.ts +3 -3
- package/dist/src/functions/commands/versions-update.d.ts +1 -1
- package/dist/src/functions/commands/watch.d.ts +3 -3
- package/dist/src/functions/commands/workspace-validate.d.ts +3 -3
- package/dist/src/functions/db/sqlite/sqlite-runtime-bun.js +11 -1
- 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.d.ts +1 -1
- package/dist/src/functions/wirings/ai-agent/pikku-command-public-agent.d.ts +1 -1
- package/dist/src/functions/wirings/auth/pikku-command-auth.d.ts +7 -1
- package/dist/src/functions/wirings/auth/pikku-command-auth.js +14 -2
- package/dist/src/functions/wirings/auth/serialize-auth-types.d.ts +10 -0
- package/dist/src/functions/wirings/auth/serialize-auth-types.js +15 -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-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/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 +3 -3
- package/dist/src/functions/wirings/functions/pikku-command-function-types.d.ts +3 -3
- package/dist/src/functions/wirings/functions/pikku-command-function-types.js +10 -3
- package/dist/src/functions/wirings/functions/pikku-command-functions.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-services.d.ts +1 -1
- package/dist/src/functions/wirings/functions/schemas.d.ts +1 -1
- package/dist/src/functions/wirings/gateway/pikku-command-gateway.d.ts +1 -1
- 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 +2 -2
- 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-realtime.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-public-rpc.d.ts +1 -1
- 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-rpc-client.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-rpc-map.d.ts +2 -2
- package/dist/src/functions/wirings/rpc/pikku-command-rpc.d.ts +1 -1
- 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/secrets/pikku-command-secrets.d.ts +1 -1
- package/dist/src/functions/wirings/triggers/pikku-command-trigger-types.d.ts +3 -3
- package/dist/src/functions/wirings/triggers/pikku-command-trigger.d.ts +1 -1
- package/dist/src/functions/wirings/variables/pikku-command-variables.d.ts +1 -1
- package/dist/src/functions/wirings/workflow/pikku-command-workflow-routes.d.ts +1 -1
- package/dist/src/functions/wirings/workflow/pikku-command-workflow.d.ts +1 -1
- package/dist/src/functions/workflows/all.workflow.js +6 -1
- package/dist/src/scaffold/rpc-remote.gen.d.ts +3 -3
- package/dist/src/scaffold/rpc-remote.gen.js +1 -1
- package/dist/src/services/cli-logger.service.js +7 -1
- package/dist/src/services.js +8 -0
- package/dist/src/utils/detect-better-auth.d.ts +7 -0
- package/dist/src/utils/detect-better-auth.js +29 -0
- package/dist/src/utils/pikku-cli-config.js +1 -1
- package/dist/src/utils/serialize-schemas.js +5 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -4
|
@@ -9,7 +9,7 @@ export declare const fabricCommands: {
|
|
|
9
9
|
path: string;
|
|
10
10
|
fixHint: string;
|
|
11
11
|
}[];
|
|
12
|
-
}, "
|
|
12
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<Record<string, never>, {
|
|
13
13
|
ok: boolean;
|
|
14
14
|
root: string;
|
|
15
15
|
findings: {
|
|
@@ -19,7 +19,7 @@ export declare const fabricCommands: {
|
|
|
19
19
|
path: string;
|
|
20
20
|
fixHint: string;
|
|
21
21
|
}[];
|
|
22
|
-
}, "
|
|
22
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | 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
|
-
}, "
|
|
32
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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;
|
|
@@ -51,7 +51,7 @@ export declare const fabricCommands: {
|
|
|
51
51
|
}[];
|
|
52
52
|
failure?: string | undefined;
|
|
53
53
|
logTail?: string | undefined;
|
|
54
|
-
}, "
|
|
54
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
55
55
|
keepTemp?: boolean | undefined;
|
|
56
56
|
timeoutSeconds?: number | undefined;
|
|
57
57
|
startupTimeoutSeconds?: number | undefined;
|
|
@@ -72,7 +72,7 @@ export declare const fabricCommands: {
|
|
|
72
72
|
}[];
|
|
73
73
|
failure?: string | undefined;
|
|
74
74
|
logTail?: string | undefined;
|
|
75
|
-
}, "
|
|
75
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
76
76
|
keepTemp?: boolean | undefined;
|
|
77
77
|
timeoutSeconds?: number | undefined;
|
|
78
78
|
startupTimeoutSeconds?: number | undefined;
|
|
@@ -93,7 +93,7 @@ export declare const fabricCommands: {
|
|
|
93
93
|
}[];
|
|
94
94
|
failure?: string | undefined;
|
|
95
95
|
logTail?: string | undefined;
|
|
96
|
-
}, "
|
|
96
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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;
|
|
@@ -102,7 +102,7 @@ export declare const fabricCommands: {
|
|
|
102
102
|
}, {
|
|
103
103
|
ok: boolean;
|
|
104
104
|
apiUrl: string;
|
|
105
|
-
}, "
|
|
105
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
106
106
|
apiKey?: string | undefined;
|
|
107
107
|
token?: string | undefined;
|
|
108
108
|
apiUrl?: string | undefined;
|
|
@@ -110,7 +110,7 @@ export declare const fabricCommands: {
|
|
|
110
110
|
}, {
|
|
111
111
|
ok: boolean;
|
|
112
112
|
apiUrl: string;
|
|
113
|
-
}, "
|
|
113
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
114
114
|
apiKey?: string | undefined;
|
|
115
115
|
token?: string | undefined;
|
|
116
116
|
apiUrl?: string | undefined;
|
|
@@ -118,7 +118,7 @@ export declare const fabricCommands: {
|
|
|
118
118
|
}, {
|
|
119
119
|
ok: boolean;
|
|
120
120
|
apiUrl: string;
|
|
121
|
-
}, "
|
|
121
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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
122
|
init: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
123
123
|
repo: string;
|
|
124
124
|
name?: string | undefined;
|
|
@@ -129,7 +129,7 @@ export declare const fabricCommands: {
|
|
|
129
129
|
projectId: string;
|
|
130
130
|
projectSlug: string;
|
|
131
131
|
path: string;
|
|
132
|
-
}, "
|
|
132
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
133
133
|
repo: string;
|
|
134
134
|
name?: string | undefined;
|
|
135
135
|
branch?: string | undefined;
|
|
@@ -139,7 +139,7 @@ export declare const fabricCommands: {
|
|
|
139
139
|
projectId: string;
|
|
140
140
|
projectSlug: string;
|
|
141
141
|
path: string;
|
|
142
|
-
}, "
|
|
142
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
143
143
|
repo: string;
|
|
144
144
|
name?: string | undefined;
|
|
145
145
|
branch?: string | undefined;
|
|
@@ -149,7 +149,7 @@ export declare const fabricCommands: {
|
|
|
149
149
|
projectId: string;
|
|
150
150
|
projectSlug: string;
|
|
151
151
|
path: string;
|
|
152
|
-
}, "
|
|
152
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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
153
|
link: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
154
154
|
apiUrl?: string | undefined;
|
|
155
155
|
}, {
|
|
@@ -157,21 +157,21 @@ export declare const fabricCommands: {
|
|
|
157
157
|
projectSlug: string;
|
|
158
158
|
deploymentId: string;
|
|
159
159
|
stageId: string;
|
|
160
|
-
}, "
|
|
160
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
161
161
|
apiUrl?: string | undefined;
|
|
162
162
|
}, {
|
|
163
163
|
projectId: string;
|
|
164
164
|
projectSlug: string;
|
|
165
165
|
deploymentId: string;
|
|
166
166
|
stageId: string;
|
|
167
|
-
}, "
|
|
167
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
168
168
|
apiUrl?: string | undefined;
|
|
169
169
|
}, {
|
|
170
170
|
projectId: string;
|
|
171
171
|
projectSlug: string;
|
|
172
172
|
deploymentId: string;
|
|
173
173
|
stageId: string;
|
|
174
|
-
}, "
|
|
174
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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
175
|
addon: {
|
|
176
176
|
description: string;
|
|
177
177
|
subcommands: {
|
|
@@ -183,7 +183,7 @@ export declare const fabricCommands: {
|
|
|
183
183
|
name: string;
|
|
184
184
|
version: string;
|
|
185
185
|
publisher: string | null;
|
|
186
|
-
}, "
|
|
186
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
187
187
|
dir?: string | undefined;
|
|
188
188
|
apiUrl?: string | undefined;
|
|
189
189
|
}, {
|
|
@@ -191,7 +191,7 @@ export declare const fabricCommands: {
|
|
|
191
191
|
name: string;
|
|
192
192
|
version: string;
|
|
193
193
|
publisher: string | null;
|
|
194
|
-
}, "
|
|
194
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
195
195
|
dir?: string | undefined;
|
|
196
196
|
apiUrl?: string | undefined;
|
|
197
197
|
}, {
|
|
@@ -199,7 +199,7 @@ export declare const fabricCommands: {
|
|
|
199
199
|
name: string;
|
|
200
200
|
version: string;
|
|
201
201
|
publisher: string | null;
|
|
202
|
-
}, "
|
|
202
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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>;
|
|
203
203
|
add: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
204
204
|
id: string;
|
|
205
205
|
dir?: string | undefined;
|
|
@@ -209,7 +209,7 @@ export declare const fabricCommands: {
|
|
|
209
209
|
name: string;
|
|
210
210
|
version: string;
|
|
211
211
|
path: string;
|
|
212
|
-
}, "
|
|
212
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
213
213
|
id: string;
|
|
214
214
|
dir?: string | undefined;
|
|
215
215
|
apiUrl?: string | undefined;
|
|
@@ -218,7 +218,7 @@ export declare const fabricCommands: {
|
|
|
218
218
|
name: string;
|
|
219
219
|
version: string;
|
|
220
220
|
path: string;
|
|
221
|
-
}, "
|
|
221
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
222
222
|
id: string;
|
|
223
223
|
dir?: string | undefined;
|
|
224
224
|
apiUrl?: string | undefined;
|
|
@@ -227,7 +227,7 @@ export declare const fabricCommands: {
|
|
|
227
227
|
name: string;
|
|
228
228
|
version: string;
|
|
229
229
|
path: string;
|
|
230
|
-
}, "
|
|
230
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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>;
|
|
231
231
|
};
|
|
232
232
|
};
|
|
233
233
|
deploy: {
|
|
@@ -244,7 +244,7 @@ export declare const fabricCommands: {
|
|
|
244
244
|
branch: string;
|
|
245
245
|
ref: string;
|
|
246
246
|
requestedRef?: string | undefined;
|
|
247
|
-
}, "
|
|
247
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
248
248
|
branch?: string | undefined;
|
|
249
249
|
production?: boolean | undefined;
|
|
250
250
|
ref?: string | undefined;
|
|
@@ -255,7 +255,7 @@ export declare const fabricCommands: {
|
|
|
255
255
|
branch: string;
|
|
256
256
|
ref: string;
|
|
257
257
|
requestedRef?: string | undefined;
|
|
258
|
-
}, "
|
|
258
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
259
259
|
branch?: string | undefined;
|
|
260
260
|
production?: boolean | undefined;
|
|
261
261
|
ref?: string | undefined;
|
|
@@ -266,7 +266,7 @@ export declare const fabricCommands: {
|
|
|
266
266
|
branch: string;
|
|
267
267
|
ref: string;
|
|
268
268
|
requestedRef?: string | undefined;
|
|
269
|
-
}, "
|
|
269
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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>;
|
|
270
270
|
apply: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
271
271
|
branch?: string | undefined;
|
|
272
272
|
production?: boolean | undefined;
|
|
@@ -280,7 +280,7 @@ export declare const fabricCommands: {
|
|
|
280
280
|
deploymentId: string;
|
|
281
281
|
stageId: string;
|
|
282
282
|
runId: string;
|
|
283
|
-
}, "
|
|
283
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
284
284
|
branch?: string | undefined;
|
|
285
285
|
production?: boolean | undefined;
|
|
286
286
|
ref?: string | undefined;
|
|
@@ -293,7 +293,7 @@ export declare const fabricCommands: {
|
|
|
293
293
|
deploymentId: string;
|
|
294
294
|
stageId: string;
|
|
295
295
|
runId: string;
|
|
296
|
-
}, "
|
|
296
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
297
297
|
branch?: string | undefined;
|
|
298
298
|
production?: boolean | undefined;
|
|
299
299
|
ref?: string | undefined;
|
|
@@ -306,39 +306,39 @@ export declare const fabricCommands: {
|
|
|
306
306
|
deploymentId: string;
|
|
307
307
|
stageId: string;
|
|
308
308
|
runId: string;
|
|
309
|
-
}, "
|
|
309
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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>;
|
|
310
310
|
list: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
311
311
|
branch: string;
|
|
312
312
|
}, {
|
|
313
313
|
branch: string;
|
|
314
314
|
deployments: any[];
|
|
315
|
-
}, "
|
|
315
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
316
316
|
branch: string;
|
|
317
317
|
}, {
|
|
318
318
|
branch: string;
|
|
319
319
|
deployments: any[];
|
|
320
|
-
}, "
|
|
320
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
321
321
|
branch: string;
|
|
322
322
|
}, {
|
|
323
323
|
branch: string;
|
|
324
324
|
deployments: any[];
|
|
325
|
-
}, "
|
|
325
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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>;
|
|
326
326
|
units: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
327
327
|
branch: string;
|
|
328
328
|
}, {
|
|
329
329
|
branch: string;
|
|
330
330
|
workers: any[];
|
|
331
|
-
}, "
|
|
331
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
332
332
|
branch: string;
|
|
333
333
|
}, {
|
|
334
334
|
branch: string;
|
|
335
335
|
workers: any[];
|
|
336
|
-
}, "
|
|
336
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
337
337
|
branch: string;
|
|
338
338
|
}, {
|
|
339
339
|
branch: string;
|
|
340
340
|
workers: any[];
|
|
341
|
-
}, "
|
|
341
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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>;
|
|
342
342
|
};
|
|
343
343
|
};
|
|
344
344
|
rollback: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
@@ -359,7 +359,7 @@ export declare const fabricCommands: {
|
|
|
359
359
|
}[];
|
|
360
360
|
deploymentId?: string | undefined;
|
|
361
361
|
rolledBackToDeploymentId?: string | undefined;
|
|
362
|
-
}, "
|
|
362
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
363
363
|
branch: string;
|
|
364
364
|
target?: string | undefined;
|
|
365
365
|
list?: boolean | undefined;
|
|
@@ -377,7 +377,7 @@ export declare const fabricCommands: {
|
|
|
377
377
|
}[];
|
|
378
378
|
deploymentId?: string | undefined;
|
|
379
379
|
rolledBackToDeploymentId?: string | undefined;
|
|
380
|
-
}, "
|
|
380
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
381
381
|
branch: string;
|
|
382
382
|
target?: string | undefined;
|
|
383
383
|
list?: boolean | undefined;
|
|
@@ -395,7 +395,7 @@ export declare const fabricCommands: {
|
|
|
395
395
|
}[];
|
|
396
396
|
deploymentId?: string | undefined;
|
|
397
397
|
rolledBackToDeploymentId?: string | undefined;
|
|
398
|
-
}, "
|
|
398
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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>;
|
|
399
399
|
secrets: {
|
|
400
400
|
description: string;
|
|
401
401
|
subcommands: {
|
|
@@ -406,37 +406,37 @@ export declare const fabricCommands: {
|
|
|
406
406
|
force?: boolean | undefined;
|
|
407
407
|
}, {
|
|
408
408
|
ok: boolean;
|
|
409
|
-
}, "
|
|
409
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
410
410
|
name: string;
|
|
411
411
|
branch: string;
|
|
412
412
|
value?: string | undefined;
|
|
413
413
|
force?: boolean | undefined;
|
|
414
414
|
}, {
|
|
415
415
|
ok: boolean;
|
|
416
|
-
}, "
|
|
416
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
417
417
|
name: string;
|
|
418
418
|
branch: string;
|
|
419
419
|
value?: string | undefined;
|
|
420
420
|
force?: boolean | undefined;
|
|
421
421
|
}, {
|
|
422
422
|
ok: boolean;
|
|
423
|
-
}, "
|
|
423
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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>;
|
|
424
424
|
list: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
425
425
|
branch: string;
|
|
426
426
|
json?: boolean | undefined;
|
|
427
427
|
}, {
|
|
428
428
|
names: string[];
|
|
429
|
-
}, "
|
|
429
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
430
430
|
branch: string;
|
|
431
431
|
json?: boolean | undefined;
|
|
432
432
|
}, {
|
|
433
433
|
names: string[];
|
|
434
|
-
}, "
|
|
434
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
435
435
|
branch: string;
|
|
436
436
|
json?: boolean | undefined;
|
|
437
437
|
}, {
|
|
438
438
|
names: string[];
|
|
439
|
-
}, "
|
|
439
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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>;
|
|
440
440
|
};
|
|
441
441
|
};
|
|
442
442
|
logs: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
@@ -448,7 +448,7 @@ export declare const fabricCommands: {
|
|
|
448
448
|
json?: boolean | undefined;
|
|
449
449
|
}, {
|
|
450
450
|
count: number;
|
|
451
|
-
}, "
|
|
451
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
452
452
|
branch?: string | undefined;
|
|
453
453
|
deployment?: string | undefined;
|
|
454
454
|
level?: string | undefined;
|
|
@@ -457,7 +457,7 @@ export declare const fabricCommands: {
|
|
|
457
457
|
json?: boolean | undefined;
|
|
458
458
|
}, {
|
|
459
459
|
count: number;
|
|
460
|
-
}, "
|
|
460
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
461
461
|
branch?: string | undefined;
|
|
462
462
|
deployment?: string | undefined;
|
|
463
463
|
level?: string | undefined;
|
|
@@ -466,7 +466,7 @@ export declare const fabricCommands: {
|
|
|
466
466
|
json?: boolean | undefined;
|
|
467
467
|
}, {
|
|
468
468
|
count: number;
|
|
469
|
-
}, "
|
|
469
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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>;
|
|
470
470
|
metrics: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
471
471
|
branch: string;
|
|
472
472
|
hours?: number | undefined;
|
|
@@ -474,69 +474,69 @@ export declare const fabricCommands: {
|
|
|
474
474
|
json?: boolean | undefined;
|
|
475
475
|
}, {
|
|
476
476
|
count: number;
|
|
477
|
-
}, "
|
|
477
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
478
478
|
branch: string;
|
|
479
479
|
hours?: number | undefined;
|
|
480
480
|
function?: string | undefined;
|
|
481
481
|
json?: boolean | undefined;
|
|
482
482
|
}, {
|
|
483
483
|
count: number;
|
|
484
|
-
}, "
|
|
484
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
485
485
|
branch: string;
|
|
486
486
|
hours?: number | undefined;
|
|
487
487
|
function?: string | undefined;
|
|
488
488
|
json?: boolean | undefined;
|
|
489
489
|
}, {
|
|
490
490
|
count: number;
|
|
491
|
-
}, "
|
|
491
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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>;
|
|
492
492
|
trace: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
493
493
|
branch: string;
|
|
494
494
|
traceId: string;
|
|
495
495
|
json?: boolean | undefined;
|
|
496
496
|
}, {
|
|
497
497
|
count: number;
|
|
498
|
-
}, "
|
|
498
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
499
499
|
branch: string;
|
|
500
500
|
traceId: string;
|
|
501
501
|
json?: boolean | undefined;
|
|
502
502
|
}, {
|
|
503
503
|
count: number;
|
|
504
|
-
}, "
|
|
504
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
505
505
|
branch: string;
|
|
506
506
|
traceId: string;
|
|
507
507
|
json?: boolean | undefined;
|
|
508
508
|
}, {
|
|
509
509
|
count: number;
|
|
510
|
-
}, "
|
|
510
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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>;
|
|
511
511
|
status: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<Record<string, never>, {
|
|
512
512
|
projectId: string;
|
|
513
513
|
status: any;
|
|
514
|
-
}, "
|
|
514
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<Record<string, never>, {
|
|
515
515
|
projectId: string;
|
|
516
516
|
status: any;
|
|
517
|
-
}, "
|
|
517
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<Record<string, never>, {
|
|
518
518
|
projectId: string;
|
|
519
519
|
status: any;
|
|
520
|
-
}, "
|
|
520
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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>;
|
|
521
521
|
errors: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
522
522
|
branch: string;
|
|
523
523
|
function?: string | undefined;
|
|
524
524
|
}, {
|
|
525
525
|
branch: string;
|
|
526
526
|
errors: any[];
|
|
527
|
-
}, "
|
|
527
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
528
528
|
branch: string;
|
|
529
529
|
function?: string | undefined;
|
|
530
530
|
}, {
|
|
531
531
|
branch: string;
|
|
532
532
|
errors: any[];
|
|
533
|
-
}, "
|
|
533
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
534
534
|
branch: string;
|
|
535
535
|
function?: string | undefined;
|
|
536
536
|
}, {
|
|
537
537
|
branch: string;
|
|
538
538
|
errors: any[];
|
|
539
|
-
}, "
|
|
539
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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>;
|
|
540
540
|
db: {
|
|
541
541
|
description: string;
|
|
542
542
|
subcommands: {
|
|
@@ -545,17 +545,17 @@ export declare const fabricCommands: {
|
|
|
545
545
|
}, {
|
|
546
546
|
branch: string;
|
|
547
547
|
schema: any;
|
|
548
|
-
}, "
|
|
548
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
549
549
|
branch: string;
|
|
550
550
|
}, {
|
|
551
551
|
branch: string;
|
|
552
552
|
schema: any;
|
|
553
|
-
}, "
|
|
553
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
554
554
|
branch: string;
|
|
555
555
|
}, {
|
|
556
556
|
branch: string;
|
|
557
557
|
schema: any;
|
|
558
|
-
}, "
|
|
558
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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>;
|
|
559
559
|
};
|
|
560
560
|
};
|
|
561
561
|
domains: {
|
|
@@ -565,15 +565,15 @@ export declare const fabricCommands: {
|
|
|
565
565
|
apiUrl?: string | undefined;
|
|
566
566
|
}, {
|
|
567
567
|
count: number;
|
|
568
|
-
}, "
|
|
568
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
569
569
|
apiUrl?: string | undefined;
|
|
570
570
|
}, {
|
|
571
571
|
count: number;
|
|
572
|
-
}, "
|
|
572
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
573
573
|
apiUrl?: string | undefined;
|
|
574
574
|
}, {
|
|
575
575
|
count: number;
|
|
576
|
-
}, "
|
|
576
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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
577
|
add: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
578
578
|
hostname: string;
|
|
579
579
|
target?: "api" | "app" | undefined;
|
|
@@ -581,37 +581,37 @@ export declare const fabricCommands: {
|
|
|
581
581
|
}, {
|
|
582
582
|
hostname: string;
|
|
583
583
|
cnameTarget: string;
|
|
584
|
-
}, "
|
|
584
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
585
585
|
hostname: string;
|
|
586
586
|
target?: "api" | "app" | undefined;
|
|
587
587
|
apiUrl?: string | undefined;
|
|
588
588
|
}, {
|
|
589
589
|
hostname: string;
|
|
590
590
|
cnameTarget: string;
|
|
591
|
-
}, "
|
|
591
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
592
592
|
hostname: string;
|
|
593
593
|
target?: "api" | "app" | undefined;
|
|
594
594
|
apiUrl?: string | undefined;
|
|
595
595
|
}, {
|
|
596
596
|
hostname: string;
|
|
597
597
|
cnameTarget: string;
|
|
598
|
-
}, "
|
|
598
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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>;
|
|
599
599
|
remove: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
600
600
|
hostname: string;
|
|
601
601
|
apiUrl?: string | undefined;
|
|
602
602
|
}, {
|
|
603
603
|
removed: boolean;
|
|
604
|
-
}, "
|
|
604
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
605
605
|
hostname: string;
|
|
606
606
|
apiUrl?: string | undefined;
|
|
607
607
|
}, {
|
|
608
608
|
removed: boolean;
|
|
609
|
-
}, "
|
|
609
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
610
610
|
hostname: string;
|
|
611
611
|
apiUrl?: string | undefined;
|
|
612
612
|
}, {
|
|
613
613
|
removed: boolean;
|
|
614
|
-
}, "
|
|
614
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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>;
|
|
615
615
|
};
|
|
616
616
|
};
|
|
617
617
|
llm: {
|
|
@@ -625,7 +625,7 @@ export declare const fabricCommands: {
|
|
|
625
625
|
proxyUrl: string;
|
|
626
626
|
apiKey: string;
|
|
627
627
|
format: "text" | "json" | "env" | "shell";
|
|
628
|
-
}, "
|
|
628
|
+
}, "rpc" | "session", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
629
629
|
shell?: boolean | undefined;
|
|
630
630
|
env?: boolean | undefined;
|
|
631
631
|
json?: boolean | undefined;
|
|
@@ -633,7 +633,7 @@ export declare const fabricCommands: {
|
|
|
633
633
|
proxyUrl: string;
|
|
634
634
|
apiKey: string;
|
|
635
635
|
format: "text" | "json" | "env" | "shell";
|
|
636
|
-
}, "
|
|
636
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
637
637
|
shell?: boolean | undefined;
|
|
638
638
|
env?: boolean | undefined;
|
|
639
639
|
json?: boolean | undefined;
|
|
@@ -641,7 +641,7 @@ export declare const fabricCommands: {
|
|
|
641
641
|
proxyUrl: string;
|
|
642
642
|
apiKey: string;
|
|
643
643
|
format: "text" | "json" | "env" | "shell";
|
|
644
|
-
}, "
|
|
644
|
+
}, "rpc" | "session", import("../../types/application-types.js").Services>, 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>;
|
|
645
645
|
};
|
|
646
646
|
};
|
|
647
647
|
};
|
|
@@ -29,7 +29,7 @@ export declare const FabricAdd: import("../../../.pikku/pikku-types.gen.js").Pik
|
|
|
29
29
|
name: string;
|
|
30
30
|
version: string;
|
|
31
31
|
path: string;
|
|
32
|
-
}, "
|
|
32
|
+
}, "rpc" | "session", import("../../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
33
33
|
id: string;
|
|
34
34
|
dir?: string | undefined;
|
|
35
35
|
apiUrl?: string | undefined;
|
|
@@ -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
|
-
}, "
|
|
41
|
+
}, "rpc" | "session", import("../../../types/application-types.js").Services> | 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
|
-
}, "
|
|
50
|
+
}, "rpc" | "session", import("../../../types/application-types.js").Services>, undefined, undefined>;
|