Open execjosh opened 4 years ago
The value specified by either flag --project or env var SPANNER_PROJECT_ID is used.
--project
SPANNER_PROJECT_ID
The value of the default configuration in gcloud is used.
gcloud
This was discovered because the default project I have set does not have Cloud Spanner API enabled.
go install
v1.0.3
wrench --project ...
Expected Behavior
The value specified by either flag
--project
or env varSPANNER_PROJECT_ID
is used.Current Behavior
The value of the default configuration in
gcloud
is used.This was discovered because the default project I have set does not have Cloud Spanner API enabled.
Steps to Reproduce
go install
within cloned repo atv1.0.3
gcloud
that does not have cloud spanner api enabledwrench --project ...
Context (Environment)