From 844a5614158a5228654d9bd07442a6fe771d825f Mon Sep 17 00:00:00 2001 From: 258204 <71364336+258204@users.noreply.github.com> Date: Tue, 21 Dec 2021 14:23:59 -0700 Subject: [PATCH] doctl-balance: add page (#7527) --- pages/common/doctl-balance.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/doctl-balance.md 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`