File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,19 @@ gemini
7979> Currently, the database connection must be configured before starting the Gemini CLI and can not be changed during a session.
8080> To save and resume conversation history use command: ` /chat save <tag> ` and ` /chat resume <tag> ` .
8181
82+ ### Start Gemini CLI
83+
84+ To start the Gemini CLI, use the following command:
85+
86+ ``` bash
87+ gemini
88+ ```
89+
90+ > [ !WARNING]
91+ > ** Changing Instance & Database Connections**
92+ > Currently, the database connection must be configured before starting the Gemini CLI and can not be changed during a session.
93+ > To save and resume conversation history use command: ` /chat save <tag> ` and ` /chat resume <tag> ` .
94+
8295## Usage Examples
8396
8497Interact with Cloud SQL for SQL Server using natural language:
Original file line number Diff line number Diff line change 33 "version" : " 0.1.0" ,
44 "description" : " Connect to Cloud SQL for SQL Server" ,
55 "mcpServers" : {
6- "Cloud SQL for SQL Server Admin " : {
6+ "cloud_sql_sqlserver_admin " : {
77 "command" : " ${extensionPath}${/}toolbox" ,
88 "args" : [
99 " --prebuilt" ,
1010 " cloud-sql-mssql-admin" ,
1111 " --stdio"
1212 ]
1313 },
14- "Cloud SQL for SQL Server " : {
14+ "cloud_sql_sqlserver " : {
1515 "command" : " ${extensionPath}${/}toolbox" ,
1616 "args" : [
1717 " --prebuilt" ,
2929 }
3030 },
3131 "contextFileName" : " CLOUD-SQL-SQLSERVER.md"
32- }
32+ }
You can’t perform that action at this time.
0 commit comments