Skip to content

Commit 5259e25

Browse files
committed
install from latest released version
1 parent 568aa85 commit 5259e25

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,19 @@ Please keep these env vars handy during the installation process:
7474

7575
To start interacting with your database, install the skills for your preferred AI agent, then launch the agent and use natural language to ask questions or perform tasks.
7676

77+
For the latest version, check the [releases page][releases].
78+
79+
[releases]: https://github.com/gemini-cli-extensions/cloud-sql-postgresql/releases
80+
81+
<!-- {x-release-please-start-version} -->
82+
7783
<details open>
7884
<summary id="gemini-cli">Gemini CLI</summary>
7985

8086
**1. Install the extension:**
8187

8288
```bash
83-
gemini extensions install https://github.com/gemini-cli-extensions/cloud-sql-postgresql
89+
gemini extensions install https://github.com/gemini-cli-extensions/cloud-sql-postgresql --ref 0.3.0
8490
```
8591

8692
During the installation, enter your environment vars as described in the [configuration section](#configuration).
@@ -119,7 +125,7 @@ claude
119125
**3. Add the marketplace:**
120126

121127
```bash
122-
/plugin marketplace add gemini-cli-extensions/cloud-sql-postgresql
128+
/plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-postgresql.git#0.3.0
123129
```
124130

125131
**4. Install the plugin:**
@@ -138,7 +144,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
138144
**1. Clone the Repo:**
139145

140146
```bash
141-
git clone git@github.com:gemini-cli-extensions/cloud-sql-postgresql.git
147+
git clone --branch 0.3.0 git@github.com:gemini-cli-extensions/cloud-sql-postgresql.git
142148
```
143149

144150
**2. Install the plugin:**
@@ -181,6 +187,8 @@ _(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify
181187

182188
</details>
183189

190+
<!-- {x-release-please-end} -->
191+
184192
> [!WARNING]
185193
> **Changing Instance & Database Connections**
186194
> Currently, the database connection must be configured before starting the agent and can not be changed during a session.

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"release-type": "simple",
2929
"package-name": "cloud-sql-postgresql",
3030
"extra-files": [
31+
"README.md",
3132
{
3233
"type": "json",
3334
"path": "gemini-extension.json",

0 commit comments

Comments
 (0)