docs: update Qodo Merge CLI installation requirements and remove commented code sections

This commit is contained in:
mrT23 2025-09-17 07:55:06 +03:00
parent 544c962dd7
commit 76d05e2279
No known key found for this signature in database
GPG key ID: D350490E39D5F5AD

View file

@ -1,6 +1,6 @@
# Installation
> Currently for remote suggestions, Qodo Merge has to be installed and active on your Git repository (GitHub / GitLab).
> Currently for remote suggestions, Qodo Merge has to be installed and active on your Git repository (GitHub / GitLab), and provide code suggestions in a table format for your Pull Requests (PRs).
## Install Qodo Command
@ -25,22 +25,6 @@ Once login is completed, you'll receive an API key in the terminal.
The API key is also saved locally in the .qodo folder in your home directory, and can be reused (e.g., in CI).
The key is tied to your user account and subject to the same usage limits.
[//]: # (## API Key Management)
[//]: # ()
[//]: # (There are a few commands that let you maintain the API key:)
[//]: # ()
[//]: # (```bash)
[//]: # (qodo key list # List all API keys)
[//]: # (qodo key create <name> # Create a new API key with the given name)
[//]: # (qodo key revoke <name> # Revoke an API key by name)
[//]: # (```)
## Using Qodo Merge CLI
@ -84,6 +68,3 @@ Then the tool will automatically fetch the suggestions from the PR and display t
**[Usage](usage.md)** - Navigate, explore, and implement suggestions
---
*The CLI will guide you through any additional setup needed when you first run `qodo merge`.*