gcutil
had a --[no]synchronous_mode option, allowing a command to return immediately after posting a request.
I can't find a similar feature in gcloud compute
, as gcutil
is being deprecated. That's particularly unhelpful for scripts doing disk snapshots, for example.
Is there a way to issue asynchronous requests with gcloud compute
?