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`