From 76d05e2279ceeabeb60e51bffa4bc60613f48695 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 17 Sep 2025 07:55:06 +0300 Subject: [PATCH] docs: update Qodo Merge CLI installation requirements and remove commented code sections --- docs/docs/qodo-merge-cli/installation.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/docs/docs/qodo-merge-cli/installation.md b/docs/docs/qodo-merge-cli/installation.md index 93fa9e8c..1133b5f0 100644 --- a/docs/docs/qodo-merge-cli/installation.md +++ b/docs/docs/qodo-merge-cli/installation.md @@ -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 # Create a new API key with the given name) - -[//]: # (qodo key revoke # 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`.* \ No newline at end of file