mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 20:42:39 +00:00
22 lines
448 B
Plaintext
22 lines
448 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# doctl account
|
|
|
|
> Retrieve information about Digital Ocean accounts.
|
|
> More information: <https://docs.digitalocean.com/reference/doctl/reference/account/>.
|
|
|
|
- Display account info:
|
|
|
|
`doctl account get`
|
|
|
|
- Show the hourly API limit, progress towards it, and when the rate limit resets:
|
|
|
|
`doctl account ratelimit`
|
|
|
|
- Display help:
|
|
|
|
`doctl account --help`
|