feat(build): add verbose build output, progress logging, and timing for builds/tests
This commit is contained in:
@@ -78,6 +78,7 @@ export interface IBuildCommandOptions {
|
||||
timeout?: number; // Build timeout in seconds
|
||||
noCache?: boolean; // Force rebuild without Docker layer cache (--no-cache)
|
||||
cached?: boolean; // Skip builds when Dockerfile content hasn't changed
|
||||
verbose?: boolean; // Stream raw docker build output (default: silent)
|
||||
}
|
||||
|
||||
export interface ICacheEntry {
|
||||
|
||||
Reference in New Issue
Block a user