[docs] Update CLI documentation for features from 2025-10-25#2377
Merged
[docs] Update CLI documentation for features from 2025-10-25#2377
Conversation
Update CLI documentation to reflect recent feature additions: - Document firewall log parsing in --parse flag (PR #2349, #2350) - Logs and audit commands now generate firewall.md files - JSON output includes firewall analysis - Update --dependabot documentation (PR #2359) - Added pip and Go ecosystem support - Clarified command detection patterns - Add repository feature validation section (PR #2347) - Compile validates discussions/issues enabled - Prevents runtime failures for incompatible workflows 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
pelikhan
approved these changes
Oct 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates - October 25, 2025
This PR updates the CLI reference documentation based on features merged in the last 24 hours.
Features Documented
Firewall log parsing (from Add --parse support for firewall logs in logs and audit commands #2349, Add Go firewall logs parser mirroring JavaScript implementation #2350)
--parseflag now generatesfirewall.mdin addition tolog.mdlogsandauditcommand documentationMulti-ecosystem Dependabot support (from Add pip and golang dependency manifest generation support #2359)
--dependabotdocumentationRepository feature validation (from Validate repository features (discussions/issues) during workflow compilation #2347)
Changes Made
docs/src/content/docs/tools/cli.md:--parseflag description for firewall log parsing--dependabotdocumentation with pip/Go supportMerged PRs Referenced
Notes
All documentation follows the Diátaxis framework and matches the existing tone and style. Changes are surgical and focused on the specific new features without unnecessary restructuring.
🤖 Generated with Claude Code