mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
doctl-account: add page (#7525)
This commit is contained in:
parent
b8eb880db6
commit
8c9021a3f9
1 changed files with 16 additions and 0 deletions
16
pages/common/doctl-account.md
Normal file
16
pages/common/doctl-account.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue