Skip to content

feat: add verbose installer output#59

Open
terminalchai wants to merge 1 commit intochahe-dridi:masterfrom
terminalchai:feat-verbose-installer-output
Open

feat: add verbose installer output#59
terminalchai wants to merge 1 commit intochahe-dridi:masterfrom
terminalchai:feat-verbose-installer-output

Conversation

@terminalchai
Copy link
Copy Markdown

Closes #39

Summary

  • add a --verbose CLI flag
  • pass verbose mode through to runInstaller
  • switch installer commands to stdio: 'inherit' when verbose mode is enabled
  • add focused installer tests for verbose vs default stdio behavior

Validation

  • npx jest tests/installer.test.js -t "uses inherited stdio when verbose mode is enabled|uses piped stdio by default" ?

Notes

  • full repo validation is still not green on the current baseline outside this change:
    • npx jest --coverage still fails because of existing failures in tests/scriptCoverage.test.js, tests/installer.test.js, and existing coverage-threshold misses
    • npx eslint src/ index.js tests/ still fails because ESLint cannot find a configuration file for that command path in the checked repo state

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement] Add --verbose flag to show raw install output

1 participant