@kubb/cli 5.0.0-beta.1 → 5.0.0-beta.11
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-DB8Fr0U8.cjs +70 -0
- package/dist/agent-DB8Fr0U8.cjs.map +1 -0
- package/dist/agent-DcsBatCv.js +68 -0
- package/dist/agent-DcsBatCv.js.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-TL8zY_IT.cjs → generate-DVe4vPXT.cjs} +10 -4
- package/dist/generate-DVe4vPXT.cjs.map +1 -0
- package/dist/{generate-BaJRhbCS.js → generate-dhgVXAZM.js} +12 -6
- package/dist/generate-dhgVXAZM.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-DDBAAtNw.cjs +53 -0
- package/dist/init-DDBAAtNw.cjs.map +1 -0
- package/dist/init-DalNYdKX.js +53 -0
- package/dist/init-DalNYdKX.js.map +1 -0
- package/dist/mcp-CjLC0gfa.cjs +39 -0
- package/dist/mcp-CjLC0gfa.cjs.map +1 -0
- package/dist/mcp-qo6oTY1b.js +39 -0
- package/dist/mcp-qo6oTY1b.js.map +1 -0
- package/dist/package-BS53bjcw.js +6 -0
- package/dist/package-BS53bjcw.js.map +1 -0
- package/dist/{package-Cdo6lNjF.cjs → package-Dwr7GtJx.cjs} +2 -2
- package/dist/package-Dwr7GtJx.cjs.map +1 -0
- package/dist/{agent-Ev5hU5hH.js → run-BzpYYOQs.js} +53 -44
- 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/{init-eNRlotJK.js → run-CF97BWVa.js} +102 -147
- package/dist/run-CF97BWVa.js.map +1 -0
- package/dist/run-CQbj3ley.cjs +52 -0
- package/dist/run-CQbj3ley.cjs.map +1 -0
- package/dist/{generate-CuxArvEk.js → run-CdRxfPGM.js} +324 -341
- package/dist/run-CdRxfPGM.js.map +1 -0
- package/dist/{generate-UCP0qpDp.cjs → run-CqN9CaCO.cjs} +321 -338
- package/dist/run-CqN9CaCO.cjs.map +1 -0
- package/dist/run-D0hmRpHy.js +49 -0
- package/dist/run-D0hmRpHy.js.map +1 -0
- package/dist/{agent-B_pirbeB.cjs → run-DwdAwnLG.cjs} +51 -42
- package/dist/run-DwdAwnLG.cjs.map +1 -0
- package/dist/run-Lr0Ctnu0.cjs +50 -0
- package/dist/run-Lr0Ctnu0.cjs.map +1 -0
- package/dist/{init-CZ5Xq2Hd.cjs → run-YsoCk5we.cjs} +100 -145
- package/dist/run-YsoCk5we.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-C00u0BgS.js +26 -0
- package/dist/validate-C00u0BgS.js.map +1 -0
- package/dist/validate-D5HeJjHB.cjs +26 -0
- package/dist/validate-D5HeJjHB.cjs.map +1 -0
- package/package.json +22 -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 +45 -43
- package/src/loggers/fileSystemLogger.ts +26 -13
- package/src/loggers/githubActionsLogger.ts +13 -25
- package/src/loggers/plainLogger.ts +12 -23
- package/src/loggers/types.ts +6 -0
- package/src/loggers/utils.ts +155 -9
- package/src/runners/agent/run.ts +113 -0
- package/src/runners/agent/utils.ts +98 -0
- package/src/runners/generate/run.ts +276 -0
- package/src/runners/generate/utils.ts +209 -0
- package/src/runners/init/run.ts +211 -0
- package/src/{utils/packageManager.ts → runners/init/utils.ts} +10 -0
- package/src/runners/mcp/run.ts +55 -0
- package/src/runners/validate/run.ts +63 -0
- package/src/{utils/telemetry.ts → telemetry.ts} +12 -5
- package/dist/agent-B_pirbeB.cjs.map +0 -1
- package/dist/agent-CUmEyiqY.cjs +0 -58
- package/dist/agent-CUmEyiqY.cjs.map +0 -1
- package/dist/agent-Ev5hU5hH.js.map +0 -1
- package/dist/agent-v_2S-bnN.js +0 -56
- package/dist/agent-v_2S-bnN.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-BaJRhbCS.js.map +0 -1
- package/dist/generate-CuxArvEk.js.map +0 -1
- package/dist/generate-TL8zY_IT.cjs.map +0 -1
- package/dist/generate-UCP0qpDp.cjs.map +0 -1
- package/dist/init-CZ5Xq2Hd.cjs.map +0 -1
- package/dist/init-DRR_YWIq.cjs +0 -25
- package/dist/init-DRR_YWIq.cjs.map +0 -1
- package/dist/init-DSnRd1RJ.js +0 -25
- package/dist/init-DSnRd1RJ.js.map +0 -1
- package/dist/init-eNRlotJK.js.map +0 -1
- package/dist/mcp-CLcDV4Jm.cjs +0 -41
- package/dist/mcp-CLcDV4Jm.cjs.map +0 -1
- package/dist/mcp-D7EIR9fR.js +0 -40
- package/dist/mcp-D7EIR9fR.js.map +0 -1
- package/dist/mcp-Dakxi9CL.js +0 -16
- package/dist/mcp-Dakxi9CL.js.map +0 -1
- package/dist/mcp-Dr_RY-hd.cjs +0 -16
- package/dist/mcp-Dr_RY-hd.cjs.map +0 -1
- package/dist/package-Cdo6lNjF.cjs.map +0 -1
- package/dist/package-DPooAj2l.js +0 -6
- package/dist/package-DPooAj2l.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-B1o-rY9o.js +0 -25
- package/dist/validate-B1o-rY9o.js.map +0 -1
- package/dist/validate-CXFY-mHL.cjs +0 -25
- package/dist/validate-CXFY-mHL.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 -149
- package/src/runners/generate.ts +0 -333
- package/src/runners/init.ts +0 -296
- package/src/runners/mcp.ts +0 -45
- 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
|
@@ -2,8 +2,7 @@ import { relative } from 'node:path'
|
|
|
2
2
|
import { formatMs, toCause } from '@internals/utils'
|
|
3
3
|
import { defineLogger, logLevel as logLevelMap } from '@kubb/core'
|
|
4
4
|
import { SUMMARY_SEPARATOR } from '../constants.ts'
|
|
5
|
-
import { getSummary } from '
|
|
6
|
-
import { runHook } from '../utils/runHook.ts'
|
|
5
|
+
import { getSummary } from './utils.ts'
|
|
7
6
|
import { formatCommandWithArgs, formatMessage } from './utils.ts'
|
|
8
7
|
|
|
9
8
|
/**
|
|
@@ -199,30 +198,15 @@ export const plainLogger = defineLogger({
|
|
|
199
198
|
console.log(text)
|
|
200
199
|
})
|
|
201
200
|
|
|
202
|
-
context.on('kubb:hook:start',
|
|
203
|
-
|
|
204
|
-
const text = getMessage(`Hook ${commandWithArgs} started`)
|
|
205
|
-
|
|
206
|
-
if (logLevel > logLevelMap.silent) {
|
|
207
|
-
console.log(text)
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
// Skip hook execution if no id is provided (e.g., during benchmarks or tests)
|
|
211
|
-
if (!id) {
|
|
201
|
+
context.on('kubb:hook:start', ({ command, args }) => {
|
|
202
|
+
if (logLevel <= logLevelMap.silent) {
|
|
212
203
|
return
|
|
213
204
|
}
|
|
214
205
|
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
commandWithArgs,
|
|
220
|
-
context,
|
|
221
|
-
sink: {
|
|
222
|
-
onStdout: logLevel > logLevelMap.silent ? (s) => console.log(s) : undefined,
|
|
223
|
-
onStderr: logLevel > logLevelMap.silent ? (s) => console.error(s) : undefined,
|
|
224
|
-
},
|
|
225
|
-
})
|
|
206
|
+
const commandWithArgs = formatCommandWithArgs(command, args)
|
|
207
|
+
const text = getMessage(`Hook ${commandWithArgs} started`)
|
|
208
|
+
|
|
209
|
+
console.log(text)
|
|
226
210
|
})
|
|
227
211
|
|
|
228
212
|
context.on('kubb:hook:end', ({ command, args }) => {
|
|
@@ -250,5 +234,10 @@ export const plainLogger = defineLogger({
|
|
|
250
234
|
console.log(summary.join('\n'))
|
|
251
235
|
console.log(SUMMARY_SEPARATOR)
|
|
252
236
|
})
|
|
237
|
+
|
|
238
|
+
return (_commandWithArgs: string) => ({
|
|
239
|
+
onStdout: logLevel > logLevelMap.silent ? (s: string) => console.log(s) : undefined,
|
|
240
|
+
onStderr: logLevel > logLevelMap.silent ? (s: string) => console.error(s) : undefined,
|
|
241
|
+
})
|
|
253
242
|
},
|
|
254
243
|
})
|
package/src/loggers/types.ts
CHANGED
|
@@ -1 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Logger adapter selected by `setupLogger` based on the runtime environment.
|
|
3
|
+
* - `'clack'`: TTY-aware output with spinners and progress bars.
|
|
4
|
+
* - `'github-actions'`: CI output using `::group::` annotations.
|
|
5
|
+
* - `'plain'`: Plain `console.log` output for non-TTY environments.
|
|
6
|
+
*/
|
|
1
7
|
export type LoggerType = 'clack' | 'github-actions' | 'plain'
|
package/src/loggers/utils.ts
CHANGED
|
@@ -1,13 +1,57 @@
|
|
|
1
|
+
import path from 'node:path'
|
|
1
2
|
import { styleText } from 'node:util'
|
|
2
|
-
import { canUseTTY, formatHrtime, isGitHubActions } from '@internals/utils'
|
|
3
|
-
import type { Logger, LoggerContext, LoggerOptions } from '@kubb/core'
|
|
3
|
+
import { canUseTTY, formatHrtime, isGitHubActions, randomCliColor } from '@internals/utils'
|
|
4
|
+
import type { Config, Logger, LoggerContext, LoggerOptions, Plugin } from '@kubb/core'
|
|
4
5
|
import { logLevel as logLevelMap } from '@kubb/core'
|
|
6
|
+
import { SUMMARY_MAX_BAR_LENGTH, SUMMARY_TIME_SCALE_DIVISOR } from '../constants.ts'
|
|
5
7
|
import { clackLogger } from './clackLogger.ts'
|
|
6
8
|
import { fileSystemLogger } from './fileSystemLogger.ts'
|
|
7
9
|
import { githubActionsLogger } from './githubActionsLogger.ts'
|
|
8
10
|
import { plainLogger } from './plainLogger.ts'
|
|
9
11
|
import type { LoggerType } from './types.ts'
|
|
10
12
|
|
|
13
|
+
/**
|
|
14
|
+
* Output sink for a hook subprocess, controlling how streamed lines and exit output are forwarded.
|
|
15
|
+
*/
|
|
16
|
+
type HookOutputSink = {
|
|
17
|
+
/**
|
|
18
|
+
* Called for each streamed stdout line while the hook runs.
|
|
19
|
+
*/
|
|
20
|
+
onLine?: (line: string) => void
|
|
21
|
+
/**
|
|
22
|
+
* Called with stderr content after the hook exits with a non-zero code.
|
|
23
|
+
*/
|
|
24
|
+
onStderr?: (text: string) => void
|
|
25
|
+
/**
|
|
26
|
+
* Called with stdout content after the hook exits with a non-zero code.
|
|
27
|
+
*/
|
|
28
|
+
onStdout?: (text: string) => void
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Output sink combined with stream control for a hook subprocess.
|
|
33
|
+
*/
|
|
34
|
+
export type HookSinkOptions = HookOutputSink & {
|
|
35
|
+
/**
|
|
36
|
+
* When `true`, streams process output line-by-line via `onLine`.
|
|
37
|
+
*
|
|
38
|
+
* @default false
|
|
39
|
+
*/
|
|
40
|
+
stream?: boolean
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Factory called once per hook command to build the output sink and streaming flag.
|
|
45
|
+
* The function should set up any logger UI (e.g., spinner) and return callbacks that forward subprocess output to it.
|
|
46
|
+
*/
|
|
47
|
+
export type HookSinkFactory = (commandWithArgs: string) => HookSinkOptions | undefined
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Logger variant that may return a {@link HookSinkFactory} from `install`.
|
|
51
|
+
* The factory is forwarded to hook execution so the logger controls subprocess output routing.
|
|
52
|
+
*/
|
|
53
|
+
type CLILogger = Logger<LoggerOptions, HookSinkFactory | void>
|
|
54
|
+
|
|
11
55
|
/**
|
|
12
56
|
* Optionally prefix a message with a [HH:MM:SS] timestamp when logLevel >= verbose.
|
|
13
57
|
* Shared across all logger adapters to avoid duplication.
|
|
@@ -26,11 +70,29 @@ export function formatMessage(message: string, logLevel: number): string {
|
|
|
26
70
|
}
|
|
27
71
|
|
|
28
72
|
type ProgressState = {
|
|
73
|
+
/**
|
|
74
|
+
* Total number of plugins scheduled for this generation run.
|
|
75
|
+
*/
|
|
29
76
|
totalPlugins: number
|
|
77
|
+
/**
|
|
78
|
+
* Number of plugins that have finished without error.
|
|
79
|
+
*/
|
|
30
80
|
completedPlugins: number
|
|
81
|
+
/**
|
|
82
|
+
* Number of plugins that exited with an error.
|
|
83
|
+
*/
|
|
31
84
|
failedPlugins: number
|
|
85
|
+
/**
|
|
86
|
+
* Total number of files expected to be written.
|
|
87
|
+
*/
|
|
32
88
|
totalFiles: number
|
|
89
|
+
/**
|
|
90
|
+
* Number of files written so far.
|
|
91
|
+
*/
|
|
33
92
|
processedFiles: number
|
|
93
|
+
/**
|
|
94
|
+
* `process.hrtime()` snapshot taken at the start of generation, used to compute elapsed time.
|
|
95
|
+
*/
|
|
34
96
|
hrStart: [number, number]
|
|
35
97
|
}
|
|
36
98
|
|
|
@@ -80,27 +142,111 @@ function detectLogger(): LoggerType {
|
|
|
80
142
|
return 'plain'
|
|
81
143
|
}
|
|
82
144
|
|
|
83
|
-
const logMapper = {
|
|
145
|
+
const logMapper: Record<LoggerType, CLILogger> = {
|
|
84
146
|
clack: clackLogger,
|
|
85
147
|
plain: plainLogger,
|
|
86
148
|
'github-actions': githubActionsLogger,
|
|
87
|
-
}
|
|
149
|
+
}
|
|
88
150
|
|
|
89
|
-
export async function setupLogger(context: LoggerContext, { logLevel }: LoggerOptions): Promise<
|
|
151
|
+
export async function setupLogger(context: LoggerContext, { logLevel }: LoggerOptions): Promise<HookSinkFactory | undefined> {
|
|
90
152
|
const type = detectLogger()
|
|
91
153
|
|
|
92
|
-
const logger = logMapper[type]
|
|
154
|
+
const logger = logMapper[type]
|
|
93
155
|
|
|
94
156
|
if (!logger) {
|
|
95
157
|
throw new Error(`Unknown adapter type: ${type}`)
|
|
96
158
|
}
|
|
97
159
|
|
|
98
|
-
|
|
99
|
-
const cleanup = await logger.install(context, { logLevel })
|
|
160
|
+
const makeSink = await logger.install(context, { logLevel })
|
|
100
161
|
|
|
101
162
|
if (logLevel >= logLevelMap.debug) {
|
|
102
163
|
await fileSystemLogger.install(context, { logLevel })
|
|
103
164
|
}
|
|
104
165
|
|
|
105
|
-
return
|
|
166
|
+
return typeof makeSink === 'function' ? makeSink : undefined
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
type SummaryProps = {
|
|
170
|
+
/**
|
|
171
|
+
* Set of plugins that failed during this generation run, each with its error.
|
|
172
|
+
*/
|
|
173
|
+
failedPlugins: Set<{ plugin: Plugin; error: Error }>
|
|
174
|
+
/**
|
|
175
|
+
* Overall generation status used to choose success or failure formatting.
|
|
176
|
+
*/
|
|
177
|
+
status: 'success' | 'failed'
|
|
178
|
+
/**
|
|
179
|
+
* `process.hrtime()` snapshot taken at the start of generation, used to compute elapsed time.
|
|
180
|
+
*/
|
|
181
|
+
hrStart: [number, number]
|
|
182
|
+
/**
|
|
183
|
+
* Total number of files written during this generation run.
|
|
184
|
+
*/
|
|
185
|
+
filesCreated: number
|
|
186
|
+
/**
|
|
187
|
+
* Resolved Kubb config for this generation entry, used to read plugin count and output path.
|
|
188
|
+
*/
|
|
189
|
+
config: Config
|
|
190
|
+
/**
|
|
191
|
+
* Per-plugin timing map (plugin name → duration in ms). When provided, a timing bar chart is appended.
|
|
192
|
+
*/
|
|
193
|
+
pluginTimings?: Map<string, number>
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* Builds the generation summary lines rendered in the end-of-run box.
|
|
198
|
+
* Returns an array of styled strings, one per summary row.
|
|
199
|
+
*/
|
|
200
|
+
export function getSummary({ failedPlugins, filesCreated, status, hrStart, config, pluginTimings }: SummaryProps): string[] {
|
|
201
|
+
const duration = formatHrtime(hrStart)
|
|
202
|
+
|
|
203
|
+
const pluginsCount = config.plugins?.length ?? 0
|
|
204
|
+
const successCount = pluginsCount - failedPlugins.size
|
|
205
|
+
|
|
206
|
+
const meta = {
|
|
207
|
+
plugins:
|
|
208
|
+
status === 'success'
|
|
209
|
+
? `${styleText('green', `${successCount} successful`)}, ${pluginsCount} total`
|
|
210
|
+
: `${styleText('green', `${successCount} successful`)}, ${styleText('red', `${failedPlugins.size} failed`)}, ${pluginsCount} total`,
|
|
211
|
+
pluginsFailed: status === 'failed' ? [...failedPlugins].map(({ plugin }) => randomCliColor(plugin.name)).join(', ') : undefined,
|
|
212
|
+
filesCreated,
|
|
213
|
+
time: styleText('green', duration),
|
|
214
|
+
output: path.resolve(config.root, config.output.path),
|
|
215
|
+
} as const
|
|
216
|
+
|
|
217
|
+
const labels = {
|
|
218
|
+
plugins: 'Plugins:',
|
|
219
|
+
failed: 'Failed:',
|
|
220
|
+
generated: 'Generated:',
|
|
221
|
+
pluginTimings: 'Plugin Timings:',
|
|
222
|
+
output: 'Output:',
|
|
223
|
+
}
|
|
224
|
+
const maxLength = Math.max(0, ...[...Object.values(labels), ...(pluginTimings ? Array.from(pluginTimings.keys()) : [])].map((s) => s.length))
|
|
225
|
+
|
|
226
|
+
const summaryLines: string[] = []
|
|
227
|
+
summaryLines.push(`${labels.plugins.padEnd(maxLength + 2)} ${meta.plugins}`)
|
|
228
|
+
|
|
229
|
+
if (meta.pluginsFailed) {
|
|
230
|
+
summaryLines.push(`${labels.failed.padEnd(maxLength + 2)} ${meta.pluginsFailed}`)
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
summaryLines.push(`${labels.generated.padEnd(maxLength + 2)} ${meta.filesCreated} files in ${meta.time}`)
|
|
234
|
+
|
|
235
|
+
if (pluginTimings && pluginTimings.size > 0) {
|
|
236
|
+
const sortedTimings = Array.from(pluginTimings.entries()).sort((a, b) => b[1] - a[1])
|
|
237
|
+
|
|
238
|
+
summaryLines.push(`${labels.pluginTimings}`)
|
|
239
|
+
|
|
240
|
+
sortedTimings.forEach(([name, time]) => {
|
|
241
|
+
const timeStr = time >= 1000 ? `${(time / 1000).toFixed(2)}s` : `${Math.round(time)}ms`
|
|
242
|
+
const barLength = Math.min(Math.ceil(time / SUMMARY_TIME_SCALE_DIVISOR), SUMMARY_MAX_BAR_LENGTH)
|
|
243
|
+
const bar = styleText('dim', '█'.repeat(barLength))
|
|
244
|
+
|
|
245
|
+
summaryLines.push(`${styleText('dim', '•')} ${name.padEnd(maxLength + 1)}${bar} ${timeStr}`)
|
|
246
|
+
})
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
summaryLines.push(`${labels.output.padEnd(maxLength + 2)} ${meta.output}`)
|
|
250
|
+
|
|
251
|
+
return summaryLines
|
|
106
252
|
}
|
|
@@ -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
|
+
}
|