I find myself writing the following often. I'm curious if there would be way to block until the desired action is complete similar to the -w option in node-triton. Or if CloudAPI could be enhanced to track this better?
-w, --wait Wait for the creation to complete. Use multiple times for a
spinner.
err = c.waitForInstState(cmpt, instUUID, "running", 60)
I find myself writing the following often. I'm curious if there would be way to block until the desired action is complete similar to the -w option in node-triton. Or if CloudAPI could be enhanced to track this better?