overcast
overcast copied to clipboard
Orchestrate VMs from your terminal
Vultr is cheap, good performance, easy to setup.
I would like to see support for this. :)
Is there any chance of getting KVM or libvirt support in the future?
I think this could be a great addition to this tool and I could contribute a PR if that is a welcome addition.
For example, when specifying the `--ssh-key` argument on the command line twice, an array is stored in `ssh_key`: ``` $ overcast instance import foo 1.2.3.4 --ssh-key bar --ssh-key baz Using...
Hey team - Is it possible to set global ssh options? I find quite often that a broken bash prompt requires me to: ``` -t "bash --noprofile" ```
I use Docker instead of Vagrant/VirtualBox for local development. Is there an interface/specification for creating new providers? I'd like to try and create one for Docker containers.
Have you considered extending overcast to include support for Google Compute Engine? I believe it would be possible to use the javascript client library https://developers.google.com/api-client-library/javascript/start/start-js. GCE API docs https://developers.google.com/compute/docs/reference/latest/ I...