From 8c9021a3f91cfaa690dd0927fc61b10002f16be7 Mon Sep 17 00:00:00 2001 From: 258204 <71364336+258204@users.noreply.github.com> Date: Wed, 5 Jan 2022 11:13:22 -0700 Subject: [PATCH] doctl-account: add page (#7525) --- pages/common/doctl-account.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/doctl-account.md diff --git a/pages/common/doctl-account.md b/pages/common/doctl-account.md new file mode 100644 index 0000000000..93202d75c2 --- /dev/null +++ b/pages/common/doctl-account.md @@ -0,0 +1,16 @@ +# doctl account + +> Retrieve information about Digital Ocean accounts. +> More information: . + +- Display account info: + +`doctl account get` + +- Show the hourly API limit, progress towards it, and when the rate limit resets: + +`doctl account ratelimit` + +- Display help: + +`doctl account --help`