I am using the below command to display all data associated with a Google Compute Engine virtual machine instance.
gcloud compute instances describe <instance>
I want only specific information like "tags" , "machine-type" instead of whole information.
Thanks in advance