doctl: add page (#23650)

Co-authored-by: Gauravtiwari31 <205016146+Gauravtiwari31@users.noreply.github.com>
This commit is contained in:
Wiktor Perskawiec
2026-08-25 08:10:49 +07:00
committed by GitHub
co-authored by Gauravtiwari31
parent 6f966c7e2f
commit 621b9ef8f3
+24
View File
@@ -0,0 +1,24 @@
# 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`