diff --git a/pages/common/doctl-balance.md b/pages/common/doctl-balance.md new file mode 100644 index 000000000..eb5087ccc --- /dev/null +++ b/pages/common/doctl-balance.md @@ -0,0 +1,16 @@ +# doctl balance + +> Show the balance of a Digital Ocean account. +> More information: . + +- 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`