mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
621b9ef8f3
Co-authored-by: Gauravtiwari31 <205016146+Gauravtiwari31@users.noreply.github.com>
370 B
370 B
doctl
Manage DigitalOcean resources. More information: https://docs.digitalocean.com/reference/doctl/.
- 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