andrewchilds / overcast

Orchestrate VMs from your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

instance listed in clusters.json even if API errors occur.

martinklepsch opened this issue · comments

When creating a new Digitalocean droplet & specifying a wrong image slug I get an API error. I'd expect that this cancels all of overcasts stuff as well but as it seems the instance gets fed into the clusters.json file.

This would also occur on invalid regions or sizes. Fixed in v0.4.4. Thanks!