Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/pachadotdev/doctl-deb-creation
- Owner: pachadotdev
- License: apache-2.0
- Created: 2022-01-12T03:13:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-12T03:21:12.000Z (about 3 years ago)
- Last Synced: 2024-11-05T11:08:42.406Z (2 months ago)
- Topics: debian, digitalocean, doctl, ubuntu
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```