Technical questionAccepted answer
Output of gcloud list commands not displaying in table form
user4704976
Jan 11
0 views1
I'm using the gcloud command in Google Cloud Shell. A tutorial I'm following, as well as the documentation (https://cloud.google.com/sdk/gcloud/reference/compute/zones/list), says that to list all the zones in table form you should use this command:
gcloud compute zones list
When I run it the results are listed not in a table, but like this:
NAME: us-west2-b
REGION: us-west2
STATUS: UP
NEXT_MAINTENANCE:
TURNDOWN_DATE:
NAME: us-west2-c
REGION: us-west2
STATUS: UP
NEXT_MAINTENANCE:
TURNDOWN_DATE:
NAME: us-west3-a
REGION: us-west3
STATUS: UP
NEXT_MAINTENANCE:
TURNDOWN_DATE:
This is a brand new pristine Google Cloud account. Did Google change the default output formatting for the list commands?
1 answer
Accepted answer · original discussion
user4704976
PermalinkJan 11
I found that if I set accessibility/screen_reader to false then the output is listed in table form:
gcloud config set accessibility/screen_reader false
0 question comments
Use comments to ask for clarification. Post a solution as an answer.
No question comments on this page.