tugboat
tugboat copied to clipboard
A command line tool for interacting with your DigitalOcean droplets.
We use tugboat on our build server which spins droplet before running our test. I started noticing the error **Failed to create Droplet: found unpermitted parameters: backups_enabled** during droplet creation....
It would be nice to also support manipulation of domain records matching just the domain name instead of the domain id like the api supports
Right now we haven't kept parity with DigitalOcean's new API features in the API gem we're using Barge (See #249, #248) At the time we moved, DigitalOcean didn't have a...
I'm a member of 2 DO teams and I can only see Droplets for one of my teams.
If this is already in the works that would be wonderful. If someone is already working on this feel free to comment here. It would be nice if the ability...
I'm new to tugboat and am loving it. I wonder though can the block storage thing be supported now that it is out of beta? I know that digital ocean's...
Planning to make droplets list more clear, currently (if #77 gets merged) , supposing 2 projects, multiple servers you'll end up with something like: ``` ON foo-db1 16.213.17.111 @ New...
While the colorized output of `tugboat droplets` is nice when visually inspecting the output, it can cause problems when one wants to use the command in scripts (either logging information...
There is a VM in one DC, e.g. AMS1. I want to migrate it to the NY1. I want to execute: `tugboat migrate my-droplet --from=2 --to=1` and in a couple...
It would be nice be able to manage DNS records using tugboat too I am doing a workaround (sorry not good at ruby) right now using: **tugboat create server.domain.tld -i...