@pikku/cli 0.12.20 → 0.12.22
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-C52h1B_L.css +1 -0
- package/console-app/assets/index-CAk106ji.js +232 -0
- package/console-app/index.html +3 -6
- 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 +280 -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 +792 -8
- 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 +44 -70
- package/dist/.pikku/function/pikku-function-types.gen.js +33 -40
- package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.json +1439 -316
- package/dist/.pikku/function/pikku-functions.gen.js +21 -9
- 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 +3 -1
- package/dist/.pikku/pikku-bootstrap.gen.js +3 -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 +2 -1
- package/dist/.pikku/pikku-services.gen.js +1 -0
- package/dist/.pikku/pikku-types.gen.d.ts +1 -1
- package/dist/.pikku/pikku-types.gen.js +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.d.ts +1 -0
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +6 -0
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.json +250 -0
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +4 -0
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +5 -0
- 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 -10
- 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 +157 -11
- package/dist/.pikku/schemas/schemas/BinaryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DbMigrateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DbResetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DbSeedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDbSchemaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDbSchemaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDeployApplyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDeployApplyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDeployListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDeployListOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDeployPlanInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDeployPlanOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDeployUnitsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDeployUnitsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDomainsAddInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDomainsAddOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDomainsListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDomainsListOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDomainsRemoveInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDomainsRemoveOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricErrorsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricErrorsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricInitInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricInitOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricLLMKeyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricLLMKeyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricLinkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricLinkOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricLoginInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricLoginOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricLogsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricLogsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricMetricsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricMetricsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricRollbackInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricRollbackOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricSecretsListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricSecretsListOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricSecretsSetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricSecretsSetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricStatusInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricStatusOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricTraceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricTraceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricValidateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricValidateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuCLIConfig.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuCommandChannelsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuCommandHTTPOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuCommandQueueOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuEventsScaffoldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaClientsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaFunctionsGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaFunctionsListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaMiddlewareGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaMiddlewareListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaPermissionsGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaPermissionsListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaSchemasGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaSchemasListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaWiresChannelInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaWiresHttpInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaWiresListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaWiresQueueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaWiresSchedulerInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaWiresTriggerInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaWiresTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaWorkflowsGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaWorkflowsListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuSkillsInstallInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuSkillsListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuTestsCoverageInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuTestsInitInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkflowRunStatus.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 +237 -629
- 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 +23 -0
- package/dist/bin/pikku.js +28 -1
- package/dist/src/cli.wiring.js +286 -10
- package/dist/src/deploy/analyzer/analyzer.d.ts +16 -1
- package/dist/src/deploy/analyzer/analyzer.js +83 -43
- package/dist/src/deploy/analyzer/manifest.d.ts +10 -0
- package/dist/src/deploy/build-pipeline.d.ts +2 -0
- package/dist/src/deploy/build-pipeline.js +123 -19
- package/dist/src/deploy/bundler/bundler.d.ts +3 -1
- package/dist/src/deploy/bundler/bundler.js +40 -9
- package/dist/src/deploy/bundler/dep-extractor.d.ts +5 -2
- package/dist/src/deploy/bundler/dep-extractor.js +103 -23
- package/dist/src/deploy/bundler/types.d.ts +5 -1
- package/dist/src/deploy/codegen/per-unit-codegen.d.ts +11 -1
- package/dist/src/deploy/codegen/per-unit-codegen.js +49 -6
- package/dist/src/deploy/plan/planner.js +25 -3
- package/dist/src/deploy/plan/provider.d.ts +2 -0
- package/dist/src/deploy/provider-adapter.d.ts +34 -0
- package/dist/src/deploy/server-entry.d.ts +16 -0
- package/dist/src/deploy/server-entry.js +81 -0
- package/dist/src/fabric/fabric-commands.d.ts +522 -0
- package/dist/src/fabric/fabric-commands.js +299 -0
- package/dist/src/fabric/functions/db-schema.function.d.ts +35 -0
- package/dist/src/fabric/functions/db-schema.function.js +37 -0
- package/dist/src/fabric/functions/deploy-list.function.d.ts +41 -0
- package/dist/src/fabric/functions/deploy-list.function.js +43 -0
- package/dist/src/fabric/functions/deploy-units.function.d.ts +35 -0
- package/dist/src/fabric/functions/deploy-units.function.js +41 -0
- package/dist/src/fabric/functions/deploy.function.d.ts +105 -0
- package/dist/src/fabric/functions/deploy.function.js +122 -0
- package/dist/src/fabric/functions/domains-add.function.d.ts +35 -0
- package/dist/src/fabric/functions/domains-add.function.js +46 -0
- package/dist/src/fabric/functions/domains-list.function.d.ts +20 -0
- package/dist/src/fabric/functions/domains-list.function.js +50 -0
- package/dist/src/fabric/functions/domains-remove.function.d.ts +24 -0
- package/dist/src/fabric/functions/domains-remove.function.js +44 -0
- package/dist/src/fabric/functions/errors.function.d.ts +44 -0
- package/dist/src/fabric/functions/errors.function.js +50 -0
- package/dist/src/fabric/functions/init.function.d.ts +51 -0
- package/dist/src/fabric/functions/init.function.js +54 -0
- package/dist/src/fabric/functions/link.function.d.ts +28 -0
- package/dist/src/fabric/functions/link.function.js +77 -0
- package/dist/src/fabric/functions/llm-key.function.d.ts +46 -0
- package/dist/src/fabric/functions/llm-key.function.js +76 -0
- package/dist/src/fabric/functions/login.function.d.ts +42 -0
- package/dist/src/fabric/functions/login.function.js +68 -0
- package/dist/src/fabric/functions/logs.function.d.ts +40 -0
- package/dist/src/fabric/functions/logs.function.js +84 -0
- package/dist/src/fabric/functions/metrics.function.d.ts +32 -0
- package/dist/src/fabric/functions/metrics.function.js +49 -0
- package/dist/src/fabric/functions/rollback.function.d.ts +76 -0
- package/dist/src/fabric/functions/rollback.function.js +69 -0
- package/dist/src/fabric/functions/secrets-list.function.d.ts +24 -0
- package/dist/src/fabric/functions/secrets-list.function.js +37 -0
- package/dist/src/fabric/functions/secrets-set.function.d.ts +32 -0
- package/dist/src/fabric/functions/secrets-set.function.js +36 -0
- package/dist/src/fabric/functions/status.function.d.ts +34 -0
- package/dist/src/fabric/functions/status.function.js +43 -0
- package/dist/src/fabric/functions/trace.function.d.ts +28 -0
- package/dist/src/fabric/functions/trace.function.js +45 -0
- package/dist/src/fabric/functions/validate.function.d.ts +50 -0
- package/dist/src/fabric/functions/validate.function.js +363 -0
- package/dist/src/fabric/lib/config.d.ts +64 -0
- package/dist/src/fabric/lib/config.js +62 -0
- package/dist/src/fabric/lib/console-url.d.ts +5 -0
- package/dist/src/fabric/lib/console-url.js +13 -0
- package/dist/src/fabric/lib/git.d.ts +53 -0
- package/dist/src/fabric/lib/git.js +151 -0
- package/dist/src/fabric/lib/http.d.ts +4 -0
- package/dist/src/fabric/lib/http.js +12 -0
- package/dist/src/fabric/lib/not-implemented.d.ts +5 -0
- package/dist/src/fabric/lib/not-implemented.js +8 -0
- package/dist/src/fabric/lib/output.d.ts +23 -0
- package/dist/src/fabric/lib/output.js +39 -0
- package/dist/src/fabric/lib/prompt.d.ts +12 -0
- package/dist/src/fabric/lib/prompt.js +32 -0
- package/dist/src/fabric/lib/stage.d.ts +7 -0
- package/dist/src/fabric/lib/stage.js +14 -0
- package/dist/src/fabric/sdk/pikku-fetch.gen.d.ts +14 -0
- package/dist/src/fabric/sdk/pikku-fetch.gen.js +30 -0
- package/dist/src/fabric/sdk/pikku-rpc.gen.d.ts +105 -0
- package/dist/src/fabric/sdk/pikku-rpc.gen.js +126 -0
- package/dist/src/functions/commands/all.d.ts +1 -1
- package/dist/src/functions/commands/binary.d.ts +7 -0
- package/dist/src/functions/commands/binary.js +40 -0
- package/dist/src/functions/commands/bootstrap.d.ts +1 -1
- package/dist/src/functions/commands/bootstrap.js +7 -4
- package/dist/src/functions/commands/console.d.ts +3 -3
- package/dist/src/functions/commands/db-migrate.d.ts +1 -0
- package/dist/src/functions/commands/db-migrate.js +35 -0
- package/dist/src/functions/commands/db-reset.d.ts +1 -0
- package/dist/src/functions/commands/db-reset.js +36 -0
- package/dist/src/functions/commands/db-seed.d.ts +1 -0
- package/dist/src/functions/commands/db-seed.js +27 -0
- package/dist/src/functions/commands/db-shared.d.ts +32 -0
- package/dist/src/functions/commands/db-shared.js +26 -0
- package/dist/src/functions/commands/deploy-apply.d.ts +3 -3
- package/dist/src/functions/commands/deploy-apply.js +6 -4
- 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 +7 -1
- package/dist/src/functions/commands/dev.d.ts +3 -3
- package/dist/src/functions/commands/dev.js +142 -86
- package/dist/src/functions/commands/enable.d.ts +5 -4
- package/dist/src/functions/commands/enable.js +4 -0
- package/dist/src/functions/commands/info.d.ts +4 -4
- package/dist/src/functions/commands/load-user-project.d.ts +11 -0
- package/dist/src/functions/commands/load-user-project.js +40 -0
- package/dist/src/functions/commands/meta.d.ts +82 -0
- package/dist/src/functions/commands/meta.js +454 -0
- 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-bootstrap.js +15 -1
- package/dist/src/functions/commands/pikku-command-summary.d.ts +1 -1
- package/dist/src/functions/commands/pikku-command-summary.js +7 -1
- package/dist/src/functions/commands/skills.d.ts +26 -0
- package/dist/src/functions/commands/skills.js +184 -0
- package/dist/src/functions/commands/tests-coverage.d.ts +7 -0
- package/dist/src/functions/commands/tests-coverage.js +231 -0
- package/dist/src/functions/commands/tests-init.d.ts +7 -0
- package/dist/src/functions/commands/tests-init.js +225 -0
- 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/versions-update.js +4 -2
- package/dist/src/functions/commands/watch.d.ts +3 -3
- package/dist/src/functions/commands/watch.js +1 -1
- package/dist/src/functions/db/local-db.d.ts +48 -0
- package/dist/src/functions/db/local-db.js +106 -0
- package/dist/src/functions/db/seed.d.ts +11 -0
- package/dist/src/functions/db/seed.js +22 -0
- package/dist/src/functions/db/sql-migrator.d.ts +26 -0
- package/dist/src/functions/db/sql-migrator.js +104 -0
- package/dist/src/functions/db/sqlite-codegen.d.ts +45 -0
- package/dist/src/functions/db/sqlite-codegen.js +294 -0
- package/dist/src/functions/db/zod-codegen.d.ts +10 -0
- package/dist/src/functions/db/zod-codegen.js +109 -0
- 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/nextjs/pikku-command-nextjs.js +21 -2
- package/dist/src/functions/runtimes/nextjs/serialize-nextjs-backend-worker-rpc-wrapper.d.ts +1 -0
- package/dist/src/functions/runtimes/nextjs/serialize-nextjs-backend-worker-rpc-wrapper.js +163 -0
- package/dist/src/functions/runtimes/nextjs/serialize-nextjs-http-wrapper.d.ts +1 -1
- package/dist/src/functions/runtimes/nextjs/serialize-nextjs-http-wrapper.js +5 -2
- package/dist/src/functions/runtimes/tanstack-start/pikku-command-tanstack-start.d.ts +1 -0
- package/dist/src/functions/runtimes/tanstack-start/pikku-command-tanstack-start.js +32 -0
- package/dist/src/functions/runtimes/tanstack-start/serialize-tanstack-start-shim.d.ts +11 -0
- package/dist/src/functions/runtimes/tanstack-start/serialize-tanstack-start-shim.js +36 -0
- 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-ai-agent.js +1 -10
- package/dist/src/functions/wirings/ai-agent/pikku-command-public-agent.d.ts +1 -1
- package/dist/src/functions/wirings/ai-agent/serialize-public-agent.js +76 -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/channels/pikku-command-channels.js +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-entry.js +5 -2
- package/dist/src/functions/wirings/cli/pikku-command-cli-types.d.ts +5 -1
- package/dist/src/functions/wirings/cli/pikku-command-cli-types.js +8 -2
- package/dist/src/functions/wirings/cli/pikku-command-cli.d.ts +1 -1
- package/dist/src/functions/wirings/cli/serialize-channel-cli-client.js +27 -9
- package/dist/src/functions/wirings/cli/serialize-channel-cli.d.ts +5 -1
- package/dist/src/functions/wirings/cli/serialize-channel-cli.js +13 -3
- package/dist/src/functions/wirings/console/pikku-command-console-functions.d.ts +1 -1
- package/dist/src/functions/wirings/console/pikku-command-console-functions.js +5 -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/console/serialize-console-functions.js +5 -0
- package/dist/src/functions/wirings/credentials/pikku-command-credentials.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-addon-types.d.ts +5 -1
- package/dist/src/functions/wirings/functions/pikku-command-addon-types.js +7 -2
- package/dist/src/functions/wirings/functions/pikku-command-function-types-split.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-function-types-split.js +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-function-types.d.ts +1 -1
- 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/functions/serialize-function-types.js +105 -80
- 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-routes.js +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-map.js +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-command-queue.js +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 -0
- package/dist/src/functions/wirings/realtime/pikku-command-events-scaffold.js +26 -0
- package/dist/src/functions/wirings/realtime/pikku-command-realtime.d.ts +1 -0
- package/dist/src/functions/wirings/realtime/pikku-command-realtime.js +35 -0
- package/dist/src/functions/wirings/realtime/serialize-events-scaffold.d.ts +23 -0
- package/dist/src/functions/wirings/realtime/serialize-events-scaffold.js +98 -0
- package/dist/src/functions/wirings/realtime/serialize-realtime-client.d.ts +22 -0
- package/dist/src/functions/wirings/realtime/serialize-realtime-client.js +337 -0
- package/dist/src/functions/wirings/rpc/pikku-command-public-rpc.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-public-rpc.js +5 -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-remote-rpc.js +5 -1
- package/dist/src/functions/wirings/rpc/pikku-command-rpc-client.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-rpc-client.js +3 -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 +2 -1
- package/dist/src/functions/wirings/rpc/pikku-command-rpc.js +13 -7
- package/dist/src/functions/wirings/rpc/serialize-public-rpc.js +1 -0
- package/dist/src/functions/wirings/rpc/serialize-react-query-hooks.js +1 -1
- package/dist/src/functions/wirings/rpc/serialize-remote-rpc.js +7 -1
- package/dist/src/functions/wirings/rpc/serialize-typed-rpc-map.js +16 -2
- 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 +1 -1
- package/dist/src/functions/wirings/triggers/pikku-command-trigger-types.js +1 -1
- 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-routes.js +1 -1
- package/dist/src/functions/wirings/workflow/pikku-command-workflow.d.ts +5 -1
- package/dist/src/functions/wirings/workflow/pikku-command-workflow.js +18 -4
- package/dist/src/functions/wirings/workflow/serialize-workflow-bootstrap-map.d.ts +3 -0
- package/dist/src/functions/wirings/workflow/serialize-workflow-bootstrap-map.js +40 -0
- package/dist/src/functions/wirings/workflow/serialize-workflow-routes.js +56 -2
- package/dist/src/functions/workflows/all.workflow.js +45 -12
- package/dist/src/scaffold/rpc-remote.gen.d.ts +3 -3
- package/dist/src/scaffold/rpc-remote.gen.js +7 -2
- package/dist/src/scaffold/workflow-routes.gen.d.ts +18 -18
- package/dist/src/scaffold/workflow-routes.gen.js +33 -1
- package/dist/src/services/cli-logger.service.d.ts +22 -3
- package/dist/src/services/cli-logger.service.js +107 -41
- package/dist/src/services.js +32 -67
- package/dist/src/utils/generate-bootstrap-file.js +3 -0
- package/dist/src/utils/parse-cli-filters.d.ts +18 -0
- package/dist/src/utils/parse-cli-filters.js +99 -0
- package/dist/src/utils/pikku-cli-config.js +29 -9
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -4
- package/skills/pikku-addon/SKILL.md +330 -0
- package/skills/pikku-ai-agent/SKILL.md +227 -0
- package/skills/pikku-ai-vercel/SKILL.md +78 -0
- package/skills/pikku-ai-voice/SKILL.md +85 -0
- package/skills/pikku-auth-js/SKILL.md +106 -0
- package/skills/pikku-aws/SKILL.md +107 -0
- package/skills/pikku-backblaze/SKILL.md +70 -0
- package/skills/pikku-cli/SKILL.md +281 -0
- package/skills/pikku-concepts/SKILL.md +281 -0
- package/skills/pikku-concepts/references/concept-mapping.md +528 -0
- package/skills/pikku-config/SKILL.md +208 -0
- package/skills/pikku-cron/SKILL.md +211 -0
- package/skills/pikku-deploy-azure/SKILL.md +69 -0
- package/skills/pikku-deploy-cloudflare/SKILL.md +80 -0
- package/skills/pikku-deploy-express/SKILL.md +83 -0
- package/skills/pikku-deploy-fastify/SKILL.md +70 -0
- package/skills/pikku-deploy-lambda/SKILL.md +107 -0
- package/skills/pikku-deploy-nextjs/SKILL.md +76 -0
- package/skills/pikku-deploy-uws/SKILL.md +85 -0
- package/skills/pikku-fabric/SKILL.md +245 -0
- package/skills/pikku-feature/SKILL.md +258 -0
- package/skills/pikku-gateway-slack/SKILL.md +112 -0
- package/skills/pikku-http/SKILL.md +317 -0
- package/skills/pikku-i18n/SKILL.md +208 -0
- package/skills/pikku-info/SKILL.md +95 -0
- package/skills/pikku-jose/SKILL.md +102 -0
- package/skills/pikku-kysely/SKILL.md +145 -0
- package/skills/pikku-mcp/SKILL.md +237 -0
- package/skills/pikku-mongodb/SKILL.md +102 -0
- package/skills/pikku-n8n-addon-map/SKILL.md +178 -0
- package/skills/pikku-n8n-code-translate/SKILL.md +166 -0
- package/skills/pikku-pino/SKILL.md +77 -0
- package/skills/pikku-queue/SKILL.md +237 -0
- package/skills/pikku-react/SKILL.md +183 -0
- package/skills/pikku-react-query/SKILL.md +205 -0
- package/skills/pikku-realtime/SKILL.md +285 -0
- package/skills/pikku-redis/SKILL.md +87 -0
- package/skills/pikku-rpc/SKILL.md +168 -0
- package/skills/pikku-rtl/SKILL.md +205 -0
- package/skills/pikku-schedule/SKILL.md +54 -0
- package/skills/pikku-schema-ajv/SKILL.md +60 -0
- package/skills/pikku-schema-cfworker/SKILL.md +60 -0
- package/skills/pikku-security/SKILL.md +243 -0
- package/skills/pikku-services/SKILL.md +247 -0
- package/skills/pikku-template-clone/SKILL.md +39 -0
- package/skills/pikku-testing/SKILL.md +428 -0
- package/skills/pikku-trigger/SKILL.md +177 -0
- package/skills/pikku-versioning/SKILL.md +169 -0
- package/skills/pikku-websocket/SKILL.md +239 -0
- package/skills/pikku-workflow/SKILL.md +283 -0
- package/skills/pikku-workflows-client/SKILL.md +150 -0
- package/skills/pikku-ws/SKILL.md +45 -0
- package/console-app/assets/index-BpY2pSuA.css +0 -10
- package/console-app/assets/index-DXLy-_D4.js +0 -717
- package/dist/.pikku/cli/pikku-cli-client.gen.d.ts +0 -10
- package/dist/.pikku/cli/pikku-cli-client.gen.js +0 -44
- /package/dist/.pikku/schemas/schemas/{PikkuChannelsOutput.schema.json → PikkuCLIEntryOutput.schema.json} +0 -0
|
@@ -7,26 +7,53 @@
|
|
|
7
7
|
"pikkuFuncId": "all",
|
|
8
8
|
"positionals": [],
|
|
9
9
|
"options": {
|
|
10
|
+
"filter": {
|
|
11
|
+
"description": "Named filter(s) from pikku.config.json filters map (comma-separated)"
|
|
12
|
+
},
|
|
10
13
|
"tags": {
|
|
11
|
-
"description": "
|
|
14
|
+
"description": "Include functions by tags (comma-separated)",
|
|
12
15
|
"short": "t"
|
|
13
16
|
},
|
|
14
|
-
"
|
|
15
|
-
"description": "Filter
|
|
17
|
+
"wires": {
|
|
18
|
+
"description": "Filter direct wirings by category (comma-separated)"
|
|
19
|
+
},
|
|
20
|
+
"excludeWires": {
|
|
21
|
+
"description": "Exclude direct wirings by category (comma-separated)"
|
|
22
|
+
},
|
|
23
|
+
"excludeTags": {
|
|
24
|
+
"description": "Exclude functions by tags (comma-separated)"
|
|
16
25
|
},
|
|
17
26
|
"directories": {
|
|
18
|
-
"description": "
|
|
27
|
+
"description": "Include functions by directories (comma-separated)",
|
|
19
28
|
"short": "d"
|
|
20
29
|
},
|
|
30
|
+
"excludeDirectories": {
|
|
31
|
+
"description": "Exclude functions by directories (comma-separated)"
|
|
32
|
+
},
|
|
21
33
|
"httpMethods": {
|
|
22
|
-
"description": "
|
|
34
|
+
"description": "Include HTTP routes by methods (comma-separated)"
|
|
35
|
+
},
|
|
36
|
+
"excludeHttpMethods": {
|
|
37
|
+
"description": "Exclude HTTP routes by methods (comma-separated)"
|
|
23
38
|
},
|
|
24
39
|
"httpRoutes": {
|
|
25
|
-
"description": "
|
|
40
|
+
"description": "Include HTTP routes by route patterns (comma-separated)"
|
|
41
|
+
},
|
|
42
|
+
"excludeHttpRoutes": {
|
|
43
|
+
"description": "Exclude HTTP routes by route patterns (comma-separated)"
|
|
26
44
|
},
|
|
27
45
|
"names": {
|
|
28
|
-
"description": "
|
|
46
|
+
"description": "Include functions by name patterns (supports wildcards)",
|
|
29
47
|
"short": "n"
|
|
48
|
+
},
|
|
49
|
+
"excludeNames": {
|
|
50
|
+
"description": "Exclude functions by name patterns (supports wildcards)"
|
|
51
|
+
},
|
|
52
|
+
"target": {
|
|
53
|
+
"description": "Include functions by deploy target (comma-separated: serverless, server)"
|
|
54
|
+
},
|
|
55
|
+
"excludeTarget": {
|
|
56
|
+
"description": "Exclude functions by deploy target (comma-separated: serverless, server)"
|
|
30
57
|
}
|
|
31
58
|
},
|
|
32
59
|
"description": "Generate all Pikku files (types, schemas, wirings, etc.)",
|
|
@@ -96,6 +123,446 @@
|
|
|
96
123
|
"options": {},
|
|
97
124
|
"description": "Generate JSON schemas for function input/output types"
|
|
98
125
|
},
|
|
126
|
+
"db": {
|
|
127
|
+
"pikkuFuncId": "",
|
|
128
|
+
"positionals": [],
|
|
129
|
+
"options": {},
|
|
130
|
+
"description": "Local development database commands",
|
|
131
|
+
"subcommands": {
|
|
132
|
+
"migrate": {
|
|
133
|
+
"pikkuFuncId": "dbMigrate",
|
|
134
|
+
"positionals": [],
|
|
135
|
+
"options": {},
|
|
136
|
+
"description": "Apply pending SQL migrations and regenerate db/schema.d.ts"
|
|
137
|
+
},
|
|
138
|
+
"seed": {
|
|
139
|
+
"pikkuFuncId": "dbSeed",
|
|
140
|
+
"positionals": [],
|
|
141
|
+
"options": {},
|
|
142
|
+
"description": "Apply db/seed.sql to the dev database"
|
|
143
|
+
},
|
|
144
|
+
"reset": {
|
|
145
|
+
"pikkuFuncId": "dbReset",
|
|
146
|
+
"positionals": [],
|
|
147
|
+
"options": {},
|
|
148
|
+
"description": "Wipe and recreate the dev database (migrate + seed)"
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"fabric": {
|
|
153
|
+
"pikkuFuncId": "",
|
|
154
|
+
"positionals": [],
|
|
155
|
+
"options": {},
|
|
156
|
+
"description": "PikkuFabric commands (login, link, deploy, domains, secrets, logs, …)",
|
|
157
|
+
"subcommands": {
|
|
158
|
+
"validate": {
|
|
159
|
+
"pikkuFuncId": "FabricValidate",
|
|
160
|
+
"positionals": [],
|
|
161
|
+
"options": {},
|
|
162
|
+
"renderName": "renderValidate",
|
|
163
|
+
"description": "Check the project structure for fabric compatibility — prints all missing or misconfigured items with fix hints"
|
|
164
|
+
},
|
|
165
|
+
"login": {
|
|
166
|
+
"pikkuFuncId": "FabricLogin",
|
|
167
|
+
"positionals": [],
|
|
168
|
+
"options": {
|
|
169
|
+
"apiKey": {
|
|
170
|
+
"description": "Use a static API key instead of browser flow"
|
|
171
|
+
},
|
|
172
|
+
"token": {
|
|
173
|
+
"description": "Use an existing fabric token instead of browser flow"
|
|
174
|
+
},
|
|
175
|
+
"apiUrl": {
|
|
176
|
+
"description": "Override the fabric-api URL for this login"
|
|
177
|
+
},
|
|
178
|
+
"consoleUrl": {
|
|
179
|
+
"description": "Override the console URL the browser opens"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"description": "Authenticate against fabric-api"
|
|
183
|
+
},
|
|
184
|
+
"init": {
|
|
185
|
+
"pikkuFuncId": "FabricInit",
|
|
186
|
+
"positionals": [
|
|
187
|
+
{
|
|
188
|
+
"name": "repo",
|
|
189
|
+
"required": true
|
|
190
|
+
}
|
|
191
|
+
],
|
|
192
|
+
"options": {
|
|
193
|
+
"name": {
|
|
194
|
+
"description": "Override the project display name (defaults to repo name)"
|
|
195
|
+
},
|
|
196
|
+
"branch": {
|
|
197
|
+
"description": "Default branch (defaults to main)"
|
|
198
|
+
},
|
|
199
|
+
"force": {
|
|
200
|
+
"description": "Replace existing fabric.config.json",
|
|
201
|
+
"default": false
|
|
202
|
+
},
|
|
203
|
+
"apiUrl": {
|
|
204
|
+
"description": "Override the fabric-api URL for this call"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"parameters": "<repo>",
|
|
208
|
+
"description": "Adopt an existing git repo as a fabric project"
|
|
209
|
+
},
|
|
210
|
+
"link": {
|
|
211
|
+
"pikkuFuncId": "FabricLink",
|
|
212
|
+
"positionals": [],
|
|
213
|
+
"options": {
|
|
214
|
+
"apiUrl": {
|
|
215
|
+
"description": "Override the fabric-api URL stored in fabric.config.json"
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"description": "Register the current git repo as a fabric project and queue an initial deploy"
|
|
219
|
+
},
|
|
220
|
+
"deploy": {
|
|
221
|
+
"pikkuFuncId": "",
|
|
222
|
+
"positionals": [],
|
|
223
|
+
"options": {},
|
|
224
|
+
"description": "Plan and apply deploys for a named branch or production",
|
|
225
|
+
"subcommands": {
|
|
226
|
+
"plan": {
|
|
227
|
+
"pikkuFuncId": "FabricDeployPlan",
|
|
228
|
+
"positionals": [],
|
|
229
|
+
"options": {
|
|
230
|
+
"branch": {
|
|
231
|
+
"description": "Target branch to deploy",
|
|
232
|
+
"short": "b"
|
|
233
|
+
},
|
|
234
|
+
"production": {
|
|
235
|
+
"description": "Plan production (always main)",
|
|
236
|
+
"default": false
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"renderName": "renderDeployPlan",
|
|
240
|
+
"description": "Resolve the target ref and report what a deploy would do"
|
|
241
|
+
},
|
|
242
|
+
"apply": {
|
|
243
|
+
"pikkuFuncId": "FabricDeployApply",
|
|
244
|
+
"positionals": [],
|
|
245
|
+
"options": {
|
|
246
|
+
"branch": {
|
|
247
|
+
"description": "Target branch to deploy",
|
|
248
|
+
"short": "b"
|
|
249
|
+
},
|
|
250
|
+
"production": {
|
|
251
|
+
"description": "Deploy production (always main)",
|
|
252
|
+
"default": false
|
|
253
|
+
},
|
|
254
|
+
"message": {
|
|
255
|
+
"description": "Annotation stored on the deployment",
|
|
256
|
+
"short": "m"
|
|
257
|
+
},
|
|
258
|
+
"autoApply": {
|
|
259
|
+
"description": "Deploy without the confirmation prompt",
|
|
260
|
+
"default": false
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
"renderName": "renderDeployApply",
|
|
264
|
+
"description": "Build + deploy a named branch or production (main)"
|
|
265
|
+
},
|
|
266
|
+
"list": {
|
|
267
|
+
"pikkuFuncId": "FabricDeployList",
|
|
268
|
+
"positionals": [],
|
|
269
|
+
"options": {
|
|
270
|
+
"branch": {
|
|
271
|
+
"description": "Target branch",
|
|
272
|
+
"short": "b"
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
"renderName": "renderDeployList",
|
|
276
|
+
"description": "List recent deployments for a branch"
|
|
277
|
+
},
|
|
278
|
+
"units": {
|
|
279
|
+
"pikkuFuncId": "FabricDeployUnits",
|
|
280
|
+
"positionals": [],
|
|
281
|
+
"options": {
|
|
282
|
+
"branch": {
|
|
283
|
+
"description": "Target branch",
|
|
284
|
+
"short": "b"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
"renderName": "renderDeployUnits",
|
|
288
|
+
"description": "List the deployed worker units (topology) for a branch"
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"rollback": {
|
|
293
|
+
"pikkuFuncId": "FabricRollback",
|
|
294
|
+
"positionals": [
|
|
295
|
+
{
|
|
296
|
+
"name": "branch",
|
|
297
|
+
"required": true
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "target",
|
|
301
|
+
"required": false
|
|
302
|
+
}
|
|
303
|
+
],
|
|
304
|
+
"options": {
|
|
305
|
+
"list": {
|
|
306
|
+
"description": "List rollback candidates",
|
|
307
|
+
"default": false
|
|
308
|
+
},
|
|
309
|
+
"dryRun": {
|
|
310
|
+
"description": "Show schema-compat result without switching",
|
|
311
|
+
"default": false
|
|
312
|
+
},
|
|
313
|
+
"yes": {
|
|
314
|
+
"description": "Skip confirmation prompts",
|
|
315
|
+
"short": "y",
|
|
316
|
+
"default": false
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"parameters": "<branch> [target]",
|
|
320
|
+
"description": "Roll live back to a previous deployment artifact"
|
|
321
|
+
},
|
|
322
|
+
"secrets": {
|
|
323
|
+
"pikkuFuncId": "",
|
|
324
|
+
"positionals": [],
|
|
325
|
+
"options": {},
|
|
326
|
+
"description": "Manage stage-scoped secrets",
|
|
327
|
+
"subcommands": {
|
|
328
|
+
"set": {
|
|
329
|
+
"pikkuFuncId": "FabricSecretsSet",
|
|
330
|
+
"positionals": [
|
|
331
|
+
{
|
|
332
|
+
"name": "name",
|
|
333
|
+
"required": true
|
|
334
|
+
}
|
|
335
|
+
],
|
|
336
|
+
"options": {
|
|
337
|
+
"branch": {
|
|
338
|
+
"description": "Target branch",
|
|
339
|
+
"short": "b"
|
|
340
|
+
},
|
|
341
|
+
"value": {
|
|
342
|
+
"description": "Secret value (prompted if omitted)"
|
|
343
|
+
},
|
|
344
|
+
"force": {
|
|
345
|
+
"description": "Overwrite without confirmation",
|
|
346
|
+
"default": false
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
"parameters": "<name>",
|
|
350
|
+
"description": "Set a stage-scoped secret"
|
|
351
|
+
},
|
|
352
|
+
"list": {
|
|
353
|
+
"pikkuFuncId": "FabricSecretsList",
|
|
354
|
+
"positionals": [],
|
|
355
|
+
"options": {
|
|
356
|
+
"branch": {
|
|
357
|
+
"description": "Target branch",
|
|
358
|
+
"short": "b"
|
|
359
|
+
},
|
|
360
|
+
"json": {
|
|
361
|
+
"description": "Machine-readable output",
|
|
362
|
+
"default": false
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
"description": "List stage secrets"
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"logs": {
|
|
370
|
+
"pikkuFuncId": "FabricLogs",
|
|
371
|
+
"positionals": [],
|
|
372
|
+
"options": {
|
|
373
|
+
"branch": {
|
|
374
|
+
"description": "Target branch",
|
|
375
|
+
"short": "b"
|
|
376
|
+
},
|
|
377
|
+
"deployment": {
|
|
378
|
+
"description": "Specific deployment id"
|
|
379
|
+
},
|
|
380
|
+
"level": {
|
|
381
|
+
"description": "Minimum level (debug/info/warn/error)"
|
|
382
|
+
},
|
|
383
|
+
"since": {
|
|
384
|
+
"description": "Time window (e.g. 15m, 2h)"
|
|
385
|
+
},
|
|
386
|
+
"follow": {
|
|
387
|
+
"description": "Stream new logs (SSE)",
|
|
388
|
+
"short": "f",
|
|
389
|
+
"default": false
|
|
390
|
+
},
|
|
391
|
+
"json": {
|
|
392
|
+
"description": "Machine-readable output",
|
|
393
|
+
"default": false
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
"description": "Stream or fetch logs"
|
|
397
|
+
},
|
|
398
|
+
"metrics": {
|
|
399
|
+
"pikkuFuncId": "FabricMetrics",
|
|
400
|
+
"positionals": [],
|
|
401
|
+
"options": {
|
|
402
|
+
"branch": {
|
|
403
|
+
"description": "Target branch",
|
|
404
|
+
"short": "b"
|
|
405
|
+
},
|
|
406
|
+
"hours": {
|
|
407
|
+
"description": "Lookback window in hours (default 24)"
|
|
408
|
+
},
|
|
409
|
+
"function": {
|
|
410
|
+
"description": "Filter by wire id (e.g. function name)"
|
|
411
|
+
},
|
|
412
|
+
"json": {
|
|
413
|
+
"description": "Machine-readable output",
|
|
414
|
+
"default": false
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
"description": "Show request rate / error rate / latency for a stage"
|
|
418
|
+
},
|
|
419
|
+
"trace": {
|
|
420
|
+
"pikkuFuncId": "FabricTrace",
|
|
421
|
+
"positionals": [
|
|
422
|
+
{
|
|
423
|
+
"name": "traceId",
|
|
424
|
+
"required": true
|
|
425
|
+
}
|
|
426
|
+
],
|
|
427
|
+
"options": {
|
|
428
|
+
"branch": {
|
|
429
|
+
"description": "Target branch",
|
|
430
|
+
"short": "b"
|
|
431
|
+
},
|
|
432
|
+
"json": {
|
|
433
|
+
"description": "Machine-readable output",
|
|
434
|
+
"default": false
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"parameters": "<traceId>",
|
|
438
|
+
"description": "Print every event for a single trace across the stage"
|
|
439
|
+
},
|
|
440
|
+
"status": {
|
|
441
|
+
"pikkuFuncId": "FabricStatus",
|
|
442
|
+
"positionals": [],
|
|
443
|
+
"options": {},
|
|
444
|
+
"renderName": "renderStatus",
|
|
445
|
+
"description": "Show the linked project status (active + in-flight deploy)"
|
|
446
|
+
},
|
|
447
|
+
"errors": {
|
|
448
|
+
"pikkuFuncId": "FabricErrors",
|
|
449
|
+
"positionals": [],
|
|
450
|
+
"options": {
|
|
451
|
+
"branch": {
|
|
452
|
+
"description": "Target branch",
|
|
453
|
+
"short": "b"
|
|
454
|
+
},
|
|
455
|
+
"function": {
|
|
456
|
+
"description": "Filter by function name"
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
"renderName": "renderErrors",
|
|
460
|
+
"description": "Show recent error-level events for a branch (with traceIds)"
|
|
461
|
+
},
|
|
462
|
+
"db": {
|
|
463
|
+
"pikkuFuncId": "",
|
|
464
|
+
"positionals": [],
|
|
465
|
+
"options": {},
|
|
466
|
+
"description": "Inspect the stage database",
|
|
467
|
+
"subcommands": {
|
|
468
|
+
"schema": {
|
|
469
|
+
"pikkuFuncId": "FabricDbSchema",
|
|
470
|
+
"positionals": [],
|
|
471
|
+
"options": {
|
|
472
|
+
"branch": {
|
|
473
|
+
"description": "Target branch",
|
|
474
|
+
"short": "b"
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
"renderName": "renderDbSchema",
|
|
478
|
+
"description": "Show the live database schema (tables + columns)"
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
"domains": {
|
|
483
|
+
"pikkuFuncId": "",
|
|
484
|
+
"positionals": [],
|
|
485
|
+
"options": {},
|
|
486
|
+
"description": "Manage custom domains for the production stage",
|
|
487
|
+
"subcommands": {
|
|
488
|
+
"list": {
|
|
489
|
+
"pikkuFuncId": "FabricDomainsList",
|
|
490
|
+
"positionals": [],
|
|
491
|
+
"options": {
|
|
492
|
+
"apiUrl": {
|
|
493
|
+
"description": "Override the fabric-api URL for this call"
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
"description": "List custom domains for the linked project"
|
|
497
|
+
},
|
|
498
|
+
"add": {
|
|
499
|
+
"pikkuFuncId": "FabricDomainsAdd",
|
|
500
|
+
"positionals": [
|
|
501
|
+
{
|
|
502
|
+
"name": "hostname",
|
|
503
|
+
"required": true
|
|
504
|
+
}
|
|
505
|
+
],
|
|
506
|
+
"options": {
|
|
507
|
+
"target": {
|
|
508
|
+
"description": "Route target: api (Backend API) or app (Frontend App)",
|
|
509
|
+
"default": "api"
|
|
510
|
+
},
|
|
511
|
+
"apiUrl": {
|
|
512
|
+
"description": "Override the fabric-api URL for this call"
|
|
513
|
+
}
|
|
514
|
+
},
|
|
515
|
+
"parameters": "<hostname>",
|
|
516
|
+
"description": "Add a custom domain to the production stage"
|
|
517
|
+
},
|
|
518
|
+
"remove": {
|
|
519
|
+
"pikkuFuncId": "FabricDomainsRemove",
|
|
520
|
+
"positionals": [
|
|
521
|
+
{
|
|
522
|
+
"name": "hostname",
|
|
523
|
+
"required": true
|
|
524
|
+
}
|
|
525
|
+
],
|
|
526
|
+
"options": {
|
|
527
|
+
"apiUrl": {
|
|
528
|
+
"description": "Override the fabric-api URL for this call"
|
|
529
|
+
}
|
|
530
|
+
},
|
|
531
|
+
"parameters": "<hostname>",
|
|
532
|
+
"description": "Remove a custom domain from the production stage"
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
},
|
|
536
|
+
"llm": {
|
|
537
|
+
"pikkuFuncId": "",
|
|
538
|
+
"positionals": [],
|
|
539
|
+
"options": {},
|
|
540
|
+
"description": "Fabric AI gateway developer key commands",
|
|
541
|
+
"subcommands": {
|
|
542
|
+
"key": {
|
|
543
|
+
"pikkuFuncId": "FabricLLMKey",
|
|
544
|
+
"positionals": [],
|
|
545
|
+
"options": {
|
|
546
|
+
"shell": {
|
|
547
|
+
"description": "Print shell export lines",
|
|
548
|
+
"default": false
|
|
549
|
+
},
|
|
550
|
+
"env": {
|
|
551
|
+
"description": "Print .env-style key-value lines",
|
|
552
|
+
"default": false
|
|
553
|
+
},
|
|
554
|
+
"json": {
|
|
555
|
+
"description": "Print machine-readable JSON",
|
|
556
|
+
"default": false
|
|
557
|
+
}
|
|
558
|
+
},
|
|
559
|
+
"renderName": "renderLLMKey",
|
|
560
|
+
"description": "Mint or reuse a developer-scoped Fabric AI gateway key"
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
},
|
|
99
566
|
"fetch": {
|
|
100
567
|
"pikkuFuncId": "pikkuFetch",
|
|
101
568
|
"positionals": [],
|
|
@@ -120,6 +587,18 @@
|
|
|
120
587
|
"options": {},
|
|
121
588
|
"description": "Generate React Query hooks from RPC map"
|
|
122
589
|
},
|
|
590
|
+
"tanstack-start": {
|
|
591
|
+
"pikkuFuncId": "pikkuTanStackStart",
|
|
592
|
+
"positionals": [],
|
|
593
|
+
"options": {},
|
|
594
|
+
"description": "Generate the TanStack Start server-function shim (makeApi)"
|
|
595
|
+
},
|
|
596
|
+
"realtime": {
|
|
597
|
+
"pikkuFuncId": "pikkuRealtime",
|
|
598
|
+
"positionals": [],
|
|
599
|
+
"options": {},
|
|
600
|
+
"description": "Generate the typed realtime client (PikkuRealtime websocket + SSE helper)"
|
|
601
|
+
},
|
|
123
602
|
"queue-service": {
|
|
124
603
|
"pikkuFuncId": "pikkuQueueService",
|
|
125
604
|
"positionals": [],
|
|
@@ -187,6 +666,17 @@
|
|
|
187
666
|
}
|
|
188
667
|
},
|
|
189
668
|
"description": "Enable workflow workers"
|
|
669
|
+
},
|
|
670
|
+
"events": {
|
|
671
|
+
"pikkuFuncId": "enableEvents",
|
|
672
|
+
"positionals": [],
|
|
673
|
+
"options": {
|
|
674
|
+
"noAuth": {
|
|
675
|
+
"description": "Disable auth requirement",
|
|
676
|
+
"default": false
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
"description": "Enable the realtime events channel + SSE stream (scaffolds events.gen.ts)"
|
|
190
680
|
}
|
|
191
681
|
}
|
|
192
682
|
},
|
|
@@ -327,6 +817,34 @@
|
|
|
327
817
|
}
|
|
328
818
|
}
|
|
329
819
|
},
|
|
820
|
+
"tests": {
|
|
821
|
+
"pikkuFuncId": "",
|
|
822
|
+
"positionals": [],
|
|
823
|
+
"options": {},
|
|
824
|
+
"description": "Manage function tests",
|
|
825
|
+
"subcommands": {
|
|
826
|
+
"init": {
|
|
827
|
+
"pikkuFuncId": "pikkuTestsInit",
|
|
828
|
+
"positionals": [],
|
|
829
|
+
"options": {
|
|
830
|
+
"force": {
|
|
831
|
+
"description": "Overwrite existing ftest directory"
|
|
832
|
+
}
|
|
833
|
+
},
|
|
834
|
+
"description": "Scaffold the ftest Cucumber harness in your functions package"
|
|
835
|
+
},
|
|
836
|
+
"coverage": {
|
|
837
|
+
"pikkuFuncId": "pikkuTestsCoverage",
|
|
838
|
+
"positionals": [],
|
|
839
|
+
"options": {
|
|
840
|
+
"noRun": {
|
|
841
|
+
"description": "Skip running the suite and only re-analyse an existing coverage-final.json"
|
|
842
|
+
}
|
|
843
|
+
},
|
|
844
|
+
"description": "Run the tests suite under c8 and emit tests/coverage/function-coverage.json"
|
|
845
|
+
}
|
|
846
|
+
}
|
|
847
|
+
},
|
|
330
848
|
"versions": {
|
|
331
849
|
"pikkuFuncId": "",
|
|
332
850
|
"positionals": [],
|
|
@@ -357,6 +875,16 @@
|
|
|
357
875
|
}
|
|
358
876
|
}
|
|
359
877
|
},
|
|
878
|
+
"binary": {
|
|
879
|
+
"pikkuFuncId": "binary",
|
|
880
|
+
"positionals": [],
|
|
881
|
+
"options": {
|
|
882
|
+
"compileTarget": {
|
|
883
|
+
"description": "Override compilation target (e.g. bun-linux-x64). Defaults to targets in pikku.config.json."
|
|
884
|
+
}
|
|
885
|
+
},
|
|
886
|
+
"description": "Compile a TypeScript entrypoint to a self-contained native binary using bun build --compile"
|
|
887
|
+
},
|
|
360
888
|
"deploy": {
|
|
361
889
|
"pikkuFuncId": "",
|
|
362
890
|
"positionals": [],
|
|
@@ -411,6 +939,252 @@
|
|
|
411
939
|
}
|
|
412
940
|
}
|
|
413
941
|
},
|
|
942
|
+
"skills": {
|
|
943
|
+
"pikkuFuncId": "",
|
|
944
|
+
"positionals": [],
|
|
945
|
+
"options": {},
|
|
946
|
+
"description": "Install bundled agent skills (Claude Code today; Codex/Gemini coming soon)",
|
|
947
|
+
"subcommands": {
|
|
948
|
+
"list": {
|
|
949
|
+
"pikkuFuncId": "pikkuSkillsList",
|
|
950
|
+
"positionals": [],
|
|
951
|
+
"options": {},
|
|
952
|
+
"description": "List skills bundled with @pikku/cli and which are installed"
|
|
953
|
+
},
|
|
954
|
+
"install": {
|
|
955
|
+
"pikkuFuncId": "pikkuSkillsInstall",
|
|
956
|
+
"positionals": [],
|
|
957
|
+
"options": {
|
|
958
|
+
"agent": {
|
|
959
|
+
"description": "Target agent (claude | opencode | codex | gemini). Default: claude",
|
|
960
|
+
"default": "claude"
|
|
961
|
+
},
|
|
962
|
+
"only": {
|
|
963
|
+
"description": "Comma-separated list of skill names to install (default: all)"
|
|
964
|
+
},
|
|
965
|
+
"core": {
|
|
966
|
+
"description": "Install skills whose frontmatter includes installGroups: [core]",
|
|
967
|
+
"default": false
|
|
968
|
+
},
|
|
969
|
+
"fabric": {
|
|
970
|
+
"description": "Install skills whose frontmatter includes installGroups: [fabric]",
|
|
971
|
+
"default": false
|
|
972
|
+
},
|
|
973
|
+
"update": {
|
|
974
|
+
"description": "Overwrite existing skills if already installed",
|
|
975
|
+
"default": false
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
"description": "Copy bundled skills into the current project"
|
|
979
|
+
}
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
"meta": {
|
|
983
|
+
"pikkuFuncId": "",
|
|
984
|
+
"positionals": [],
|
|
985
|
+
"options": {},
|
|
986
|
+
"description": "Inspect project metadata in machine-readable form",
|
|
987
|
+
"subcommands": {
|
|
988
|
+
"context": {
|
|
989
|
+
"pikkuFuncId": "pikkuMetaContext",
|
|
990
|
+
"positionals": [],
|
|
991
|
+
"options": {},
|
|
992
|
+
"description": "Bulk project context for planners (functions, wires, middleware, permissions, workflows, capabilities, layout) in one call"
|
|
993
|
+
},
|
|
994
|
+
"clients": {
|
|
995
|
+
"pikkuFuncId": "pikkuMetaClients",
|
|
996
|
+
"positionals": [],
|
|
997
|
+
"options": {},
|
|
998
|
+
"description": "Frontend-targeted metadata: exposed RPCs, workflows, channels with their input/output type names and descriptions"
|
|
999
|
+
},
|
|
1000
|
+
"functions": {
|
|
1001
|
+
"pikkuFuncId": "pikkuMetaFunctionsList",
|
|
1002
|
+
"positionals": [],
|
|
1003
|
+
"options": {},
|
|
1004
|
+
"description": "Inspect function metadata",
|
|
1005
|
+
"subcommands": {
|
|
1006
|
+
"list": {
|
|
1007
|
+
"pikkuFuncId": "pikkuMetaFunctionsList",
|
|
1008
|
+
"positionals": [],
|
|
1009
|
+
"options": {},
|
|
1010
|
+
"description": "List available functions (lightweight index)"
|
|
1011
|
+
},
|
|
1012
|
+
"get": {
|
|
1013
|
+
"pikkuFuncId": "pikkuMetaFunctionsGet",
|
|
1014
|
+
"positionals": [
|
|
1015
|
+
{
|
|
1016
|
+
"name": "functionId",
|
|
1017
|
+
"required": true
|
|
1018
|
+
}
|
|
1019
|
+
],
|
|
1020
|
+
"options": {},
|
|
1021
|
+
"description": "Get full metadata for a function id",
|
|
1022
|
+
"parameters": "<functionId>"
|
|
1023
|
+
}
|
|
1024
|
+
}
|
|
1025
|
+
},
|
|
1026
|
+
"schemas": {
|
|
1027
|
+
"pikkuFuncId": "pikkuMetaSchemasList",
|
|
1028
|
+
"positionals": [],
|
|
1029
|
+
"options": {},
|
|
1030
|
+
"description": "Inspect generated JSON schemas",
|
|
1031
|
+
"subcommands": {
|
|
1032
|
+
"list": {
|
|
1033
|
+
"pikkuFuncId": "pikkuMetaSchemasList",
|
|
1034
|
+
"positionals": [],
|
|
1035
|
+
"options": {},
|
|
1036
|
+
"description": "List generated JSON schema names"
|
|
1037
|
+
},
|
|
1038
|
+
"get": {
|
|
1039
|
+
"pikkuFuncId": "pikkuMetaSchemasGet",
|
|
1040
|
+
"positionals": [
|
|
1041
|
+
{
|
|
1042
|
+
"name": "schemaName",
|
|
1043
|
+
"required": true
|
|
1044
|
+
}
|
|
1045
|
+
],
|
|
1046
|
+
"options": {},
|
|
1047
|
+
"description": "Get one generated JSON schema by name",
|
|
1048
|
+
"parameters": "<schemaName>"
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
"workflows": {
|
|
1053
|
+
"pikkuFuncId": "pikkuMetaWorkflowsList",
|
|
1054
|
+
"positionals": [],
|
|
1055
|
+
"options": {},
|
|
1056
|
+
"description": "Inspect workflow metadata",
|
|
1057
|
+
"subcommands": {
|
|
1058
|
+
"list": {
|
|
1059
|
+
"pikkuFuncId": "pikkuMetaWorkflowsList",
|
|
1060
|
+
"positionals": [],
|
|
1061
|
+
"options": {},
|
|
1062
|
+
"description": "List available workflows (lightweight index)"
|
|
1063
|
+
},
|
|
1064
|
+
"get": {
|
|
1065
|
+
"pikkuFuncId": "pikkuMetaWorkflowsGet",
|
|
1066
|
+
"positionals": [
|
|
1067
|
+
{
|
|
1068
|
+
"name": "workflowId",
|
|
1069
|
+
"required": true
|
|
1070
|
+
}
|
|
1071
|
+
],
|
|
1072
|
+
"options": {},
|
|
1073
|
+
"description": "Get full metadata for a workflow id",
|
|
1074
|
+
"parameters": "<workflowId>"
|
|
1075
|
+
}
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1078
|
+
"middleware": {
|
|
1079
|
+
"pikkuFuncId": "pikkuMetaMiddlewareList",
|
|
1080
|
+
"positionals": [],
|
|
1081
|
+
"options": {},
|
|
1082
|
+
"description": "Inspect middleware metadata",
|
|
1083
|
+
"subcommands": {
|
|
1084
|
+
"list": {
|
|
1085
|
+
"pikkuFuncId": "pikkuMetaMiddlewareList",
|
|
1086
|
+
"positionals": [],
|
|
1087
|
+
"options": {},
|
|
1088
|
+
"description": "List available middleware (lightweight index)"
|
|
1089
|
+
},
|
|
1090
|
+
"get": {
|
|
1091
|
+
"pikkuFuncId": "pikkuMetaMiddlewareGet",
|
|
1092
|
+
"positionals": [
|
|
1093
|
+
{
|
|
1094
|
+
"name": "middlewareId",
|
|
1095
|
+
"required": true
|
|
1096
|
+
}
|
|
1097
|
+
],
|
|
1098
|
+
"options": {},
|
|
1099
|
+
"description": "Get full metadata for a middleware id",
|
|
1100
|
+
"parameters": "<middlewareId>"
|
|
1101
|
+
}
|
|
1102
|
+
}
|
|
1103
|
+
},
|
|
1104
|
+
"permissions": {
|
|
1105
|
+
"pikkuFuncId": "pikkuMetaPermissionsList",
|
|
1106
|
+
"positionals": [],
|
|
1107
|
+
"options": {},
|
|
1108
|
+
"description": "Inspect permission metadata",
|
|
1109
|
+
"subcommands": {
|
|
1110
|
+
"list": {
|
|
1111
|
+
"pikkuFuncId": "pikkuMetaPermissionsList",
|
|
1112
|
+
"positionals": [],
|
|
1113
|
+
"options": {},
|
|
1114
|
+
"description": "List available permissions (lightweight index)"
|
|
1115
|
+
},
|
|
1116
|
+
"get": {
|
|
1117
|
+
"pikkuFuncId": "pikkuMetaPermissionsGet",
|
|
1118
|
+
"positionals": [
|
|
1119
|
+
{
|
|
1120
|
+
"name": "permissionId",
|
|
1121
|
+
"required": true
|
|
1122
|
+
}
|
|
1123
|
+
],
|
|
1124
|
+
"options": {},
|
|
1125
|
+
"description": "Get full metadata for a permission id",
|
|
1126
|
+
"parameters": "<permissionId>"
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
},
|
|
1130
|
+
"wires": {
|
|
1131
|
+
"pikkuFuncId": "pikkuMetaWiresList",
|
|
1132
|
+
"positionals": [],
|
|
1133
|
+
"options": {},
|
|
1134
|
+
"description": "Inspect wire metadata",
|
|
1135
|
+
"subcommands": {
|
|
1136
|
+
"list": {
|
|
1137
|
+
"pikkuFuncId": "pikkuMetaWiresList",
|
|
1138
|
+
"positionals": [],
|
|
1139
|
+
"options": {},
|
|
1140
|
+
"description": "List available wire types and counts"
|
|
1141
|
+
},
|
|
1142
|
+
"http": {
|
|
1143
|
+
"pikkuFuncId": "pikkuMetaWiresHttp",
|
|
1144
|
+
"positionals": [],
|
|
1145
|
+
"options": {},
|
|
1146
|
+
"description": "List HTTP wire entries"
|
|
1147
|
+
},
|
|
1148
|
+
"scheduler": {
|
|
1149
|
+
"pikkuFuncId": "pikkuMetaWiresScheduler",
|
|
1150
|
+
"positionals": [],
|
|
1151
|
+
"options": {},
|
|
1152
|
+
"description": "List scheduler wire entries"
|
|
1153
|
+
},
|
|
1154
|
+
"queue": {
|
|
1155
|
+
"pikkuFuncId": "pikkuMetaWiresQueue",
|
|
1156
|
+
"positionals": [],
|
|
1157
|
+
"options": {},
|
|
1158
|
+
"description": "List queue wire entries"
|
|
1159
|
+
},
|
|
1160
|
+
"channel": {
|
|
1161
|
+
"pikkuFuncId": "pikkuMetaWiresChannel",
|
|
1162
|
+
"positionals": [],
|
|
1163
|
+
"options": {},
|
|
1164
|
+
"description": "List channel wire entries"
|
|
1165
|
+
},
|
|
1166
|
+
"trigger": {
|
|
1167
|
+
"pikkuFuncId": "pikkuMetaWiresTrigger",
|
|
1168
|
+
"positionals": [],
|
|
1169
|
+
"options": {},
|
|
1170
|
+
"description": "List trigger wire entries"
|
|
1171
|
+
},
|
|
1172
|
+
"get": {
|
|
1173
|
+
"pikkuFuncId": "pikkuMetaWiresType",
|
|
1174
|
+
"positionals": [
|
|
1175
|
+
{
|
|
1176
|
+
"name": "type",
|
|
1177
|
+
"required": true
|
|
1178
|
+
}
|
|
1179
|
+
],
|
|
1180
|
+
"options": {},
|
|
1181
|
+
"description": "Get wire entries for a type",
|
|
1182
|
+
"parameters": "<type>"
|
|
1183
|
+
}
|
|
1184
|
+
}
|
|
1185
|
+
}
|
|
1186
|
+
}
|
|
1187
|
+
},
|
|
414
1188
|
"info": {
|
|
415
1189
|
"pikkuFuncId": "pikkuInfoFunctions",
|
|
416
1190
|
"positionals": [],
|
|
@@ -506,6 +1280,14 @@
|
|
|
506
1280
|
"critical"
|
|
507
1281
|
]
|
|
508
1282
|
},
|
|
1283
|
+
"output": {
|
|
1284
|
+
"description": "Output format (json emits NDJSON)"
|
|
1285
|
+
},
|
|
1286
|
+
"json": {
|
|
1287
|
+
"description": "Alias for --output json",
|
|
1288
|
+
"default": false,
|
|
1289
|
+
"short": "j"
|
|
1290
|
+
},
|
|
509
1291
|
"userSessionType": {
|
|
510
1292
|
"description": "Specify which UserSession type to use (when multiple exist)"
|
|
511
1293
|
},
|
|
@@ -525,7 +1307,8 @@
|
|
|
525
1307
|
"description": "Override output directory (default: from pikku.config.json)",
|
|
526
1308
|
"short": "o"
|
|
527
1309
|
}
|
|
528
|
-
}
|
|
1310
|
+
},
|
|
1311
|
+
"defaultRenderName": "defaultCLIRenderer"
|
|
529
1312
|
}
|
|
530
1313
|
},
|
|
531
1314
|
"renderers": {
|
|
@@ -544,6 +1327,7 @@
|
|
|
544
1327
|
"variables",
|
|
545
1328
|
"secrets",
|
|
546
1329
|
"queueService",
|
|
1330
|
+
"eventHub",
|
|
547
1331
|
"schedulerService",
|
|
548
1332
|
"deploymentService",
|
|
549
1333
|
"aiStorage",
|