Skip to content

Commit 1945345

Browse files
chore: remove --gcloud-auth from README (#2354)
1 parent ca9294b commit 1945345

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,10 @@ account, the VM must have at least the `sqlservice.admin` API scope (i.e.,
211211
must have the SQL Admin API enabled. The default service account must also have
212212
at least writer or editor privileges to any projects of target SQL instances.
213213

214-
The Proxy also supports three flags related to credentials:
214+
The Proxy also supports two flags related to credentials:
215215

216216
- `--token` to use an OAuth2 token
217217
- `--credentials-file` to use a service account key file
218-
- `--gcloud-auth` to use the Gcloud user's credentials (local development only)
219218

220219
### Basic Usage
221220

@@ -231,7 +230,7 @@ To start the Proxy, use:
231230
```
232231

233232
The Proxy will automatically detect the default database engine's port and start
234-
a corresponding listener. Production deployments should use the --port flag to
233+
a corresponding listener. Production deployments should use the `--port` flag to
235234
reduce startup time.
236235

237236
The Proxy supports multiple instances:

0 commit comments

Comments
 (0)