andrewchilds / overcast

Orchestrate VMs from your terminal
MIT License
479 stars 36 forks source link

Difficult to create multiple instances quickly #48

Closed JohnnyZ closed 2 years ago

JohnnyZ commented 8 years ago

If I were to paste in my terminal say:

overcast digitalocean create cs-01 --region=sfo1 --cluster "c-01" overcast digitalocean create cs-02 --region=nyc1 --cluster "c-01" overcast digitalocean create cs-03 --region=sfo1 --cluster "c-01" overcast digitalocean create cs-04 --region=sfo1 --cluster "c-01"

At least a few of them would not be saved and not usable from overcast

I have tried opening new terminal windows etc(but the servers in different windows must not join the same overcast list), so the only way to create multiple servers is to wait for each one to be properly created then move onto the next.

Am I doing something wrong?

I really like what you've done here, thank you so much for your hard work!