-
### Is your feature request related to a problem? Please describe.
I do a snapshot of a droplet through automation. This snapshot is a golden image to be used to create another droplets. I want this …
-
**Describe the Issue:**
1. Create a new droplet with a name that contains only numbers (e.g.: 123456)
2. Try to get this droplet using `doctl compute droplet get 123456`
3. Notice that you will g…
-
**What is the problem this feature would solve? Please describe.**
Now, `doctl` after auth init action, saves long-lived token for DO resources in a file system (config file).
**Describe the solut…
-
**Describe the Issue:**
The command "doctl auth init" failed for me, with the error message "Error: mkdir $HOME/.config: file exists". It might be relevant that my ".config" is a symlink to another…
-
I think your otherwise very useful Digital Ocean tutorial page is missing a step:
```
$ doctl registry login
```
The push command didn’t work until I had done this.
-
**Describe the Issue:**
Hi! I'm trying to use doctl to deploy a serverless function with a cron trigger. When I run the `doctl serverless deploy` command my function is deployed but the trigger is …
-
**Describe the Issue:**
I try to install it via source package from release page, while I execute command on my laptop (Arch Linux), it prompts error info
```sh
Error: Get "https://api.digita…
-
**What is the problem this feature would solve? Please describe.**
Shell completion is a great feature and works with all major shells, but not when the CLI runs in docker.
**Describe the solution…
-
Unable to remove the label for the Kubernetes cluster node pool.
For adding a persistent node label to the Kubernetes worker nodes, we need to label the node pool using doctl. Once the label has be…
-
It would be great if you could implement an SFTP command similar to the `doctl compute ssh droplet_id_or_name`
Command: `doctl compute sftp droplet_id_or_name`