-
I recently tried building a droplet using the following cli:
```
doctl compute droplet create meenirx --enable-ipv6 \
--enable-private-networking --image freebsd-11-0-x64-zfs \
--size 512mb …
-
Would it be possible to have something equivalent to a shell for this tool? I find myself typing `doctl compute droplet ` a lot, and it'd be nice if I could do something like `cd compute/droplet` or …
-
Maybe I'm doing something wrong but `doctl compute image-action transfer -o json --region sgp1 my-image-id` returns:
```
$ doctl compute image-action transfer -o json --region sgp1 12345
{"errors…
-
Main error being repeated several times after
> brew cask install golem
`Could not symlink .
/usr/local/opt is not writable.`
log:
`Arthur:~ arnaud$ brew cask install golem
==> Satisfying…
-
I have a scenario, when I need to generate SSL certificates for a bunch of machines in the cluster. It would be nice if the output of `doctl compute droplet [create|list]` included the private ip (pro…
-
Public images should only be listed when using the `--public` flag:
```bash
$ doctl compute image list
ID Name Type Distribution …
-
The 1.5.0 Linux amd64 doctl binary seems to be missing the required argument ``.
```
[jyundt@laptop tmp]$ wget https://github.com/digitalocean/doctl/releases/download/v1.5.0/doctl-1.5.0-linux-amd6…
-
doesn't appear to be a way to add monitoring when creating a droplet in doctl.
-
I'm thinking about idea of implementing `scp` into `doctl`, so you can easy upload or download files from your droplet.
It will help DigitalOcean users to have one tool, which does everything, from ma…
-
I'm trying to assign two tags to a droplet during creation time. The create command appears to only accept a single tag at a time. Can you advise how to do this?
`doctl compute droplet create db0…