diff --git a/README.md b/README.md index 849ed81db..8ddcd48db 100644 --- a/README.md +++ b/README.md @@ -3,24 +3,28 @@ ![Travis Build Status](https://travis-ci.org/bryanl/doit.svg?branch=master) ``` -doctl is a command line interface for the DigitalOcean API. - -Usage: - doctl [command] - -Available Commands: - account account commands - auth auth commands - compute compute commands - version show the current version - -Flags: - -t, --access-token string DigitalOcean API V2 Access Token - -h, --help help for doctl - -o, --output string output format [text|json] (default "text") - -v, --verbose verbose output - -Use "doctl [command] --help" for more information about a command. +NAME: + doctl - Digital Ocean Control TooL. + +USAGE: + doctl [global options] command [command options] [arguments...] + +COMMANDS: + account, whoami Account commands. + action, a Action commands. + domain, dns Domain commands. + droplet, d Droplet commands. Lists by default. + region Region commands. + size Size commands. + sshkey, ssh, keys SSH Key commands. + help, h Shows a list of commands or help for one command + +GLOBAL OPTIONS: + --api-key, -k API Key for DO APIv2. [$DIGITALOCEAN_API_KEY, $ DIGITAL_OCEAN_API_KEY] + --format, -f "yaml" Format for output. + --debug, -d Turn on debug output. + --help, -h show help + --version, -v print the version ``` ## Installation @@ -143,4 +147,4 @@ repository is required. [tutorial]: https://www.digitalocean.com/community/tutorials/how-to-use-doctl-the-official-digitalocean-command-line-client [doctl-releases]: https://github.com/digitalocean/doctl/releases -[windows-release]: https://github.com/digitalocean/doctl/releases/download/v1.1.0/doctl-1.1.0-windows-4.0-amd64.zip \ No newline at end of file +[windows-release]: https://github.com/digitalocean/doctl/releases/download/v1.1.0/doctl-1.1.0-windows-4.0-amd64.zip