While using gcloud flags like filter
and format
on Windows, passing in single-quoted arguments doesn't yield the expected result.
For example, running gcloud compute instances list --filter='status=TERMINATED'
returns an empty list, even though there are terminated instances present.