diff --git a/pages/common/doctl.md b/pages/common/doctl.md new file mode 100644 index 0000000000..e1eb3ab01e --- /dev/null +++ b/pages/common/doctl.md @@ -0,0 +1,24 @@ +# doctl + +> Manage DigitalOcean resources. +> More information: . + +- Authenticate with DigitalOcean: + +`doctl auth init` + +- Display account information: + +`doctl account get` + +- List all Droplets: + +`doctl compute droplet list` + +- List Kubernetes clusters: + +`doctl kubernetes cluster list` + +- Display version: + +`doctl version`