Files
tldr/pages/common/doctl.md
T
Wiktor Perskawiec 621b9ef8f3 doctl: add page (#23650)
Co-authored-by: Gauravtiwari31 <205016146+Gauravtiwari31@users.noreply.github.com>
2026-08-25 08:10:49 +07:00

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