@pikku/cli 0.12.39 → 0.12.41
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-Dxl3JsMK.js → index-D9Z9rySK.js} +2 -2
- 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 +16 -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 +47 -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 +229 -178
- 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.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 +5 -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 +13 -9
- package/dist/.pikku/schemas/schemas/LogoutInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WhoamiInput.schema.json +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +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 +45 -0
- package/dist/src/deploy/build-pipeline.d.ts +1 -0
- package/dist/src/deploy/build-pipeline.js +1 -1
- package/dist/src/fabric/fabric-commands.d.ts +63 -63
- 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/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/status.function.d.ts +3 -3
- package/dist/src/fabric/functions/trace.function.d.ts +3 -3
- package/dist/src/fabric/functions/validate-core.js +2 -7
- package/dist/src/fabric/functions/validate.function.d.ts +3 -3
- package/dist/src/fabric/functions/validate.function.js +16 -14
- package/dist/src/functions/commands/all.d.ts +1 -1
- 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/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-generate.js +0 -3
- 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-reset.js +11 -7
- package/dist/src/functions/commands/db-seed.d.ts +1 -1
- package/dist/src/functions/commands/db-seed.js +4 -7
- package/dist/src/functions/commands/db-shared.js +2 -4
- package/dist/src/functions/commands/deploy-apply.d.ts +3 -3
- package/dist/src/functions/commands/deploy-apply.js +1 -0
- package/dist/src/functions/commands/deploy-info.d.ts +1 -1
- package/dist/src/functions/commands/deploy-plan.d.ts +3 -3
- package/dist/src/functions/commands/deploy-plan.js +1 -0
- package/dist/src/functions/commands/dev.d.ts +3 -3
- package/dist/src/functions/commands/dev.js +1 -1
- package/dist/src/functions/commands/emails-init.d.ts +1 -1
- package/dist/src/functions/commands/enable.d.ts +5 -5
- package/dist/src/functions/commands/info.d.ts +4 -4
- package/dist/src/functions/commands/login.d.ts +37 -0
- package/dist/src/functions/commands/login.js +85 -0
- 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/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/local-db.d.ts +9 -5
- package/dist/src/functions/db/local-db.js +275 -107
- package/dist/src/functions/db/postgres/pglite-kysely.d.ts +8 -0
- package/dist/src/functions/db/postgres/pglite-kysely.js +79 -0
- package/dist/src/functions/db/postgres/postgres-introspector.d.ts +1 -0
- package/dist/src/functions/db/postgres/postgres-introspector.js +6 -1
- package/dist/src/functions/db/postgres/postgres-migrator.d.ts +7 -2
- package/dist/src/functions/db/postgres/postgres-migrator.js +6 -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/validate/workspace-validate.js +4 -4
- 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 +1 -1
- 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/cli/serialize-channel-cli-client.js +38 -7
- 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-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/scaffold/rpc-remote.gen.d.ts +3 -3
- package/dist/src/scaffold/rpc-remote.gen.js +1 -1
- package/dist/src/utils/cli-session.d.ts +40 -0
- package/dist/src/utils/cli-session.js +73 -0
- package/dist/src/utils/device-auth.d.ts +28 -0
- package/dist/src/utils/device-auth.js +111 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -3
- package/skills/pikku-machine-auth/SKILL.md +177 -0
|
@@ -9,7 +9,7 @@ export declare const fabricCommands: {
|
|
|
9
9
|
path: string;
|
|
10
10
|
fixHint: string;
|
|
11
11
|
}[];
|
|
12
|
-
}, "
|
|
12
|
+
}, "session" | "rpc", 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
|
+
}, "session" | "rpc", 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
|
+
}, "session" | "rpc", 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
|
login: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
34
34
|
apiKey?: string | undefined;
|
|
35
35
|
token?: string | undefined;
|
|
@@ -38,7 +38,7 @@ export declare const fabricCommands: {
|
|
|
38
38
|
}, {
|
|
39
39
|
ok: boolean;
|
|
40
40
|
apiUrl: string;
|
|
41
|
-
}, "
|
|
41
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
42
42
|
apiKey?: string | undefined;
|
|
43
43
|
token?: string | undefined;
|
|
44
44
|
apiUrl?: string | undefined;
|
|
@@ -46,7 +46,7 @@ export declare const fabricCommands: {
|
|
|
46
46
|
}, {
|
|
47
47
|
ok: boolean;
|
|
48
48
|
apiUrl: string;
|
|
49
|
-
}, "
|
|
49
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
50
50
|
apiKey?: string | undefined;
|
|
51
51
|
token?: string | undefined;
|
|
52
52
|
apiUrl?: string | undefined;
|
|
@@ -54,7 +54,7 @@ export declare const fabricCommands: {
|
|
|
54
54
|
}, {
|
|
55
55
|
ok: boolean;
|
|
56
56
|
apiUrl: string;
|
|
57
|
-
}, "
|
|
57
|
+
}, "session" | "rpc", 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>;
|
|
58
58
|
init: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
59
59
|
repo: string;
|
|
60
60
|
name?: string | undefined;
|
|
@@ -65,7 +65,7 @@ export declare const fabricCommands: {
|
|
|
65
65
|
projectId: string;
|
|
66
66
|
projectSlug: string;
|
|
67
67
|
path: string;
|
|
68
|
-
}, "
|
|
68
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
69
69
|
repo: string;
|
|
70
70
|
name?: string | undefined;
|
|
71
71
|
branch?: string | undefined;
|
|
@@ -75,7 +75,7 @@ export declare const fabricCommands: {
|
|
|
75
75
|
projectId: string;
|
|
76
76
|
projectSlug: string;
|
|
77
77
|
path: string;
|
|
78
|
-
}, "
|
|
78
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
79
79
|
repo: string;
|
|
80
80
|
name?: string | undefined;
|
|
81
81
|
branch?: string | undefined;
|
|
@@ -85,26 +85,26 @@ export declare const fabricCommands: {
|
|
|
85
85
|
projectId: string;
|
|
86
86
|
projectSlug: string;
|
|
87
87
|
path: string;
|
|
88
|
-
}, "
|
|
88
|
+
}, "session" | "rpc", 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>;
|
|
89
89
|
link: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
90
90
|
apiUrl?: string | undefined;
|
|
91
91
|
}, {
|
|
92
92
|
projectSlug: string;
|
|
93
93
|
deploymentId: string;
|
|
94
94
|
stageId: string;
|
|
95
|
-
}, "
|
|
95
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
96
96
|
apiUrl?: string | undefined;
|
|
97
97
|
}, {
|
|
98
98
|
projectSlug: string;
|
|
99
99
|
deploymentId: string;
|
|
100
100
|
stageId: string;
|
|
101
|
-
}, "
|
|
101
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
102
102
|
apiUrl?: string | undefined;
|
|
103
103
|
}, {
|
|
104
104
|
projectSlug: string;
|
|
105
105
|
deploymentId: string;
|
|
106
106
|
stageId: string;
|
|
107
|
-
}, "
|
|
107
|
+
}, "session" | "rpc", 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>;
|
|
108
108
|
deploy: {
|
|
109
109
|
description: string;
|
|
110
110
|
subcommands: {
|
|
@@ -119,7 +119,7 @@ export declare const fabricCommands: {
|
|
|
119
119
|
branch: string;
|
|
120
120
|
ref: string;
|
|
121
121
|
requestedRef?: string | undefined;
|
|
122
|
-
}, "
|
|
122
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
123
123
|
branch?: string | undefined;
|
|
124
124
|
production?: boolean | undefined;
|
|
125
125
|
ref?: string | undefined;
|
|
@@ -130,7 +130,7 @@ export declare const fabricCommands: {
|
|
|
130
130
|
branch: string;
|
|
131
131
|
ref: string;
|
|
132
132
|
requestedRef?: string | undefined;
|
|
133
|
-
}, "
|
|
133
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
134
134
|
branch?: string | undefined;
|
|
135
135
|
production?: boolean | undefined;
|
|
136
136
|
ref?: string | undefined;
|
|
@@ -141,7 +141,7 @@ export declare const fabricCommands: {
|
|
|
141
141
|
branch: string;
|
|
142
142
|
ref: string;
|
|
143
143
|
requestedRef?: string | undefined;
|
|
144
|
-
}, "
|
|
144
|
+
}, "session" | "rpc", 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>;
|
|
145
145
|
apply: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
146
146
|
branch?: string | undefined;
|
|
147
147
|
production?: boolean | undefined;
|
|
@@ -155,7 +155,7 @@ export declare const fabricCommands: {
|
|
|
155
155
|
deploymentId: string;
|
|
156
156
|
stageId: string;
|
|
157
157
|
runId: string;
|
|
158
|
-
}, "
|
|
158
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
159
159
|
branch?: string | undefined;
|
|
160
160
|
production?: boolean | undefined;
|
|
161
161
|
ref?: string | undefined;
|
|
@@ -168,7 +168,7 @@ export declare const fabricCommands: {
|
|
|
168
168
|
deploymentId: string;
|
|
169
169
|
stageId: string;
|
|
170
170
|
runId: string;
|
|
171
|
-
}, "
|
|
171
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
172
172
|
branch?: string | undefined;
|
|
173
173
|
production?: boolean | undefined;
|
|
174
174
|
ref?: string | undefined;
|
|
@@ -181,39 +181,39 @@ export declare const fabricCommands: {
|
|
|
181
181
|
deploymentId: string;
|
|
182
182
|
stageId: string;
|
|
183
183
|
runId: string;
|
|
184
|
-
}, "
|
|
184
|
+
}, "session" | "rpc", 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>;
|
|
185
185
|
list: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
186
186
|
branch: string;
|
|
187
187
|
}, {
|
|
188
188
|
branch: string;
|
|
189
189
|
deployments: any[];
|
|
190
|
-
}, "
|
|
190
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
191
191
|
branch: string;
|
|
192
192
|
}, {
|
|
193
193
|
branch: string;
|
|
194
194
|
deployments: any[];
|
|
195
|
-
}, "
|
|
195
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
196
196
|
branch: string;
|
|
197
197
|
}, {
|
|
198
198
|
branch: string;
|
|
199
199
|
deployments: any[];
|
|
200
|
-
}, "
|
|
200
|
+
}, "session" | "rpc", 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>;
|
|
201
201
|
units: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
202
202
|
branch: string;
|
|
203
203
|
}, {
|
|
204
204
|
branch: string;
|
|
205
205
|
workers: any[];
|
|
206
|
-
}, "
|
|
206
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
207
207
|
branch: string;
|
|
208
208
|
}, {
|
|
209
209
|
branch: string;
|
|
210
210
|
workers: any[];
|
|
211
|
-
}, "
|
|
211
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
212
212
|
branch: string;
|
|
213
213
|
}, {
|
|
214
214
|
branch: string;
|
|
215
215
|
workers: any[];
|
|
216
|
-
}, "
|
|
216
|
+
}, "session" | "rpc", 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>;
|
|
217
217
|
};
|
|
218
218
|
};
|
|
219
219
|
rollback: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
@@ -234,7 +234,7 @@ export declare const fabricCommands: {
|
|
|
234
234
|
}[];
|
|
235
235
|
deploymentId?: string | undefined;
|
|
236
236
|
rolledBackToDeploymentId?: string | undefined;
|
|
237
|
-
}, "
|
|
237
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
238
238
|
branch: string;
|
|
239
239
|
target?: string | undefined;
|
|
240
240
|
list?: boolean | undefined;
|
|
@@ -252,7 +252,7 @@ export declare const fabricCommands: {
|
|
|
252
252
|
}[];
|
|
253
253
|
deploymentId?: string | undefined;
|
|
254
254
|
rolledBackToDeploymentId?: string | undefined;
|
|
255
|
-
}, "
|
|
255
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
256
256
|
branch: string;
|
|
257
257
|
target?: string | undefined;
|
|
258
258
|
list?: boolean | undefined;
|
|
@@ -270,7 +270,7 @@ export declare const fabricCommands: {
|
|
|
270
270
|
}[];
|
|
271
271
|
deploymentId?: string | undefined;
|
|
272
272
|
rolledBackToDeploymentId?: string | undefined;
|
|
273
|
-
}, "
|
|
273
|
+
}, "session" | "rpc", 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>;
|
|
274
274
|
secrets: {
|
|
275
275
|
description: string;
|
|
276
276
|
subcommands: {
|
|
@@ -281,37 +281,37 @@ export declare const fabricCommands: {
|
|
|
281
281
|
force?: boolean | undefined;
|
|
282
282
|
}, {
|
|
283
283
|
ok: boolean;
|
|
284
|
-
}, "
|
|
284
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
285
285
|
name: string;
|
|
286
286
|
branch: string;
|
|
287
287
|
value?: string | undefined;
|
|
288
288
|
force?: boolean | undefined;
|
|
289
289
|
}, {
|
|
290
290
|
ok: boolean;
|
|
291
|
-
}, "
|
|
291
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
292
292
|
name: string;
|
|
293
293
|
branch: string;
|
|
294
294
|
value?: string | undefined;
|
|
295
295
|
force?: boolean | undefined;
|
|
296
296
|
}, {
|
|
297
297
|
ok: boolean;
|
|
298
|
-
}, "
|
|
298
|
+
}, "session" | "rpc", 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>;
|
|
299
299
|
list: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
300
300
|
branch: string;
|
|
301
301
|
json?: boolean | undefined;
|
|
302
302
|
}, {
|
|
303
303
|
names: string[];
|
|
304
|
-
}, "
|
|
304
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
305
305
|
branch: string;
|
|
306
306
|
json?: boolean | undefined;
|
|
307
307
|
}, {
|
|
308
308
|
names: string[];
|
|
309
|
-
}, "
|
|
309
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
310
310
|
branch: string;
|
|
311
311
|
json?: boolean | undefined;
|
|
312
312
|
}, {
|
|
313
313
|
names: string[];
|
|
314
|
-
}, "
|
|
314
|
+
}, "session" | "rpc", 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>;
|
|
315
315
|
};
|
|
316
316
|
};
|
|
317
317
|
logs: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
@@ -323,7 +323,7 @@ export declare const fabricCommands: {
|
|
|
323
323
|
json?: boolean | undefined;
|
|
324
324
|
}, {
|
|
325
325
|
count: number;
|
|
326
|
-
}, "
|
|
326
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
327
327
|
branch?: string | undefined;
|
|
328
328
|
deployment?: string | undefined;
|
|
329
329
|
level?: string | undefined;
|
|
@@ -332,7 +332,7 @@ export declare const fabricCommands: {
|
|
|
332
332
|
json?: boolean | undefined;
|
|
333
333
|
}, {
|
|
334
334
|
count: number;
|
|
335
|
-
}, "
|
|
335
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
336
336
|
branch?: string | undefined;
|
|
337
337
|
deployment?: string | undefined;
|
|
338
338
|
level?: string | undefined;
|
|
@@ -341,7 +341,7 @@ export declare const fabricCommands: {
|
|
|
341
341
|
json?: boolean | undefined;
|
|
342
342
|
}, {
|
|
343
343
|
count: number;
|
|
344
|
-
}, "
|
|
344
|
+
}, "session" | "rpc", 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>;
|
|
345
345
|
metrics: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
346
346
|
branch: string;
|
|
347
347
|
hours?: number | undefined;
|
|
@@ -349,69 +349,69 @@ export declare const fabricCommands: {
|
|
|
349
349
|
json?: boolean | undefined;
|
|
350
350
|
}, {
|
|
351
351
|
count: number;
|
|
352
|
-
}, "
|
|
352
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
353
353
|
branch: string;
|
|
354
354
|
hours?: number | undefined;
|
|
355
355
|
function?: string | undefined;
|
|
356
356
|
json?: boolean | undefined;
|
|
357
357
|
}, {
|
|
358
358
|
count: number;
|
|
359
|
-
}, "
|
|
359
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
360
360
|
branch: string;
|
|
361
361
|
hours?: number | undefined;
|
|
362
362
|
function?: string | undefined;
|
|
363
363
|
json?: boolean | undefined;
|
|
364
364
|
}, {
|
|
365
365
|
count: number;
|
|
366
|
-
}, "
|
|
366
|
+
}, "session" | "rpc", 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>;
|
|
367
367
|
trace: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
368
368
|
branch: string;
|
|
369
369
|
traceId: string;
|
|
370
370
|
json?: boolean | undefined;
|
|
371
371
|
}, {
|
|
372
372
|
count: number;
|
|
373
|
-
}, "
|
|
373
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
374
374
|
branch: string;
|
|
375
375
|
traceId: string;
|
|
376
376
|
json?: boolean | undefined;
|
|
377
377
|
}, {
|
|
378
378
|
count: number;
|
|
379
|
-
}, "
|
|
379
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
380
380
|
branch: string;
|
|
381
381
|
traceId: string;
|
|
382
382
|
json?: boolean | undefined;
|
|
383
383
|
}, {
|
|
384
384
|
count: number;
|
|
385
|
-
}, "
|
|
385
|
+
}, "session" | "rpc", 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>;
|
|
386
386
|
status: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<Record<string, never>, {
|
|
387
387
|
projectId: string;
|
|
388
388
|
status: any;
|
|
389
|
-
}, "
|
|
389
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<Record<string, never>, {
|
|
390
390
|
projectId: string;
|
|
391
391
|
status: any;
|
|
392
|
-
}, "
|
|
392
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<Record<string, never>, {
|
|
393
393
|
projectId: string;
|
|
394
394
|
status: any;
|
|
395
|
-
}, "
|
|
395
|
+
}, "session" | "rpc", 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>;
|
|
396
396
|
errors: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
397
397
|
branch: string;
|
|
398
398
|
function?: string | undefined;
|
|
399
399
|
}, {
|
|
400
400
|
branch: string;
|
|
401
401
|
errors: any[];
|
|
402
|
-
}, "
|
|
402
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
403
403
|
branch: string;
|
|
404
404
|
function?: string | undefined;
|
|
405
405
|
}, {
|
|
406
406
|
branch: string;
|
|
407
407
|
errors: any[];
|
|
408
|
-
}, "
|
|
408
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
409
409
|
branch: string;
|
|
410
410
|
function?: string | undefined;
|
|
411
411
|
}, {
|
|
412
412
|
branch: string;
|
|
413
413
|
errors: any[];
|
|
414
|
-
}, "
|
|
414
|
+
}, "session" | "rpc", 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>;
|
|
415
415
|
db: {
|
|
416
416
|
description: string;
|
|
417
417
|
subcommands: {
|
|
@@ -420,17 +420,17 @@ export declare const fabricCommands: {
|
|
|
420
420
|
}, {
|
|
421
421
|
branch: string;
|
|
422
422
|
schema: any;
|
|
423
|
-
}, "
|
|
423
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
424
424
|
branch: string;
|
|
425
425
|
}, {
|
|
426
426
|
branch: string;
|
|
427
427
|
schema: any;
|
|
428
|
-
}, "
|
|
428
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
429
429
|
branch: string;
|
|
430
430
|
}, {
|
|
431
431
|
branch: string;
|
|
432
432
|
schema: any;
|
|
433
|
-
}, "
|
|
433
|
+
}, "session" | "rpc", 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>;
|
|
434
434
|
};
|
|
435
435
|
};
|
|
436
436
|
domains: {
|
|
@@ -440,15 +440,15 @@ export declare const fabricCommands: {
|
|
|
440
440
|
apiUrl?: string | undefined;
|
|
441
441
|
}, {
|
|
442
442
|
count: number;
|
|
443
|
-
}, "
|
|
443
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
444
444
|
apiUrl?: string | undefined;
|
|
445
445
|
}, {
|
|
446
446
|
count: number;
|
|
447
|
-
}, "
|
|
447
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
448
448
|
apiUrl?: string | undefined;
|
|
449
449
|
}, {
|
|
450
450
|
count: number;
|
|
451
|
-
}, "
|
|
451
|
+
}, "session" | "rpc", 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>;
|
|
452
452
|
add: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
453
453
|
hostname: string;
|
|
454
454
|
target?: "api" | "app" | undefined;
|
|
@@ -456,37 +456,37 @@ export declare const fabricCommands: {
|
|
|
456
456
|
}, {
|
|
457
457
|
hostname: string;
|
|
458
458
|
cnameTarget: string;
|
|
459
|
-
}, "
|
|
459
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
460
460
|
hostname: string;
|
|
461
461
|
target?: "api" | "app" | undefined;
|
|
462
462
|
apiUrl?: string | undefined;
|
|
463
463
|
}, {
|
|
464
464
|
hostname: string;
|
|
465
465
|
cnameTarget: string;
|
|
466
|
-
}, "
|
|
466
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
467
467
|
hostname: string;
|
|
468
468
|
target?: "api" | "app" | undefined;
|
|
469
469
|
apiUrl?: string | undefined;
|
|
470
470
|
}, {
|
|
471
471
|
hostname: string;
|
|
472
472
|
cnameTarget: string;
|
|
473
|
-
}, "
|
|
473
|
+
}, "session" | "rpc", 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>;
|
|
474
474
|
remove: import("@pikku/core/cli").CoreCLICommandConfig<import("../../.pikku/pikku-types.gen.js").PikkuFunctionConfig<{
|
|
475
475
|
hostname: string;
|
|
476
476
|
apiUrl?: string | undefined;
|
|
477
477
|
}, {
|
|
478
478
|
removed: boolean;
|
|
479
|
-
}, "
|
|
479
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
480
480
|
hostname: string;
|
|
481
481
|
apiUrl?: string | undefined;
|
|
482
482
|
}, {
|
|
483
483
|
removed: boolean;
|
|
484
|
-
}, "
|
|
484
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
485
485
|
hostname: string;
|
|
486
486
|
apiUrl?: string | undefined;
|
|
487
487
|
}, {
|
|
488
488
|
removed: boolean;
|
|
489
|
-
}, "
|
|
489
|
+
}, "session" | "rpc", 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>;
|
|
490
490
|
};
|
|
491
491
|
};
|
|
492
492
|
llm: {
|
|
@@ -500,7 +500,7 @@ export declare const fabricCommands: {
|
|
|
500
500
|
proxyUrl: string;
|
|
501
501
|
apiKey: string;
|
|
502
502
|
format: "text" | "json" | "env" | "shell";
|
|
503
|
-
}, "
|
|
503
|
+
}, "session" | "rpc", import("../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
504
504
|
shell?: boolean | undefined;
|
|
505
505
|
env?: boolean | undefined;
|
|
506
506
|
json?: boolean | undefined;
|
|
@@ -508,7 +508,7 @@ export declare const fabricCommands: {
|
|
|
508
508
|
proxyUrl: string;
|
|
509
509
|
apiKey: string;
|
|
510
510
|
format: "text" | "json" | "env" | "shell";
|
|
511
|
-
}, "
|
|
511
|
+
}, "session" | "rpc", import("../../types/application-types.js").Services> | import("../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
512
512
|
shell?: boolean | undefined;
|
|
513
513
|
env?: boolean | undefined;
|
|
514
514
|
json?: boolean | undefined;
|
|
@@ -516,7 +516,7 @@ export declare const fabricCommands: {
|
|
|
516
516
|
proxyUrl: string;
|
|
517
517
|
apiKey: string;
|
|
518
518
|
format: "text" | "json" | "env" | "shell";
|
|
519
|
-
}, "
|
|
519
|
+
}, "session" | "rpc", 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>;
|
|
520
520
|
};
|
|
521
521
|
};
|
|
522
522
|
};
|
|
@@ -11,17 +11,17 @@ export declare const FabricDbSchema: import("../../../.pikku/pikku-types.gen.js"
|
|
|
11
11
|
}, {
|
|
12
12
|
branch: string;
|
|
13
13
|
schema: any;
|
|
14
|
-
}, "
|
|
14
|
+
}, "session" | "rpc", import("../../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
15
15
|
branch: string;
|
|
16
16
|
}, {
|
|
17
17
|
branch: string;
|
|
18
18
|
schema: any;
|
|
19
|
-
}, "
|
|
19
|
+
}, "session" | "rpc", import("../../../types/application-types.js").Services> | import("../../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
20
20
|
branch: string;
|
|
21
21
|
}, {
|
|
22
22
|
branch: string;
|
|
23
23
|
schema: any;
|
|
24
|
-
}, "
|
|
24
|
+
}, "session" | "rpc", import("../../../types/application-types.js").Services>, undefined, undefined>;
|
|
25
25
|
type Schema = {
|
|
26
26
|
tables?: {
|
|
27
27
|
name: string;
|
|
@@ -11,17 +11,17 @@ export declare const FabricDeployList: import("../../../.pikku/pikku-types.gen.j
|
|
|
11
11
|
}, {
|
|
12
12
|
branch: string;
|
|
13
13
|
deployments: any[];
|
|
14
|
-
}, "
|
|
14
|
+
}, "session" | "rpc", import("../../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
15
15
|
branch: string;
|
|
16
16
|
}, {
|
|
17
17
|
branch: string;
|
|
18
18
|
deployments: any[];
|
|
19
|
-
}, "
|
|
19
|
+
}, "session" | "rpc", import("../../../types/application-types.js").Services> | import("../../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
20
20
|
branch: string;
|
|
21
21
|
}, {
|
|
22
22
|
branch: string;
|
|
23
23
|
deployments: any[];
|
|
24
|
-
}, "
|
|
24
|
+
}, "session" | "rpc", import("../../../types/application-types.js").Services>, undefined, undefined>;
|
|
25
25
|
type DeploymentRow = {
|
|
26
26
|
deploymentId: string;
|
|
27
27
|
status: string;
|
|
@@ -11,17 +11,17 @@ export declare const FabricDeployUnits: import("../../../.pikku/pikku-types.gen.
|
|
|
11
11
|
}, {
|
|
12
12
|
branch: string;
|
|
13
13
|
workers: any[];
|
|
14
|
-
}, "
|
|
14
|
+
}, "session" | "rpc", import("../../../.pikku/pikku-types.gen.js").PikkuFunctionSessionless<{
|
|
15
15
|
branch: string;
|
|
16
16
|
}, {
|
|
17
17
|
branch: string;
|
|
18
18
|
workers: any[];
|
|
19
|
-
}, "
|
|
19
|
+
}, "session" | "rpc", import("../../../types/application-types.js").Services> | import("../../../.pikku/pikku-types.gen.js").PikkuFunction<{
|
|
20
20
|
branch: string;
|
|
21
21
|
}, {
|
|
22
22
|
branch: string;
|
|
23
23
|
workers: any[];
|
|
24
|
-
}, "
|
|
24
|
+
}, "session" | "rpc", import("../../../types/application-types.js").Services>, undefined, undefined>;
|
|
25
25
|
type WorkerRow = {
|
|
26
26
|
name: string;
|
|
27
27
|
role: string;
|