doctl-balance: add page (#7527)

feature/windows-fix-syntax-2
258204 2021-12-21 14:23:59 -07:00 committed by GitHub
parent dede3e7041
commit 844a561415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View 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`