Skip to content

Commit 96d4a78

Browse files
claudiacodacyclaude
andcommitted
refactor: move CLI to own top-level nav section, apply reviewer fixes
- Move Codacy Cloud CLI from under Codacy AI to its own top-level section between Codacy Guardrails and Codacy AI (CLI covers repo/issue/findings management, not AI features) - Remove misplaced tip from codacy-ai.md - Remove deprecated iframe attributes (frameborder, webkitallowfullscreen, mozallowfullscreen) per HTML5 standards - Add --statuses example to security findings section Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c5ae8a5 commit 96d4a78

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

docs/codacy-ai/codacy-ai.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ Codacy AI is a set of optional features integrated into the Software, designed t
66

77
Codacy AI utilizes only enterprise-grade instances of OpenAI and Google Gemini services with enhanced security, privacy, and data protection features. Customer Code processed through Codacy AI will not be used by Codacy, OpenAI, or any third-party AI provider for training, improving, or developing artificial intelligence models, machine learning algorithms, or any other automated systems.
88

9-
!!! tip
10-
Want to interact with Codacy from your terminal or AI assistant? The [Codacy Cloud CLI](../codacy-cloud-cli/index.md) lets you query issues, security findings, pull requests, and more — all without opening a browser.
11-
129
## AI Features
1310

1411
### AI-enhanced comments

docs/codacy-cloud-cli/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Codacy Cloud CLI gives you a fast terminal interface to your Codacy data. Ad
88

99
Pair it with the [Codacy Claude Code skill](#install-the-claude-code-skill) to interact with your Codacy data in plain language directly from your AI assistant.
1010

11-
<div style="position: relative; padding-bottom: 61.224489795918366%; height: 0;"><iframe src="https://www.loom.com/embed/1960b3f07f2c419682a1e22e2b2928d1" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>
11+
<div style="position: relative; padding-bottom: 61.224489795918366%; height: 0;"><iframe src="https://www.loom.com/embed/1960b3f07f2c419682a1e22e2b2928d1" allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;"></iframe></div>
1212

1313
## Installation
1414

@@ -129,7 +129,11 @@ codacy findings gh my-org --scan-types SAST,Secrets
129129
codacy findings gh my-org --scan-types SCA,IaC --severities High
130130
```
131131

132-
Findings are tracked with statuses like `Overdue`, `OnTrack`, and `DueSoon`. Use `--statuses` to filter accordingly.
132+
Findings are tracked with statuses like `Overdue`, `OnTrack`, and `DueSoon`. Use `--statuses` to filter accordingly:
133+
134+
```bash
135+
codacy findings gh my-org --statuses Overdue,DueSoon
136+
```
133137

134138
### Inspect pull requests
135139

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,9 +574,10 @@ nav:
574574
- codacy-guardrails/codacy-guardrails-limitations.md
575575
- codacy-guardrails/codacy-guardrails-troubleshooting.md
576576
- codacy-guardrails/codacy-guardrails-faq.md
577+
- Codacy Cloud CLI:
578+
- codacy-cloud-cli/index.md
577579
- Codacy AI:
578580
- codacy-ai/codacy-ai.md
579-
- Codacy Cloud CLI: codacy-cloud-cli/index.md
580581
- Repositories on Codacy:
581582
- repositories/repository-dashboard.md
582583
- repositories/commits.md

0 commit comments

Comments
 (0)