azvyae / dover

Dover is a bash script that provides an interactive command-line interface to interact with DigitalOcean through doctl commands.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dover

Dover performs interactive command-line to interact with DigitalOcean through doctl commands.

Requirements

  • doctl
  • git

Firstly you have to install Doctl for this script to be working, you also have to do doctl auth init in the first place. Only works in MacOS or Linux. In windows currently you have to install using WSL2

Installation

  1. Clone this repository

    git clone https://github.com/azvyae/dover.git
  2. Include binary to your linux binaries (optional)

    ln -sf $(pwd)/dover /usr/bin/dover

Usage

Basic Usage:

./dover

Or if you included to your binaries folder:

dover

Features

  • Set current session Droplet target
  • Show available droplet sizes
  • Resize current droplet
  • Exit

License

MIT LICENSE Copyright © 2023 Azvya Erstevan I erstevn@gmail.com

About

Dover is a bash script that provides an interactive command-line interface to interact with DigitalOcean through doctl commands.

License:MIT License


Languages

Language:Shell 100.0%