Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pachadotdev/doctl-deb-creation

Ubuntu/Debian installer for doctl (the official command line interface for the DigitalOcean API).
https://github.com/pachadotdev/doctl-deb-creation

debian digitalocean doctl ubuntu

Last synced: 24 days ago
JSON representation

Ubuntu/Debian installer for doctl (the official command line interface for the DigitalOcean API).

Awesome Lists containing this project

README

        

# doctl-deb

Doctl installer for Ubuntu/Debian that Doesn't use snap.

Just download the [DEB file](https://github.com/pachadotdev/doctl-deb-creation/releases/download/1.68.0/doctl-1.68.0-linux-amd64.deb) and run
```bash
sudo gdebi doctl-1.68.0-linux-amd64.deb
```

Or download from the browser and install by double clicking the DEB file.

Tip: Add these to your `.bashrc` if you are going to use doctl constantly, you don't need all of these four envvars
```bash
export DIGITALOCEAN_TOKEN="PUT-TOKEN-2-HERE"
export VENDOR_PORTAL_ADMIN_TOKEN="PUT-TOKEN-2-HERE"
export MARKETPLACE_RO_CLOUD_TOKEN="PUT-TOKEN-3-HERE"
export SSH_KEY="YOUR-AUTHORIZED-SSH-KEY-FINGERPRINT"
```