Skip to content

Commit 116d092

Browse files
chore: Update ReadMe disclaimer (#13)
Co-authored-by: Wenxin Du <117315983+duwenxin99@users.noreply.github.com>
1 parent 69b6f0d commit 116d092

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Gemini CLI Extension - Cloud SQL for MySQL
22

33
> [!NOTE]
4-
> This extension is currently in beta, and may see breaking changes until the first stable release (v1.0).
4+
> This extension is currently in beta (pre-v1.0), and may see breaking changes until the first stable release (v1.0).
55
66
This Gemini CLI extension provides a set of tools to interact with [Cloud SQL for MySQL](https://cloud.google.com/sql/docs/mysql) instances. It allows you to manage your databases, execute queries, explore schemas, and troubleshoot issues directly from the [Gemini CLI](https://google-gemini.github.io/gemini-cli/), using natural language prompts.
77

@@ -43,7 +43,7 @@ Set the following environment variables before starting the Gemini CLI:
4343
* `CLOUD_SQL_MYSQL_PASSWORD`: The password for the database user.
4444
* `CLOUD_SQL_MYSQL_IP_TYPE`: (Optional) The IP type i.e. “Public” or “Private” (Default: Public).
4545

46-
Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
46+
Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
4747

4848
> [!NOTE]
4949
> When using private IPs with Cloud SQL for MySQL, you must use a Virtual Private Cloud (VPC) network.
@@ -76,7 +76,7 @@ Interact with MySQL using natural language:
7676
* **Data:**
7777
* `list_tables`: Use this tool to list tables and descriptions.
7878
* `execute_sql`: Use this tool to execute any SQL statement.
79-
* `get_query_plan`: Use this tool to generate an execution plan.
79+
* `get_query_plan`: Use this tool to generate an execution plan.
8080
* `list_active_queries`: Use this tool to lists top N (default 10) ongoing queries.
8181
* `list_tables_missing_unique_indexes`: Use this tool to find tables that do not have primary or unique key constraint
8282
* `list_table_fragmentation`: Use this tool to list fragmented tables

0 commit comments

Comments
 (0)