1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 15:22:08 +02:00
tldr/pages/common/doctl-balance.md
2021-12-21 21:23:59 +00:00

16 lines
460 B
Markdown

# doctl balance
> Show the balance of a Digital Ocean account.
> More information: <https://docs.digitalocean.com/reference/doctl/reference/balance/>.
- Get balance of the account associated with the current context:
`doctl balance get`
- Get the balance of an account associated with an access token:
`doctl balance get --access-token {{access_token}}`
- Get the balance of an account associated with a specified context:
`doctl balance get --context`