mirror of https://github.com/CrimsonTome/tldr.git
17 lines
355 B
Markdown
17 lines
355 B
Markdown
|
# 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`
|