https://github.com/bryanl/do-cli
https://github.com/bryanl/do-cli
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bryanl/do-cli
- Owner: bryanl
- Created: 2014-09-04T15:46:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-17T17:59:11.000Z (almost 12 years ago)
- Last Synced: 2025-01-25T23:02:07.405Z (over 1 year ago)
- Language: Go
- Size: 133 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```