diff --git a/.lycheeignore b/.lycheeignore new file mode 100644 index 0000000..fc49c06 --- /dev/null +++ b/.lycheeignore @@ -0,0 +1 @@ +https://github.com/gemini-cli-extensions/cloud-sql-sqlserver/compare/ diff --git a/README.md b/README.md index 564fc77..0384333 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,19 @@ gemini > Currently, the database connection must be configured before starting the Gemini CLI and can not be changed during a session. > To save and resume conversation history use command: `/chat save ` and `/chat resume `. +### Start Gemini CLI + +To start the Gemini CLI, use the following command: + +```bash +gemini +``` + +> [!WARNING] +> **Changing Instance & Database Connections** +> Currently, the database connection must be configured before starting the Gemini CLI and can not be changed during a session. +> To save and resume conversation history use command: `/chat save ` and `/chat resume `. + ## Usage Examples Interact with Cloud SQL for SQL Server using natural language: diff --git a/release-please-config.json b/release-please-config.json index 748844d..f1de0f5 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -4,10 +4,24 @@ "include-component-in-tag": false, "include-v-in-tag": false, "changelog-sections": [ - { "type": "feat", "section": "Features" }, - { "type": "fix", "section": "Bug Fixes" }, - { "type": "chore", "section": "Miscellaneous Chores", "hidden": false }, - { "type": "docs", "section": "Documentation", "hidden": false } + { + "type": "feat", + "section": "Features" + }, + { + "type": "fix", + "section": "Bug Fixes" + }, + { + "type": "chore", + "section": "Miscellaneous Chores", + "hidden": true + }, + { + "type": "docs", + "section": "Documentation", + "hidden": true + } ], "packages": { ".": { @@ -22,4 +36,4 @@ ] } } -} +} \ No newline at end of file