We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: