Skip to content

Commit c5ae8a5

Browse files
claudiacodacyclaude
andcommitted
fix: improve authentication section accuracy
- Clarify that credentials are stored encrypted at ~/.codacy/credentials - Complete the API token path to include "API Tokens" step Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e75a25a commit c5ae8a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/codacy-cloud-cli/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Alternatively, you can build from source. See the [GitHub repository](https://gi
2222

2323
## Authentication {: id="authentication"}
2424

25-
Run `codacy login` and enter your API token when prompted. Codacy stores your credentials at `~/.codacy/credentials`.
25+
Run `codacy login` and enter your API token when prompted. Codacy stores your credentials encrypted at `~/.codacy/credentials`.
2626

2727
```bash
2828
codacy login
@@ -36,7 +36,7 @@ codacy login --token <your-api-token>
3636

3737
You can also set `CODACY_API_TOKEN` as an environment variable. This takes precedence over stored credentials.
3838

39-
Get your API token under **My Account > Access Management** in Codacy. See [API tokens](../codacy-api/api-tokens.md) for details.
39+
Get your API token under **My Account > Access Management > API Tokens** in Codacy. See [API tokens](../codacy-api/api-tokens.md) for details.
4040

4141
To remove your stored credentials, run `codacy logout`.
4242

0 commit comments

Comments
 (0)