mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
doctl: add page (#23650)
Co-authored-by: Gauravtiwari31 <205016146+Gauravtiwari31@users.noreply.github.com>
This commit is contained in:
co-authored by
Gauravtiwari31
parent
6f966c7e2f
commit
621b9ef8f3
@@ -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`
|
||||
Reference in New Issue
Block a user