We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2aef3e commit 9231758Copy full SHA for 9231758
README.md
@@ -1,5 +1,5 @@
1
# gcp-sql-proxy
2
-[Google Cloud Platform SQL Proxy extension](https://github.com/GoogleCloudPlatform/cloud-sql-proxy)
+[Google Cloud Platform SQL Proxy](https://github.com/GoogleCloudPlatform/cloud-sql-proxy) extension
3
4
## Why
5
@@ -22,7 +22,7 @@ gcp-sql-proxy development
22
Above command will match the ini section by name and apply all arguments
23
defined. It translates to
24
```bash
25
-cloud_sql_proxy -instance=xxx:xxx:xxx=tcp:15432
+cloud_sql_proxy -instances=xxx:xxx:xxx=tcp:15432
26
```
27
28
Since all args of `cloud_sql_proxy` are prefixed with a single dash, the
0 commit comments