You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README documentation for new --quiet option in inspect commands
## Changes Made
### Documentation Updates
- Added "Common Options" section to CLI Mode Commands with --quiet flag
- Updated all CLI examples to showcase quiet mode for clean JSON output
- Enhanced automation/testing script example to demonstrate practical usage
- Added note about quiet flag in Transparent Debugging section
### Key Documentation Highlights
- Explains --quiet suppresses child process stderr for clean JSON output
- Shows before/after examples in automation scripts
- Demonstrates how quiet mode improves JSON parsing reliability
- Provides practical CI/CD testing examples using the quiet flag
## Examples Added
- Basic quiet usage: `reloaderoo inspect list-tools --quiet -- node server.js`
- Tool calling with quiet: `reloaderoo inspect call-tool echo --quiet --params '{"message":"test"}' -- node server.js`
- Enhanced shell script showing clean JSON parsing without server logs
## Impact
Users and AI agents can now easily discover and understand the quiet option
through comprehensive documentation with practical examples for automation
and scripting use cases.
0 commit comments