LinuxCommandLibrary

doctl-balance

Show the balance of a Digital Ocean account.

TLDR

Get balance of the account associated with the current context

$ doctl balance get
copy


Get the balance of an account associated with an access token
$ doctl balance get --access-token [access_token]
copy


Get the balance of an account associated with a specified context
$ doctl balance get --context
copy

Copied to clipboard