mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
doctl-balance: add page (#7527)
This commit is contained in:
parent
dede3e7041
commit
844a561415
1 changed files with 16 additions and 0 deletions
16
pages/common/doctl-balance.md
Normal file
16
pages/common/doctl-balance.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue