Skip to main content

Presets

The plugin ships with seven Flat Config-ready presets.

Available presets​

Which preset should you choose?​

Preset matrix​

Generated from the preset registry.

PresetRuleKey optionsIntended use
🟡 recommendedfile-progress/activatedefaultsDefault per-file progress for local CLI runs.
🟠 recommended-cifile-progress/activatehide: CI === "true"Hide all plugin output in CI.
đŸŸ€ recommended-ci-detailedfile-progress/activatedetailedSuccess: true, hide: CI === "true", showSummaryWhenHidden: CI === "true"Keep CI quiet while still printing a detailed final summary there.
🟣 recommended-compactfile-progress/activatemode: "compact"Use compact live mode without per-file paths.
đŸ”” recommended-detailedfile-progress/activatedetailedSuccess: trueKeep full per-file progress and enrich the final summary.
âšȘ recommended-summary-onlyfile-progress/activatemode: "summary-only"Print only the final summary line.
🟱 recommended-ttyfile-progress/activatettyOnly: trueOnly show progress on interactive terminals.