@kubb/cli 5.0.0-beta.3 → 5.0.0-beta.30
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/README.md +177 -26
- package/dist/agent-CPKt8QQU.js +68 -0
- package/dist/agent-CPKt8QQU.js.map +1 -0
- package/dist/agent-lxTI4Krn.cjs +70 -0
- package/dist/agent-lxTI4Krn.cjs.map +1 -0
- package/dist/{chunk--u3MIqq1.js → chunk-BvFE5Tac.js} +1 -0
- package/dist/constants-B2JTeRBb.js +42 -0
- package/dist/constants-B2JTeRBb.js.map +1 -0
- package/dist/constants-BINTA5VZ.cjs +77 -0
- package/dist/constants-BINTA5VZ.cjs.map +1 -0
- package/dist/constants-BYGmiFs0.cjs +139 -0
- package/dist/constants-BYGmiFs0.cjs.map +1 -0
- package/dist/constants-DSJ-Xrbv.js +116 -0
- package/dist/constants-DSJ-Xrbv.js.map +1 -0
- package/dist/define-Bdn8j5VM.cjs.map +1 -1
- package/dist/{define-Ctii4bel.js → define-m_fp-Aqm.js} +2 -2
- package/dist/{define-Ctii4bel.js.map → define-m_fp-Aqm.js.map} +1 -1
- package/dist/{errors-CjPmyZHy.js → errors-CINO1EIv.js} +2 -2
- package/dist/{errors-CjPmyZHy.js.map → errors-CINO1EIv.js.map} +1 -1
- package/dist/errors-CLCjoSg0.cjs.map +1 -1
- package/dist/{generate-BzCMyyNN.cjs → generate-DgTJz23F.cjs} +10 -4
- package/dist/generate-DgTJz23F.cjs.map +1 -0
- package/dist/{generate-CTdVvIaP.js → generate-qCPyPiD6.js} +12 -6
- package/dist/generate-qCPyPiD6.js.map +1 -0
- package/dist/index.cjs +20 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +22 -13
- package/dist/index.js.map +1 -1
- package/dist/init-CM61rK5A.cjs +53 -0
- package/dist/init-CM61rK5A.cjs.map +1 -0
- package/dist/init-_-CN-ASE.js +53 -0
- package/dist/init-_-CN-ASE.js.map +1 -0
- package/dist/mcp-1ld_vD4n.js +39 -0
- package/dist/mcp-1ld_vD4n.js.map +1 -0
- package/dist/mcp-IMkVgOtF.cjs +39 -0
- package/dist/mcp-IMkVgOtF.cjs.map +1 -0
- package/dist/package-BDL80yHv.js +6 -0
- package/dist/package-BDL80yHv.js.map +1 -0
- package/dist/{package-DcmDg_mw.cjs → package-CHmy7tzG.cjs} +2 -2
- package/dist/package-CHmy7tzG.cjs.map +1 -0
- package/dist/run-B11-UaUs.cjs +33 -0
- package/dist/run-B11-UaUs.cjs.map +1 -0
- package/dist/{init-eNRlotJK.js → run-BNqMQygv.js} +107 -149
- package/dist/run-BNqMQygv.js.map +1 -0
- package/dist/{init-CZ5Xq2Hd.cjs → run-BnGfi7Cp.cjs} +105 -147
- package/dist/run-BnGfi7Cp.cjs.map +1 -0
- package/dist/{generate-BL-Kp5GY.js → run-BonExv0-.js} +561 -493
- package/dist/run-BonExv0-.js.map +1 -0
- package/dist/{agent-sdYBBgrd.js → run-BzpYYOQs.js} +46 -43
- package/dist/run-BzpYYOQs.js.map +1 -0
- package/dist/run-CCZ24VKk.js +51 -0
- package/dist/run-CCZ24VKk.js.map +1 -0
- package/dist/run-CQbj3ley.cjs +52 -0
- package/dist/run-CQbj3ley.cjs.map +1 -0
- package/dist/{agent-B4cAAab2.cjs → run-DwdAwnLG.cjs} +44 -41
- package/dist/run-DwdAwnLG.cjs.map +1 -0
- package/dist/run-PSA9X7ci.js +32 -0
- package/dist/run-PSA9X7ci.js.map +1 -0
- package/dist/{generate-DMqdAYqy.cjs → run-e1Pda1tW.cjs} +558 -490
- package/dist/run-e1Pda1tW.cjs.map +1 -0
- package/dist/shell-475fQKaX.cjs.map +1 -1
- package/dist/{shell-DLzN4fRo.js → shell-CN6DNqeC.js} +2 -2
- package/dist/{shell-DLzN4fRo.js.map → shell-CN6DNqeC.js.map} +1 -1
- package/dist/{telemetry-DN95_2pF.cjs → telemetry-B2iWkY5e.cjs} +5 -7
- package/dist/telemetry-B2iWkY5e.cjs.map +1 -0
- package/dist/{telemetry-LgT_sdPe.js → telemetry-BkektVz6.js} +6 -8
- package/dist/telemetry-BkektVz6.js.map +1 -0
- package/dist/validate-26X6uBG3.js +26 -0
- package/dist/validate-26X6uBG3.js.map +1 -0
- package/dist/validate-BAEo4Dcd.cjs +26 -0
- package/dist/validate-BAEo4Dcd.cjs.map +1 -0
- package/package.json +14 -14
- package/src/commands/agent/start.ts +10 -7
- package/src/commands/agent.ts +3 -1
- package/src/commands/generate.ts +5 -3
- package/src/commands/init.ts +34 -3
- package/src/commands/mcp.ts +28 -4
- package/src/commands/validate.ts +6 -4
- package/src/constants.ts +2 -58
- package/src/index.ts +5 -3
- package/src/loggers/clackLogger.ts +85 -118
- package/src/loggers/fileSystemLogger.ts +28 -15
- package/src/loggers/githubActionsLogger.ts +87 -96
- package/src/loggers/plainLogger.ts +48 -81
- package/src/loggers/types.ts +6 -0
- package/src/loggers/utils.ts +235 -11
- package/src/runners/agent/run.ts +113 -0
- package/src/runners/agent/utils.ts +98 -0
- package/src/runners/generate/run.ts +321 -0
- package/src/runners/generate/utils.ts +225 -0
- package/src/runners/init/run.ts +212 -0
- package/src/{utils/packageManager.ts → runners/init/utils.ts} +12 -2
- package/src/runners/mcp/run.ts +37 -0
- package/src/runners/validate/run.ts +63 -0
- package/src/{utils/telemetry.ts → telemetry.ts} +27 -20
- package/dist/agent-B4cAAab2.cjs.map +0 -1
- package/dist/agent-BFACosbG.cjs +0 -58
- package/dist/agent-BFACosbG.cjs.map +0 -1
- package/dist/agent-s7TqqoTg.js +0 -56
- package/dist/agent-s7TqqoTg.js.map +0 -1
- package/dist/agent-sdYBBgrd.js.map +0 -1
- package/dist/constants-CnDXa1R6.cjs +0 -148
- package/dist/constants-CnDXa1R6.cjs.map +0 -1
- package/dist/constants-aL3CP_Wq.js +0 -95
- package/dist/constants-aL3CP_Wq.js.map +0 -1
- package/dist/generate-BL-Kp5GY.js.map +0 -1
- package/dist/generate-BzCMyyNN.cjs.map +0 -1
- package/dist/generate-CTdVvIaP.js.map +0 -1
- package/dist/generate-DMqdAYqy.cjs.map +0 -1
- package/dist/init-BHMGbly9.cjs +0 -25
- package/dist/init-BHMGbly9.cjs.map +0 -1
- package/dist/init-CZ5Xq2Hd.cjs.map +0 -1
- package/dist/init-eNRlotJK.js.map +0 -1
- package/dist/init-qgpg-iRW.js +0 -25
- package/dist/init-qgpg-iRW.js.map +0 -1
- package/dist/mcp-BRp-2Rdc.js +0 -16
- package/dist/mcp-BRp-2Rdc.js.map +0 -1
- package/dist/mcp-CYOgxB82.cjs +0 -47
- package/dist/mcp-CYOgxB82.cjs.map +0 -1
- package/dist/mcp-DmJm3TrU.js +0 -46
- package/dist/mcp-DmJm3TrU.js.map +0 -1
- package/dist/mcp-N3mRyVuO.cjs +0 -16
- package/dist/mcp-N3mRyVuO.cjs.map +0 -1
- package/dist/package-DcmDg_mw.cjs.map +0 -1
- package/dist/package-DtuyzAVW.js +0 -6
- package/dist/package-DtuyzAVW.js.map +0 -1
- package/dist/telemetry-DN95_2pF.cjs.map +0 -1
- package/dist/telemetry-LgT_sdPe.js.map +0 -1
- package/dist/validate-CJpTOzKA.js +0 -25
- package/dist/validate-CJpTOzKA.js.map +0 -1
- package/dist/validate-DyTbv7Bc.cjs +0 -25
- package/dist/validate-DyTbv7Bc.cjs.map +0 -1
- package/dist/validate-kLJoT_hi.js +0 -33
- package/dist/validate-kLJoT_hi.js.map +0 -1
- package/dist/validate-yKKzqEZ5.cjs +0 -34
- package/dist/validate-yKKzqEZ5.cjs.map +0 -1
- package/src/runners/agent.ts +0 -155
- package/src/runners/generate.ts +0 -333
- package/src/runners/init.ts +0 -296
- package/src/runners/mcp.ts +0 -51
- package/src/runners/validate.ts +0 -39
- package/src/types.ts +0 -11
- package/src/utils/Writables.ts +0 -17
- package/src/utils/executeHooks.ts +0 -45
- package/src/utils/flags.ts +0 -9
- package/src/utils/getConfig.ts +0 -10
- package/src/utils/getCosmiConfig.ts +0 -80
- package/src/utils/getSummary.ts +0 -68
- package/src/utils/runHook.ts +0 -91
- package/src/utils/watcher.ts +0 -19
package/src/loggers/utils.ts
CHANGED
|
@@ -1,13 +1,61 @@
|
|
|
1
|
+
import path from 'node:path'
|
|
2
|
+
import process from 'node:process'
|
|
1
3
|
import { styleText } from 'node:util'
|
|
2
|
-
import { canUseTTY, formatHrtime, isGitHubActions } from '@internals/utils'
|
|
3
|
-
import type { Logger, LoggerContext, LoggerOptions } from '@kubb/core'
|
|
4
|
+
import { canUseTTY, formatHrtime, getElapsedMs, isGitHubActions, randomCliColor } from '@internals/utils'
|
|
5
|
+
import type { Config, Logger, LoggerContext, LoggerOptions, Plugin } from '@kubb/core'
|
|
4
6
|
import { logLevel as logLevelMap } from '@kubb/core'
|
|
7
|
+
import { SUMMARY_MAX_BAR_LENGTH, SUMMARY_TIME_SCALE_DIVISOR } from '../constants.ts'
|
|
5
8
|
import { clackLogger } from './clackLogger.ts'
|
|
6
9
|
import { fileSystemLogger } from './fileSystemLogger.ts'
|
|
7
10
|
import { githubActionsLogger } from './githubActionsLogger.ts'
|
|
8
11
|
import { plainLogger } from './plainLogger.ts'
|
|
9
12
|
import type { LoggerType } from './types.ts'
|
|
10
13
|
|
|
14
|
+
/**
|
|
15
|
+
* Output sink for a hook subprocess, controlling how streamed lines and exit output are forwarded.
|
|
16
|
+
*/
|
|
17
|
+
type HookOutputSink = {
|
|
18
|
+
/**
|
|
19
|
+
* Called for each streamed stdout line while the hook runs.
|
|
20
|
+
*/
|
|
21
|
+
onLine?: (line: string) => void
|
|
22
|
+
/**
|
|
23
|
+
* Called with stderr content after the hook exits with a non-zero code.
|
|
24
|
+
*/
|
|
25
|
+
onStderr?: (text: string) => void
|
|
26
|
+
/**
|
|
27
|
+
* Called with stdout content after the hook exits with a non-zero code.
|
|
28
|
+
*/
|
|
29
|
+
onStdout?: (text: string) => void
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Output sink combined with stream control for a hook subprocess.
|
|
34
|
+
*/
|
|
35
|
+
export type HookSinkOptions = HookOutputSink & {
|
|
36
|
+
/**
|
|
37
|
+
* When `true`, streams process output line-by-line via `onLine`.
|
|
38
|
+
*
|
|
39
|
+
* @default false
|
|
40
|
+
*/
|
|
41
|
+
stream?: boolean
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Factory called once per hook command to build the output sink and streaming flag.
|
|
46
|
+
* The function should set up any logger UI (e.g., spinner) and return callbacks that forward subprocess output to it.
|
|
47
|
+
*
|
|
48
|
+
* `hookId` is the same id passed to `kubb:hook:start` / `kubb:hook:end`, letting the logger
|
|
49
|
+
* correlate streamed output with the active UI element (e.g., a clack `taskLog`) it created in the start handler.
|
|
50
|
+
*/
|
|
51
|
+
export type HookSinkFactory = (commandWithArgs: string, hookId: string) => HookSinkOptions | null
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Logger variant that may return a {@link HookSinkFactory} from `install`.
|
|
55
|
+
* The factory is forwarded to hook execution so the logger controls subprocess output routing.
|
|
56
|
+
*/
|
|
57
|
+
type CLILogger = Logger<LoggerOptions, HookSinkFactory | undefined | null>
|
|
58
|
+
|
|
11
59
|
/**
|
|
12
60
|
* Optionally prefix a message with a [HH:MM:SS] timestamp when logLevel >= verbose.
|
|
13
61
|
* Shared across all logger adapters to avoid duplication.
|
|
@@ -26,11 +74,29 @@ export function formatMessage(message: string, logLevel: number): string {
|
|
|
26
74
|
}
|
|
27
75
|
|
|
28
76
|
type ProgressState = {
|
|
77
|
+
/**
|
|
78
|
+
* Total number of plugins scheduled for this generation run.
|
|
79
|
+
*/
|
|
29
80
|
totalPlugins: number
|
|
81
|
+
/**
|
|
82
|
+
* Number of plugins that have finished without error.
|
|
83
|
+
*/
|
|
30
84
|
completedPlugins: number
|
|
85
|
+
/**
|
|
86
|
+
* Number of plugins that exited with an error.
|
|
87
|
+
*/
|
|
31
88
|
failedPlugins: number
|
|
89
|
+
/**
|
|
90
|
+
* Total number of files expected to be written.
|
|
91
|
+
*/
|
|
32
92
|
totalFiles: number
|
|
93
|
+
/**
|
|
94
|
+
* Number of files written so far.
|
|
95
|
+
*/
|
|
33
96
|
processedFiles: number
|
|
97
|
+
/**
|
|
98
|
+
* `process.hrtime()` snapshot taken at the start of generation, used to compute elapsed time.
|
|
99
|
+
*/
|
|
34
100
|
hrStart: [number, number]
|
|
35
101
|
}
|
|
36
102
|
|
|
@@ -39,7 +105,7 @@ type ProgressState = {
|
|
|
39
105
|
* Returns null when there is nothing to display.
|
|
40
106
|
*/
|
|
41
107
|
export function buildProgressLine(state: ProgressState): string | null {
|
|
42
|
-
const parts: string
|
|
108
|
+
const parts: Array<string> = []
|
|
43
109
|
const duration = formatHrtime(state.hrStart)
|
|
44
110
|
|
|
45
111
|
if (state.totalPlugins > 0) {
|
|
@@ -62,11 +128,85 @@ export function buildProgressLine(state: ProgressState): string | null {
|
|
|
62
128
|
return parts.join(styleText('dim', ' | '))
|
|
63
129
|
}
|
|
64
130
|
|
|
131
|
+
/**
|
|
132
|
+
* Creates the per-run progress counters shared by the clack and GitHub Actions loggers.
|
|
133
|
+
*/
|
|
134
|
+
export function createProgressCounters(): ProgressState {
|
|
135
|
+
return {
|
|
136
|
+
totalPlugins: 0,
|
|
137
|
+
completedPlugins: 0,
|
|
138
|
+
failedPlugins: 0,
|
|
139
|
+
totalFiles: 0,
|
|
140
|
+
processedFiles: 0,
|
|
141
|
+
hrStart: process.hrtime(),
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* Resets the progress counters in place at the start/end of a generation run.
|
|
147
|
+
*/
|
|
148
|
+
export function resetProgressCounters(state: ProgressState): void {
|
|
149
|
+
state.totalPlugins = 0
|
|
150
|
+
state.completedPlugins = 0
|
|
151
|
+
state.failedPlugins = 0
|
|
152
|
+
state.totalFiles = 0
|
|
153
|
+
state.processedFiles = 0
|
|
154
|
+
state.hrStart = process.hrtime()
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* Records a finished plugin against the progress counters.
|
|
159
|
+
*/
|
|
160
|
+
export function recordPluginResult(state: ProgressState, success: boolean): void {
|
|
161
|
+
if (success) {
|
|
162
|
+
state.completedPlugins++
|
|
163
|
+
} else {
|
|
164
|
+
state.failedPlugins++
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* Tracks per-hook start times so a logger can report a hook's elapsed duration.
|
|
170
|
+
* Used by the loggers that key timing by hook `id` (GitHub Actions, plain).
|
|
171
|
+
*/
|
|
172
|
+
export type HookTimer = {
|
|
173
|
+
start(id: string): void
|
|
174
|
+
/**
|
|
175
|
+
* Returns the elapsed milliseconds since `start(id)`, or `undefined` when no start was recorded.
|
|
176
|
+
*/
|
|
177
|
+
end(id: string): number | undefined
|
|
178
|
+
clear(): void
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* Creates a {@link HookTimer} backed by a private `id → hrtime` map.
|
|
183
|
+
*/
|
|
184
|
+
export function createHookTimer(): HookTimer {
|
|
185
|
+
const starts = new Map<string, [number, number]>()
|
|
186
|
+
|
|
187
|
+
return {
|
|
188
|
+
start(id: string): void {
|
|
189
|
+
starts.set(id, process.hrtime())
|
|
190
|
+
},
|
|
191
|
+
end(id: string): number | undefined {
|
|
192
|
+
const hrStart = starts.get(id)
|
|
193
|
+
if (!hrStart) {
|
|
194
|
+
return undefined
|
|
195
|
+
}
|
|
196
|
+
starts.delete(id)
|
|
197
|
+
return getElapsedMs(hrStart)
|
|
198
|
+
},
|
|
199
|
+
clear(): void {
|
|
200
|
+
starts.clear()
|
|
201
|
+
},
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
|
|
65
205
|
/**
|
|
66
206
|
* Join a command and its optional args into a single display string.
|
|
67
207
|
* e.g. ("prettier", ["--write", "."]) → "prettier --write ."
|
|
68
208
|
*/
|
|
69
|
-
export function formatCommandWithArgs(command: string, args?:
|
|
209
|
+
export function formatCommandWithArgs(command: string, args?: ReadonlyArray<string>): string {
|
|
70
210
|
return args?.length ? `${command} ${args.join(' ')}` : command
|
|
71
211
|
}
|
|
72
212
|
|
|
@@ -80,27 +220,111 @@ function detectLogger(): LoggerType {
|
|
|
80
220
|
return 'plain'
|
|
81
221
|
}
|
|
82
222
|
|
|
83
|
-
const logMapper = {
|
|
223
|
+
const logMapper: Record<LoggerType, CLILogger> = {
|
|
84
224
|
clack: clackLogger,
|
|
85
225
|
plain: plainLogger,
|
|
86
226
|
'github-actions': githubActionsLogger,
|
|
87
|
-
}
|
|
227
|
+
}
|
|
88
228
|
|
|
89
|
-
export async function setupLogger(context: LoggerContext, { logLevel }: LoggerOptions): Promise<
|
|
229
|
+
export async function setupLogger(context: LoggerContext, { logLevel }: LoggerOptions): Promise<HookSinkFactory | null> {
|
|
90
230
|
const type = detectLogger()
|
|
91
231
|
|
|
92
|
-
const logger = logMapper[type]
|
|
232
|
+
const logger = logMapper[type]
|
|
93
233
|
|
|
94
234
|
if (!logger) {
|
|
95
235
|
throw new Error(`Unknown adapter type: ${type}`)
|
|
96
236
|
}
|
|
97
237
|
|
|
98
|
-
|
|
99
|
-
const cleanup = await logger.install(context, { logLevel })
|
|
238
|
+
const makeSink = await logger.install(context, { logLevel })
|
|
100
239
|
|
|
101
240
|
if (logLevel >= logLevelMap.debug) {
|
|
102
241
|
await fileSystemLogger.install(context, { logLevel })
|
|
103
242
|
}
|
|
104
243
|
|
|
105
|
-
return
|
|
244
|
+
return typeof makeSink === 'function' ? makeSink : null
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
type SummaryProps = {
|
|
248
|
+
/**
|
|
249
|
+
* Set of plugins that failed during this generation run, each with its error.
|
|
250
|
+
*/
|
|
251
|
+
failedPlugins: Set<{ plugin: Plugin; error: Error }>
|
|
252
|
+
/**
|
|
253
|
+
* Overall generation status used to choose success or failure formatting.
|
|
254
|
+
*/
|
|
255
|
+
status: 'success' | 'failed'
|
|
256
|
+
/**
|
|
257
|
+
* `process.hrtime()` snapshot taken at the start of generation, used to compute elapsed time.
|
|
258
|
+
*/
|
|
259
|
+
hrStart: [number, number]
|
|
260
|
+
/**
|
|
261
|
+
* Total number of files written during this generation run.
|
|
262
|
+
*/
|
|
263
|
+
filesCreated: number
|
|
264
|
+
/**
|
|
265
|
+
* Resolved Kubb config for this generation entry, used to read plugin count and output path.
|
|
266
|
+
*/
|
|
267
|
+
config: Config
|
|
268
|
+
/**
|
|
269
|
+
* Per-plugin timing map (plugin name → duration in ms). When provided, a timing bar chart is appended.
|
|
270
|
+
*/
|
|
271
|
+
pluginTimings?: Map<string, number>
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* Builds the generation summary lines rendered in the end-of-run box.
|
|
276
|
+
* Returns an array of styled strings, one per summary row.
|
|
277
|
+
*/
|
|
278
|
+
export function getSummary({ failedPlugins, filesCreated, status, hrStart, config, pluginTimings }: SummaryProps): Array<string> {
|
|
279
|
+
const duration = formatHrtime(hrStart)
|
|
280
|
+
|
|
281
|
+
const pluginsCount = config.plugins?.length ?? 0
|
|
282
|
+
const successCount = pluginsCount - failedPlugins.size
|
|
283
|
+
|
|
284
|
+
const meta = {
|
|
285
|
+
plugins:
|
|
286
|
+
status === 'success'
|
|
287
|
+
? `${styleText('green', `${successCount} successful`)}, ${pluginsCount} total`
|
|
288
|
+
: `${styleText('green', `${successCount} successful`)}, ${styleText('red', `${failedPlugins.size} failed`)}, ${pluginsCount} total`,
|
|
289
|
+
pluginsFailed: status === 'failed' ? [...failedPlugins].map(({ plugin }) => randomCliColor(plugin.name)).join(', ') : undefined,
|
|
290
|
+
filesCreated,
|
|
291
|
+
time: styleText('green', duration),
|
|
292
|
+
output: path.resolve(config.root, config.output.path),
|
|
293
|
+
} as const
|
|
294
|
+
|
|
295
|
+
const labels = {
|
|
296
|
+
plugins: 'Plugins:',
|
|
297
|
+
failed: 'Failed:',
|
|
298
|
+
generated: 'Generated:',
|
|
299
|
+
pluginTimings: 'Plugin Timings:',
|
|
300
|
+
output: 'Output:',
|
|
301
|
+
}
|
|
302
|
+
const maxLength = Math.max(0, ...[...Object.values(labels), ...(pluginTimings ? Array.from(pluginTimings.keys()) : [])].map((s) => s.length))
|
|
303
|
+
|
|
304
|
+
const summaryLines: Array<string> = []
|
|
305
|
+
summaryLines.push(`${labels.plugins.padEnd(maxLength + 2)} ${meta.plugins}`)
|
|
306
|
+
|
|
307
|
+
if (meta.pluginsFailed) {
|
|
308
|
+
summaryLines.push(`${labels.failed.padEnd(maxLength + 2)} ${meta.pluginsFailed}`)
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
summaryLines.push(`${labels.generated.padEnd(maxLength + 2)} ${meta.filesCreated} files in ${meta.time}`)
|
|
312
|
+
|
|
313
|
+
if (pluginTimings && pluginTimings.size > 0) {
|
|
314
|
+
const sortedTimings = Array.from(pluginTimings.entries()).sort((a, b) => b[1] - a[1])
|
|
315
|
+
|
|
316
|
+
summaryLines.push(`${labels.pluginTimings}`)
|
|
317
|
+
|
|
318
|
+
sortedTimings.forEach(([name, time]) => {
|
|
319
|
+
const timeStr = time >= 1000 ? `${(time / 1000).toFixed(2)}s` : `${Math.round(time)}ms`
|
|
320
|
+
const barLength = Math.min(Math.ceil(time / SUMMARY_TIME_SCALE_DIVISOR), SUMMARY_MAX_BAR_LENGTH)
|
|
321
|
+
const bar = styleText('dim', '█'.repeat(barLength))
|
|
322
|
+
|
|
323
|
+
summaryLines.push(`${styleText('dim', '•')} ${name.padEnd(maxLength + 1)}${bar} ${timeStr}`)
|
|
324
|
+
})
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
summaryLines.push(`${labels.output.padEnd(maxLength + 2)} ${meta.output}`)
|
|
328
|
+
|
|
329
|
+
return summaryLines
|
|
106
330
|
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { createRequire } from 'node:module'
|
|
2
|
+
import path from 'node:path'
|
|
3
|
+
import process from 'node:process'
|
|
4
|
+
import { styleText } from 'node:util'
|
|
5
|
+
import * as clack from '@clack/prompts'
|
|
6
|
+
import { spawnAsync, getErrorMessage } from '@internals/utils'
|
|
7
|
+
import { agentDefaults } from '../../constants.ts'
|
|
8
|
+
import { buildTelemetryEvent, sendTelemetry } from '../../telemetry.ts'
|
|
9
|
+
import { isPortAvailable, resolveAgentStartEnvironment } from './utils.ts'
|
|
10
|
+
|
|
11
|
+
type AgentStartOptions = {
|
|
12
|
+
/**
|
|
13
|
+
* TCP port for the HTTP server. When `undefined`, falls back to `PORT` env var or the default (`3000`).
|
|
14
|
+
*/
|
|
15
|
+
port: string | undefined
|
|
16
|
+
/**
|
|
17
|
+
* Hostname the HTTP server binds to.
|
|
18
|
+
*
|
|
19
|
+
* @default 'localhost'
|
|
20
|
+
*/
|
|
21
|
+
host: string
|
|
22
|
+
/**
|
|
23
|
+
* Explicit path to the Kubb config file. When `undefined`, falls back to `KUBB_AGENT_CONFIG` or the default filename.
|
|
24
|
+
*/
|
|
25
|
+
configPath: string | undefined
|
|
26
|
+
/**
|
|
27
|
+
* Grants the agent permission to write generated files to the filesystem.
|
|
28
|
+
*/
|
|
29
|
+
allowWrite: boolean
|
|
30
|
+
/**
|
|
31
|
+
* Grants all agent permissions, including filesystem writes. Implies `allowWrite`.
|
|
32
|
+
*/
|
|
33
|
+
allowAll: boolean
|
|
34
|
+
/**
|
|
35
|
+
* Current `@kubb/cli` version string, used for the telemetry payload.
|
|
36
|
+
*/
|
|
37
|
+
version: string
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Spawns the Kubb Agent HTTP server as a Node.js subprocess.
|
|
42
|
+
* Resolves config from CLI flags and environment variables, validates the port, and exits with code 1 on failure.
|
|
43
|
+
*/
|
|
44
|
+
export async function run({ port, host, configPath, allowWrite, allowAll, version }: AgentStartOptions): Promise<void> {
|
|
45
|
+
const hrStart = process.hrtime()
|
|
46
|
+
const report = (status: 'success' | 'failed') => sendTelemetry(buildTelemetryEvent({ command: 'agent', kubbVersion: version, hrStart, status }))
|
|
47
|
+
|
|
48
|
+
try {
|
|
49
|
+
// Load .env file into process.env using Node.js built-in (v20.12.0+)
|
|
50
|
+
try {
|
|
51
|
+
process.loadEnvFile()
|
|
52
|
+
} catch {
|
|
53
|
+
// .env file may not exist; ignore
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
// Resolve the @kubb/agent package path — createRequire is CJS/ESM compatible (import.meta.resolve is ESM-only)
|
|
57
|
+
const require = createRequire(import.meta.url)
|
|
58
|
+
let agentPkgPath: string
|
|
59
|
+
try {
|
|
60
|
+
agentPkgPath = require.resolve('@kubb/agent/package.json')
|
|
61
|
+
} catch (_e) {
|
|
62
|
+
console.error(styleText('red', 'The @kubb/agent package is not installed.'))
|
|
63
|
+
console.error('')
|
|
64
|
+
console.error('Install it with:')
|
|
65
|
+
console.error(styleText('cyan', ' npm install @kubb/agent'))
|
|
66
|
+
console.error(styleText('cyan', ' # or'))
|
|
67
|
+
console.error(styleText('cyan', ' pnpm install @kubb/agent'))
|
|
68
|
+
console.error('')
|
|
69
|
+
process.exit(1)
|
|
70
|
+
}
|
|
71
|
+
const agentDir = path.dirname(agentPkgPath)
|
|
72
|
+
const serverPath = path.join(agentDir, agentDefaults.serverEntryPath)
|
|
73
|
+
|
|
74
|
+
const resolvedEnv = resolveAgentStartEnvironment({
|
|
75
|
+
port,
|
|
76
|
+
host,
|
|
77
|
+
configPath,
|
|
78
|
+
allowWrite,
|
|
79
|
+
allowAll,
|
|
80
|
+
})
|
|
81
|
+
const numericPort = Number(resolvedEnv.port)
|
|
82
|
+
|
|
83
|
+
if (!Number.isInteger(numericPort) || numericPort <= 0) {
|
|
84
|
+
throw new Error(`Invalid port "${resolvedEnv.port}". Provide a positive integer with --port or PORT.`)
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
clack.log.step(styleText('cyan', 'Starting agent server...'))
|
|
88
|
+
clack.log.info(styleText('dim', `Config: ${resolvedEnv.agentConfigPath}`))
|
|
89
|
+
clack.log.info(styleText('dim', `Host: ${resolvedEnv.host}`))
|
|
90
|
+
clack.log.info(styleText('dim', `Port: ${resolvedEnv.port}`))
|
|
91
|
+
if (!resolvedEnv.allowWrite && !resolvedEnv.allowAll) {
|
|
92
|
+
clack.log.warn(styleText('yellow', 'Filesystem writes disabled. Use --allow-write or --allow-all to enable.'))
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
if (!(await isPortAvailable(numericPort, resolvedEnv.host))) {
|
|
96
|
+
clack.log.error(styleText('red', `Port ${resolvedEnv.port} is already in use. Stop the existing process or choose a different port with --port.`))
|
|
97
|
+
process.exit(1)
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
// Spawns the server as a detached background process so the CLI can exit independently.
|
|
101
|
+
await spawnAsync('node', [serverPath], {
|
|
102
|
+
env: resolvedEnv.env,
|
|
103
|
+
cwd: process.cwd(),
|
|
104
|
+
})
|
|
105
|
+
|
|
106
|
+
await report('success')
|
|
107
|
+
} catch (error) {
|
|
108
|
+
await report('failed')
|
|
109
|
+
clack.log.error(styleText('red', 'Failed to start agent server'))
|
|
110
|
+
clack.log.error(getErrorMessage(error))
|
|
111
|
+
process.exit(1)
|
|
112
|
+
}
|
|
113
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import net from 'node:net'
|
|
2
|
+
import path from 'node:path'
|
|
3
|
+
import process from 'node:process'
|
|
4
|
+
import { agentDefaults } from '../../constants.ts'
|
|
5
|
+
|
|
6
|
+
type AgentStartEnvironmentInput = {
|
|
7
|
+
/**
|
|
8
|
+
* TCP port for the HTTP server. When `undefined`, falls back to `PORT` env var or the default (`3000`).
|
|
9
|
+
*/
|
|
10
|
+
port: string | undefined
|
|
11
|
+
/**
|
|
12
|
+
* Hostname the HTTP server binds to.
|
|
13
|
+
*/
|
|
14
|
+
host: string
|
|
15
|
+
/**
|
|
16
|
+
* Explicit path to the Kubb config file. When `undefined`, falls back to `KUBB_AGENT_CONFIG` or the default filename.
|
|
17
|
+
*/
|
|
18
|
+
configPath: string | undefined
|
|
19
|
+
/**
|
|
20
|
+
* Grants the agent permission to write generated files to the filesystem.
|
|
21
|
+
*/
|
|
22
|
+
allowWrite: boolean
|
|
23
|
+
/**
|
|
24
|
+
* Grants all agent permissions, including filesystem writes. Implies `allowWrite`.
|
|
25
|
+
*/
|
|
26
|
+
allowAll: boolean
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
type ResolvedAgentStartEnvironment = {
|
|
30
|
+
/**
|
|
31
|
+
* Final port string after merging CLI flag, `PORT` env var, and the default.
|
|
32
|
+
*/
|
|
33
|
+
port: string
|
|
34
|
+
/**
|
|
35
|
+
* Final hostname after merging CLI flag, `HOST` env var, and the default.
|
|
36
|
+
*/
|
|
37
|
+
host: string
|
|
38
|
+
/**
|
|
39
|
+
* Effective write-permission flag, accounting for `allowAll` and `KUBB_AGENT_ALLOW_WRITE`.
|
|
40
|
+
*/
|
|
41
|
+
allowWrite: boolean
|
|
42
|
+
/**
|
|
43
|
+
* Effective all-permissions flag, accounting for `KUBB_AGENT_ALLOW_ALL`.
|
|
44
|
+
*/
|
|
45
|
+
allowAll: boolean
|
|
46
|
+
/**
|
|
47
|
+
* Absolute path to the Kubb config file passed to the agent subprocess.
|
|
48
|
+
*/
|
|
49
|
+
agentConfigPath: string
|
|
50
|
+
/**
|
|
51
|
+
* Merged `process.env` object with all resolved agent environment variables applied.
|
|
52
|
+
*/
|
|
53
|
+
env: NodeJS.ProcessEnv
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Resolves the environment passed to the detached agent process using CLI values first, then environment values, then CLI defaults.
|
|
58
|
+
*/
|
|
59
|
+
export function resolveAgentStartEnvironment({ port, host, configPath, allowWrite, allowAll }: AgentStartEnvironmentInput): ResolvedAgentStartEnvironment {
|
|
60
|
+
const resolvedPort = port ?? process.env.PORT ?? agentDefaults.port
|
|
61
|
+
const resolvedHost = host !== agentDefaults.host ? host : (process.env.HOST ?? agentDefaults.host)
|
|
62
|
+
const resolvedAllowAll = allowAll || process.env.KUBB_AGENT_ALLOW_ALL === 'true'
|
|
63
|
+
const resolvedAllowWrite = resolvedAllowAll || allowWrite || process.env.KUBB_AGENT_ALLOW_WRITE === 'true'
|
|
64
|
+
const agentRoot = process.env.KUBB_AGENT_ROOT ?? process.cwd()
|
|
65
|
+
const agentConfigPath = path.resolve(process.cwd(), configPath || process.env.KUBB_AGENT_CONFIG || agentDefaults.configFile)
|
|
66
|
+
|
|
67
|
+
return {
|
|
68
|
+
port: resolvedPort,
|
|
69
|
+
host: resolvedHost,
|
|
70
|
+
allowWrite: resolvedAllowWrite,
|
|
71
|
+
allowAll: resolvedAllowAll,
|
|
72
|
+
agentConfigPath,
|
|
73
|
+
env: {
|
|
74
|
+
...process.env,
|
|
75
|
+
PORT: resolvedPort,
|
|
76
|
+
HOST: resolvedHost,
|
|
77
|
+
KUBB_AGENT_ROOT: agentRoot,
|
|
78
|
+
KUBB_AGENT_CONFIG: agentConfigPath,
|
|
79
|
+
KUBB_AGENT_ALLOW_WRITE: String(resolvedAllowWrite),
|
|
80
|
+
KUBB_AGENT_ALLOW_ALL: String(resolvedAllowAll),
|
|
81
|
+
KUBB_AGENT_TOKEN: process.env.KUBB_AGENT_TOKEN,
|
|
82
|
+
KUBB_AGENT_RETRY_TIMEOUT: process.env.KUBB_AGENT_RETRY_TIMEOUT ?? agentDefaults.retryTimeout,
|
|
83
|
+
KUBB_STUDIO_URL: process.env.KUBB_STUDIO_URL ?? agentDefaults.studioUrl,
|
|
84
|
+
},
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export function isPortAvailable(port: number, host: string): Promise<boolean> {
|
|
89
|
+
return new Promise((resolve) => {
|
|
90
|
+
const server = net.createServer()
|
|
91
|
+
server.once('error', () => resolve(false))
|
|
92
|
+
server.once('listening', () => {
|
|
93
|
+
server.close()
|
|
94
|
+
resolve(true)
|
|
95
|
+
})
|
|
96
|
+
server.listen(port, host)
|
|
97
|
+
})
|
|
98
|
+
}
|