I would be nice if long running commands as start, stop or destroy would have something like --wait option.
The use case is: Starting or creating a server is a part of heavier shell script (which is e.g. run by CI server) and I need to continue only after server being created (or started etc.)