If you do:
gcloud compute instances list--format=flattened
There is a field called description
. I would love to be able to add descriptions to my instances and then be able to display them when I list them.
How do I add descriptions via the command gcloud? How about the console? (I can't find it either way).