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
{{ message }}
This repository was archived by the owner on Sep 3, 2022. It is now read-only.
The following changes are included in this release:
New features:
#1951 Add a new --diagnose-me flag that can be used with any failing command to gather additional debugging information. #1956 Add the ability to report which version of the tool was used to create a specific instance. #1958 Add the ability to warn users if they are using a version with a known issue. #1952 When running with the --verbosity=debug flag, if a nested gcloud command fails, then print the command that failed.
Bug Fixes:
#1957 Fix a bug where sometimes the tool would exit with a message saying a gcloud command failed but would provide no other details. #1950 Fix a bug where top level flags (e.g. --project, --zone, etc) were ignored if they came before the subcommand.