You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless you specify a credential file with `--credential`, this tool uses [Application Default Credentials](https://cloud.google.com/docs/authentication/production?hl=en#providing_credentials_to_your_application) as credential source to connect to Spanner databases.
62
+
54
63
Please make sure to prepare your credential by `gcloud auth application-default login`.
55
64
65
+
If you're running spanner-cli in docker container on your local machine, you have to pass local credentials to the container with the following command.
0 commit comments