-
Line 52 of commands/images.go has a bug:
`cmdImagesListUser := CmdBuilder(cmd, RunImagesListDistribution,`
-
Running the command:
`doctl compute droplet tag --tag-name mytag`
returns the error message:
`Error: POST https://api.digitalocean.com/v2/tags/testing/resources: 404 The resource you were accessing…
-
https://travis-ci.org/OrchardCMS/Orchard2/jobs/226601084
**Log:**
Worker information
hostname: wjb-2:6f294819-d46f-4976-ba78-ec18eb58648e
version: v2.6.2 https://github.com/travis-ci/worker/…
-
After installing fzf with linuxbrew I tried opening Vim (I had previously installed Vim 8 with linuxbrew) and got the error
```
vim: error while loading shared libraries: libselinux.so.1: cannot …
-
After authenticating using: doctl auth login --access-token {string}
The `doctl auth login` doesn't' work.
you still get:
> Error: access token is required
when trying to run `doctl compute dro…
-
No sure why, but ran the following command after installing `doctl` using Homebrew (Mac OS, El Capitan, v10.11.5).
``` BASH
doctl auth login -t (my token)
```
Output: `updated access token`
But no …
-
when JSON output is selected, don't `fmt.Print...` stuff to stdout.
e.g: https://github.com/digitalocean/doctl/blob/master/commands/droplets.go#L408
-
This is probably not specific for `doctl` itself, but also the API.
I think it could be useful if you start creating a droplet, and don't want to wait until it's finished, if you could have it notify …
-
First and foremost, this tool is great and it makes my work a lot easier! Thank you!
One of the things I use quite often is SSH agent forwarding (`ssh -A user@server`) for example for deployment task…
-