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

https://github.com/bryanl/do-cli


https://github.com/bryanl/do-cli

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# do-cli

## Examples

Intialize configuration. Prompts for defaults and writes configuration to ~/.do-cli.json
```sh
do-cli init
```

Configure
```sh
do-cli config
```

Show configuration
```sh
do-cli config
```

Create a droplet
```sh
do-cli droplets create
```

List droplets
```sh
do-cli droplets list
```