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
- Replace spaced em dashes with parentheses/periods (Microsoft.Dashes)
- Add unignore to vale vocabulary accept list
- Fix PR's possessive to pull request
- Wrap GitHub Actions YAML example in raw tags to prevent Jinja2 parsing
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/codacy-cloud-cli/index.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Install and use the Codacy Cloud CLI to manage your repositories, i
4
4
5
5
# Codacy Cloud CLI
6
6
7
-
The Codacy Cloud CLI gives you a fast terminal interface to your Codacy data. Add repositories, review issues, investigate security findings, inspect pull requests, and configure tools — all without opening a browser.
7
+
The Codacy Cloud CLI gives you a fast terminal interface to your Codacy data. Add repositories, review issues, investigate security findings, inspect pull requests, and configure tools—all without opening a browser.
8
8
9
9
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.
10
10
@@ -18,7 +18,7 @@ Install the CLI using npm:
18
18
npm install -g @codacy/codacy-cloud-cli
19
19
```
20
20
21
-
Alternatively, you can build from source — see the [GitHub repository](https://github.com/codacy/codacy-cloud-cli) for instructions.
21
+
Alternatively, you can build from source. See the [GitHub repository](https://github.com/codacy/codacy-cloud-cli) for instructions.
22
22
23
23
## Authentication {: id="authentication"}
24
24
@@ -28,7 +28,7 @@ Run `codacy login` and enter your API token when prompted. Codacy stores your cr
28
28
codacy login
29
29
```
30
30
31
-
To authenticate without a prompt — for example in a CI/CD pipeline — pass your token directly:
31
+
To authenticate without a prompt (for example, in a CI/CD pipeline), pass your token directly:
32
32
33
33
```bash
34
34
codacy login --token <your-api-token>
@@ -43,7 +43,7 @@ To remove your stored credentials, run `codacy logout`.
43
43
## Install the Claude Code skill {: id="install-the-claude-code-skill"}
44
44
45
45
!!! tip
46
-
This step is optional but highly recommended. The Codacy skill for Claude Code lets you ask questions about your Codacy data in plain language — without needing to remember command syntax.
46
+
This step is optional but highly recommended. The Codacy skill for Claude Code lets you ask questions about your Codacy data in plain language, without needing to remember command syntax.
47
47
48
48
Install the Codacy skills package in Claude Code:
49
49
@@ -77,13 +77,13 @@ List the repositories in an organization and see their analysis status:
77
77
codacy repositories gh my-org
78
78
```
79
79
80
-
Get a full overview of a specific repository — analysis status, quality metrics, and recent activity:
80
+
Get a full overview of a specific repository (analysis status, quality metrics, and recent activity):
81
81
82
82
```bash
83
83
codacy repository gh my-org my-repo
84
84
```
85
85
86
-
You can also add or remove repositories, follow/unfollow them, link coding standards, and request reanalysis — all from the same command using flags like `--add`, `--remove`, and `--reanalyze`.
86
+
You can also add or remove repositories, follow/unfollow them, link coding standards, and request reanalysis. Use flags like `--add`, `--remove`, and `--reanalyze` on the same command.
87
87
88
88
### Review code issues
89
89
@@ -107,7 +107,7 @@ Ignore all issues matching your current filters in one step:
0 commit comments