Skip to content

Commit b554aa4

Browse files
authored
docs: Update README.md (#7)
* docs: Update README.md * Update README.md
1 parent a622f9a commit b554aa4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Gemini CLI Extension - Cloud SQL for PostgreSQL
22

3+
> [!NOTE]
4+
> This extension is currently in beta, and may see breaking changes until the first stable release (v1.0).
5+
36
This Gemini CLI extension provides a set of tools to interact with [Cloud SQL for PostgreSQL](https://cloud.google.com/sql/docs/postgres) 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.
47

58
Learn more about [Gemini CLI Extensions](https://github.com/google-gemini/gemini-cli/blob/main/docs/extension.md).
@@ -15,7 +18,7 @@ Learn more about [Gemini CLI Extensions](https://github.com/google-gemini/gemini
1518

1619
Before you begin, ensure you have the following:
1720

18-
* [Gemini CLI](https://github.com/google-gemini/gemini-cli) installed.
21+
* [Gemini CLI](https://github.com/google-gemini/gemini-cli) installed with version +v0.6.0.
1922
* A Google Cloud project with the **Cloud SQL Admin API** enabled.
2023
* IAM Permissions:
2124
* Cloud SQL Client (`roles/cloudsql.client`)
@@ -41,6 +44,8 @@ Set the following environment variables before starting the Gemini CLI:
4144
* `CLOUD_SQL_POSTGRES_PASSWORD`: (Optional) The password for the database user.
4245
* `CLOUD_SQL_POSTGRES_IP_TYPE`: (Optional) The IP Type.
4346

47+
Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
48+
4449
> [!NOTE]
4550
> When using private IPs with Cloud SQL for PostgreSQL, you must use a Virtual Private Cloud (VPC) network.
4651

0 commit comments

Comments
 (0)